Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,341 papers · 148 categories

Trend · papers per month

4693139185 · May 202619922001200920182026
48 results for in-face directions

New Frank-Wolfe method for sparse neural networks.

problem Training sparse neural networks.
method Combines Frank-Wolfe steps and steepest descent steps, with in-face directions and block coordinate steps.
result Significant improvements in training sparse neural networks.

This thesis uses deep learning to automatically recognize semantic features in faces.

problem Challenges in machines interpreting semantic information from faces.
method Deep Learning approach to learn semantic features without manual design of feature detectors.
result Demonstrates the effectiveness of deep neural networks in recognizing various semantic features in faces.

Contrastive examples improve fairness in face recognition by balancing minority and majority groups.

problem Face recognition algorithms favor majority groups in training data.
method Create contrastive examples by swapping group memberships in the training dataset.
result Contrastive examples improve fairness metrics like equalized odds.

The study improves the assessment of fairness in face recognition using ROC curves and statistical guarantees.

problem Improving the assessment of fairness in face recognition systems.
method Proves asymptotic guarantees for empirical ROC curves and fairness metrics, and introduces a recentering technique to avoid bootstrap pitfalls.
result Demonstrates the practical relevance of the methods for assessing fairness in face recognition systems.

Novel technique detects adversarial samples in face recognition models.

problem Widespread adversarial sample attacks on DNN models.
method Bi-directional correspondence inference between attributes and internal neurons to identify critical neurons.
result 94% detection accuracy for 7 different kinds of attacks with 9.91% false positives.

CuMPerLay vectorizes CMP for deep learning, improving image analysis.

problem Complex multifiltration structures hinder using CMP in deep learning.
method Introduces a new algorithm for vectorizing MP homologies of cubical complexes.
result Differentiable vectorization enables robust topological feature vectors for deep learning.

Paper introduces a new algorithmic framework for model-based RL with theoretical guarantees.

problem Limited theoretical understanding of model-based RL methods.
method Develops a meta-algorithm that iteratively builds a lower bound of expected reward and maximizes it over policy and model.
result Meta-algorithm achieves state-of-the-art performance with minimal samples.

In this paper we analyze Gresham's Law, in particular, how the rate of inflow or outflow of currencies is affected by the demand elasticity of arbitrage and the difference in face value ratios inside and outside of a country under a bimetallic system. We find that these equations are very similar to those used to descr…

2012-01-17abs ↗pdf ↗

This study analyzes bias in face generation models and proposes mitigation techniques.

problem Bias in face generation models that may misrepresent certain social groups.
method Three approaches: generators, attribute modifier, and post-processing bias mitigators.
result Generators suffer from bias across all social groups, while post-processing mitigators show different feature concentration.

Study examines strengths and weaknesses of deep learning models in face recognition.

problem Improving deep learning models for face recognition under degraded conditions.
method Experimentation on four deep CNN models using LFW dataset, investigating effects of image quality and model characteristics.
result Noise, blur, and missing pixels negatively impact face verification performance; contrast changes and compression artifacts have limited effect.

Paper studies facial keypoint detection using various algorithms.

problem Challenges in accurately detecting facial keypoints from complex images.
method Preprocess data with PCA and LBP, apply multiple algorithms including linear regression, tree models, neural networks, and CNNs.
result Demonstrates the effectiveness of the proposed framework through comprehensive experiments.

In many scientific disciplines structures in high-dimensional data have to be found, e.g., in stellar spectra, in genome data, or in face recognition tasks. In this work we present a novel approach to non-linear dimensionality reduction. It is based on fitting K-nearest neighbor regression to the unsupervised regressio…

2011-07-19abs ↗pdf ↗

A Coxeter nn-orbifold is an nn-dimensional orbifold based on a polytope with silvered boundary facets. Each pair of adjacent facets meet on a ridge of some order mm, whose neighborhood is locally modeled on Rn{\mathbb R}^n modulo the dihedral group of order 2m2m generated by two reflections. For n3n \geq 3, we study…

2012-07-15abs ↗pdf ↗

This paper constructs new Einstein metrics from old ones using specific deformation factors.

problem Creating new Einstein metrics from existing ones.
method Using a given Einstein metric and its Killing 1-form, determine deformation factors to form a new Einstein metric.
result The new Einstein metric is constructed by applying specific deformation factors to the given metric.

Unsupervised method discovers object landmarks by factorizing image deformations.

problem Learning object structure in unsupervised settings.
method Factorizing image deformations to learn landmarks consistently across different viewpoints and object deformations.
result Learned landmarks establish meaningful correspondences between different object instances without explicit requirement.

Optimizes trading large volumes of volatile assets with fast mean-reverting volatility.

problem Challenges of executing large volumes of illiquid or volatile assets.
method Modeling uncertain volatility and liquidity with fast mean-reverting dynamics, using singular perturbation arguments and high-frequency data.
result Approximately optimal trade execution strategies under fast mean-reversion.

Bayesian Neural Networks improve uncertainty modeling in facial emotion recognition.

problem High aleatoric uncertainty and visual ambiguity in facial emotion recognition.
method Bayesian Neural Networks approximated using MC-Dropout, MC-DropConnect, or Ensemble methods.
result Bayesian Neural Networks produce more human-like output probabilities.

Universal adversarial patches prevent face detection in various frameworks.

problem Preventing face detection in state-of-the-art face detection systems.
method Investigated the phenomenon of patches that suppress face detection and proposed optimization-based approaches for automatic design.
result Universal adversarial patches can prevent face detection without introducing false positives.

New method generates unrestricted adversarial face images to bypass robust face recognition systems.

problem Vulnerability of face recognition systems to unrestricted adversarial examples.
method Image translation techniques to generate large perturbations in face images.
result Achieved high attack success rates (90%90\% and 80%80\%) under white- and black-box settings.

One basic requirement of many studies is the necessity of classifying data. Clustering is a proposed method for summarizing networks. Clustering methods can be divided into two categories named model-based approaches and algorithmic approaches. Since the most of clustering methods depend on their input parameters, it i…

2013-02-16abs ↗pdf ↗

Paper proposes SiSTA for single-shot domain adaptation using target-aware generative augmentation.

problem Adapting models from source to target domains with limited target data.
method Fine-tunes a generative model on a single-shot target and uses novel sampling strategies for synthetic data.
result Improves performance by up to 20% over existing baselines in face attribute detection.

Paper develops security model and pricing for stable digital currency in quantum blockchain network.

problem Securing and pricing stable digital currency in a quantum blockchain network.
method Developed a block-based quantum channel networking technology and a FinTech platform model with dynamic pricing.
result Established a generalized IoB security model using quantum channel networking and QKD.

Optimal algorithm for two-player zero-sum games with linear parameterization.

problem Finding Nash Equilibrium in two-player zero-sum Markov games with linear transition.
method Nash-UCRL algorithm, Coarse Correlated Equilibrium, Optimism-in-Face-of-Uncertainty.
result Proves ildeO(dHT) ilde{O}(dH\sqrt{T}) regret bound, matching lower bound up to logarithmic factors.

Conditional Random Fields (CRFs) are undirected graphical models, a special case of which correspond to conditionally-trained finite state machines. A key advantage of these models is their great flexibility to include a wide array of overlapping, multi-granularity, non-independent features of the input. In face of thi…

2012-10-19abs ↗pdf ↗

UCBMQ improves Q-learning by adding momentum to correct bias and limit regret.

problem Improving Q-learning's bias and regret in reinforcement learning.
method UCBMQ combines Q-learning with an upper confidence bound and momentum term.
result UCBMQ guarantees a regret of O(H3SAT+H4SA)O(\sqrt{H^3SAT}+ H^4 S A ) with a linear second-order term in SS.

Paper shows affine constraint is unnecessary for high-dimensional data.

problem The necessity of an affine constraint in affine subspace clustering.
method Theoretical and empirical analysis of conditions for correctness of affine subspace clustering methods.
result Affine constraint has negligible effect on clustering performance for high-dimensional data.

Agents collaboratively learn optimal policies in MDPs with limited capabilities.

problem Learning optimal policies in MDPs with heterogeneous agents and limited communication.
method Introduced concepts of leakage probabilities and proposed Federated-Q protocol (FedQ) for collaborative learning.
result FedQ protocol effectively aggregates knowledge and modifies learning problems for further training.

Bayesian optimization generates personalized face stimuli for cognitive neuroscience.

problem Lack of personalized face stimuli in cognitive neuroscience studies.
method Combines GANs with Bayesian optimization to identify individual response patterns to faces.
result Algorithm efficiently generates optimal faces maximizing individual subject's response.

New method improves reliability of recommender systems in face of fake accounts and manipulation.

problem Improving reliability of recommender systems in the presence of fake accounts and manipulation.
method Robust Discrete Matrix Completion (RDMC) method designed to handle sparse rating data and manipulation.
result Evaluations show RDMC offers a statistically-sound blueprint for future studies on recommender systems.

Paper proposes a framework to protect user anonymity in emotion recognition.

problem Preserving user anonymity in face-based emotion recognition systems.
method Adversarial learning framework using CNN architecture.
result The proposed approach minimizes identity-specific information and maximizes emotion-dependent information.

Algorithm optimizes constrained reinforcement learning with dual variables.

problem Minimizing convex functional subject to convex constraint in large state spaces.
method VPDPO algorithm using Lagrangian and Fenchel duality.
result Achieves sublinear regret and constraint violation, globally optimal policy.