Skip to content

A Geometry-Aware Efficient Algorithm for Compositional Entropic Risk Minimization

License

Notifications You must be signed in to change notification settings

Optimization-AI/SCENT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Geometry-Aware Efficient Algorithm for Compositional Entropic Risk Minimization

Paper link: arXiv

How can we efficiently solve the Log-Sum-Exp problem when the summation is over a large number of terms?

  • We study compositional entropic risk minimization, in which each data’s loss is formulated as a Log-Expectation-Exponential (Log-E-Exp) problem, a generalization of the Log-Sum-Exp problem.
  • We leverage the dual formulation of the Log-E-Exp problem to avoid its fundamental limitations, such as non-convergence, numerical instability and slow convergence rates.
  • We propose a geometry-aware stochastic algorithm, termed SCENT, for the dual formulation. Then we provide a comprehensive convergence analysis of SCENT for convex problems.
  • We conduct extensive experiments on various tasks, including Extreme Classification, Partial AUC Maximization, Contrastive Learning and Distributionally Robust Optimization to validate the effectiveness of SCENT.

Experimental Results

The following figure presents a comparison between methods on the Extreme Classification task. It can be observed that SCENT achieves lower training and validation losses compared to other methods.

Comparison with baselines on Extreme Classification

The following figure presents a comparison between methods on the Partial AUC Maximization task. And a similar trend can be observed.

Comparison with baselines on Partial AUC Maximization

Getting Started

The instructions for running the code can be found in the folder of individual tasks:

Citation

If you find this work useful in your research, please consider citing:

@article{wei2026geometry,
  title={A Geometry-Aware Efficient Algorithm for Compositional Entropic Risk Minimization},
  author={Wei, Xiyuan and Zhou, Linli and Wang, Bokun and Lin, Chih-Jen and Yang, Tianbao},
  journal={arXiv preprint arXiv:2602.02877},
  year={2026}
}

About

A Geometry-Aware Efficient Algorithm for Compositional Entropic Risk Minimization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages