paper-with-me

Papers

X-model: Improving Data Efficiency in Deep Learning with A Minimax Model

2021-10-09 · ICLR 2022 4 · Ximei Wang, Xinyang Chen, Jianmin Wang, Mingsheng Long

To mitigate the burden of data labeling, we aim at improving data efficiency for both classification and regression setups in deep learning. However, the current focus is on classification problems while rare attention has been paid to deep regression, which usually requires more human effort to labeling. Further, due to the intrinsic difference between categorical and continuous label space, the common intuitions for classification, e.g., cluster assumptions or pseudo labeling strategies, cannot be naturally adapted into deep regression. To this end, we first delved into the existing data-efficient methods in deep learning and found that they either encourage invariance to data stochasticity (e.g., consistency regularization under different augmentations) or model stochasticity (e.g., difference penalty for predictions of models with different dropout). To take the power of both worlds, we propose a novel X-model by simultaneously encouraging the invariance to {data stochasticity} and {model stochasticity}. Further, the X-model plays a minimax game between the feature extractor and task-specific heads to further enhance the invariance to model stochasticity. Extensive experiments verify the superiority of the X-model among various tasks, from a single-value prediction task of age estimation to a dense-value prediction task of keypoint localization, a 2D synthetic, and a 3D realistic dataset, as well as a multi-category object recognition task.

📄 PDF Abstract BibTeX arXiv:2110.04572

Code (0)

등록된 구현이 없습니다.

Tasks

Age EstimationmodelObject RecognitionregressionValue prediction

Similar Papers 제목 키워드 기반

MiniMax-M1: Scaling Test-Time Compute Efficiently with Lightning Attention

2025-06-16 · MiniMax, :, Aili Chen, Aonian Li 외

We introduce MiniMax-M1, the world's first open-weight, large-scale hybrid-attention reasoning model. MiniMax-M1 is powered by a hybrid Mixture-of-Experts (MoE) architecture combined with a lightning attention mechanism.…

Mixture-of-ExpertsReinforcement Learning (RL)

Fast Decentralized Gradient Tracking for Federated Minimax Optimization with Local Updates

2024-05-07 · Chris Junchi Li

Federated learning (FL) for minimax optimization has emerged as a powerful paradigm for training models across distributed nodes/clients while preserving data privacy and model robustness on data heterogeneity. In this w…

Federated Learning

Finite Sample Analysis of Minimax Offline Reinforcement Learning: Completeness, Fast Rates and First-Order Efficiency

2021-02-05 · Masatoshi Uehara, Masaaki Imaizumi, Nan Jiang, Nathan Kallus 외

We offer a theoretical characterization of off-policy evaluation (OPE) in reinforcement learning using function approximation for marginal importance weights and $q$-functions when these are estimated using recent minima…

Off-policy evaluationreinforcement-learningReinforcement Learning (RL)

Local Stochastic Gradient Descent Ascent: Convergence Analysis and Communication Efficiency

2021-02-25 · Yuyang Deng, Mehrdad Mahdavi

Local SGD is a promising approach to overcome the communication overhead in distributed learning by reducing the synchronization frequency among worker nodes. Despite the recent theoretical advances of local SGD in empir…

Stochastic Smoothed Gradient Descent Ascent for Federated Minimax Optimization

2023-11-02 · Wei Shen, Minhui Huang, Jiawei Zhang, Cong Shen

In recent years, federated minimax optimization has attracted growing interest due to its extensive applications in various machine learning tasks. While Smoothed Alternative Gradient Descent Ascent (Smoothed-AGDA) has p…

Federated Learning