Goto

Collaborating Authors

 Education


Principled Algorithms for Optimizing Generalized Metrics in Binary Classification

arXiv.org Machine Learning

In applications with significant class imbalance or asymmetric costs, metrics such as the $F_β$-measure, AM measure, Jaccard similarity coefficient, and weighted accuracy offer more suitable evaluation criteria than standard binary classification loss. However, optimizing these metrics present significant computational and statistical challenges. Existing approaches often rely on the characterization of the Bayes-optimal classifier, and use threshold-based methods that first estimate class probabilities and then seek an optimal threshold. This leads to algorithms that are not tailored to restricted hypothesis sets and lack finite-sample performance guarantees. In this work, we introduce principled algorithms for optimizing generalized metrics, supported by $H$-consistency and finite-sample generalization bounds. Our approach reformulates metric optimization as a generalized cost-sensitive learning problem, enabling the design of novel surrogate loss functions with provable $H$-consistency guarantees. Leveraging this framework, we develop new algorithms, METRO (Metric Optimization), with strong theoretical performance guarantees. We report the results of experiments demonstrating the effectiveness of our methods compared to prior baselines.


8 Best Plant-Based Meal Delivery Services and Kits (2025), Tested, Tasted, and Reviewed

WIRED

These plant-based meal kits and delivery services bring healthy preprepared meals and meal kits to your door. Plant-Based meal kit services are a modern miracle for vegetarians and vegans, who usually aren't afforded the same conveniences as meat eaters or those without dietary restrictions. We at WIRED love meal kits, because they're all about modern convenience--you can eat what you want, even if you're on a specialty diet or have strong food preferences, without ever leaving your house. Gone are the days of grocery shopping and scouring online for recipes; these contemporary plant-based meal kit services do the heavy lifting for you using curated menus and algorithms, with choices for both premade microwavable meals and kits where you do the cooking yourself. Some plant-based meal kit services, like Hungryroot, use AI customization to curate menus based on your specific tastes. Others, like Daily Harvest, have a set selection of choices so you can always keep your freezer stocked with plant-based, gluten-free meals to have on hand. I'm vegan, so I know how difficult it can be to find new recipes that will actually taste good without breaking the bank. Plus, plant-based meal kits are a great way to try out new foods and recipes, especially if you're looking to switch to a healthier diet in the new year.



An End-to-End Graph Attention Network Hashing for Cross-Modal Retrieval

Neural Information Processing Systems

Due to its low storage cost and fast search speed, cross-modal retrieval based on hashing has attracted widespread attention and is widely used in real-world applications of social media search.




MimicTalk: Mimicking a personalized and expressive 3D talking face in minutes Zhenhui Y e

Neural Information Processing Systems

Talking face generation (TFG) aims to animate a target identity's face to create realistic talking videos. Personalized TFG is a variant that emphasizes the perceptual identity similarity of the synthesized result (from the perspective of appearance and talking style). While previous works typically solve this problem by learning an individual neural radiance field (NeRF) for each identity to implicitly store its static and dynamic information, we find it inefficient and non-generalized due to the per-identity-per-training framework and the limited training data. To this end, we propose MimicTalk, the first attempt that exploits the rich knowledge from a NeRF-based person-agnostic generic model for improving the efficiency and robustness of personalized TFG. To be specific, (1) we first come up with a person-agnostic 3D TFG model as the base model and propose to adapt it into a specific identity; (2) we propose a static-dynamic-hybrid adaptation pipeline to help the model learn the personalized static appearance and facial dynamic features; (3) To generate the facial motion of the personalized talking style, we propose an in-context stylized audio-to-motion model that mimics the implicit talking style provided in the reference video without information loss by an explicit style representation. The adaptation process to an unseen identity can be performed in 15 minutes, which is 47 times faster than previous person-dependent methods. Experiments show that our MimicTalk surpasses previous baselines regarding video quality, efficiency, and expressiveness. Source code and video samples are available at https://mimictalk.github.io .


Reciprocal Learning

Neural Information Processing Systems

These instances range from active learning over multi-armed bandits to self-training. We show that all these algorithms not only learn parameters from data but also vice versa: They iteratively alter training data in a way that depends on the current model fit. We introduce reciprocal learning as a generalization of these algorithms using the language of decision theory. This allows us to study under what conditions they converge.