Goto

Collaborating Authors

 Technology


Mean-Field Analysis for Learning Subspace-Sparse Polynomials with Gaussian Input

Neural Information Processing Systems

In this work, we study the mean-field flow for learning subspace-sparse polynomials using stochastic gradient descent and two-layer neural networks, where the input distribution is standard Gaussian and the output only depends on the projection of the input onto a low-dimensional subspace. We establish a necessary condition for SGD-learnability, involving both the characteristics of the target function and the expressiveness of the activation function. In addition, we prove that the condition is almost sufficient, in the sense that a condition slightly stronger than the necessary condition can guarantee the exponential decay of the loss functional to zero.


Resident Evil at 30: how Capcom's horror opus has survived

The Guardian

Flourishing Resident Evil Requiem introduces FBI agent Grace Ashcroft. Flourishing Resident Evil Requiem introduces FBI agent Grace Ashcroft. Resident Evil at 30: how Capcom's horror opus has survived and thrived T o many of us playing and writing about video games in the 1990s, Resident Evil seemed to come out of nowhere. The emerging PlayStation and Saturn consoles were all about slick, bright arcade conversions - the shiny thrills of Daytona and Tekken - and Japanese publisher Capcom was in a rut of coin-op conversions and endless sequels to Street Fighter and Mega Man. Scary games were rare at the time and mostly confined to the PC. So when the news of a horror title named Biohazard (the Japanese name for the series) started to emerge in 1995, it caught the attention of games journalists as it seemed radically out of step with prevailing trends.


White House unveils its first national AI framework, pushes Congress to act 'this year'

FOX News

The White House unveiled its first federal AI policy framework Friday, with officials Michael Kratsios and David Sacks urging Congress to pass a national standard this year.


LinkedIn Invited My AI 'Cofounder' to Give a Corporate Talk--Then Banned It

WIRED

The app reads your email inbox and your meeting calendar, then gives you a short audio summary. It can help you spend less time scrolling, but of course, there are privacy drawbacks to consider.


Why Can't You Finish Anything?

The New Yorker

The skills needed for wrapping up aren't always what you expect. My house contains a vaguely defined room--a parlor-like space that was created by a renovation decades ago. After my son was born, it served as a playroom, full of baby and toddler toys. Then it became a nook where, late at night, my wife and I could listen to music and read. That equilibrium held until the Legos and board games arrived; their incursion was the beginning of the end.


Adapting to Continuous Covariate Shift via Online Density Ratio Estimation

Neural Information Processing Systems

Dealing with distribution shifts is one of the central challenges for modern machine learning. One fundamental situation is the covariate shift, where the input distributions of data change from the training to testing stages while the input-conditional output distribution remains unchanged. In this paper, we initiate the study of a more challenging scenario --- continuous covariate shift --- in which the test data appear sequentially, and their distributions can shift continuously. Our goal is to adaptively train the predictor such that its prediction risk accumulated over time can be minimized. Starting with the importance-weighted learning, we theoretically show the method works effectively if the time-varying density ratios of test and train inputs can be accurately estimated. However, existing density ratio estimation methods would fail due to data scarcity at each time step. To this end, we propose an online density ratio estimation method that can appropriately reuse historical information. Our method is proven to perform well by enjoying a dynamic regret bound, which finally leads to an excess risk guarantee for the predictor.


Beyond Accuracy: Ensuring Correct Predictions With Correct Rationales

Neural Information Processing Systems

Large pretrained foundation models demonstrate exceptional performance and, in some high-stakes applications, even surpass human experts. However, most of these models are currently evaluated primarily on prediction accuracy, overlooking the validity of the rationales behind their accurate predictions. For the safe deployment of foundation models, there is a pressing need to ensure,, correct prediction backed by correct rationales. To achieve this, we propose a two-phase scheme: First, we curate a new dataset that offers structured rationales for visual recognition tasks. Second, we propose a rationale-informed optimization method to guide the model in disentangling and localizing visual evidence for each rationale, without requiring manual annotations. Extensive experiments and ablation studies demonstrate that our model outperforms state-of-the-art models by up to 10.1\% in prediction accuracy across a wide range of tasks. Furthermore, our method significantly improves the model's rationale correctness, improving localization by 7.5\% and disentanglement by 36.5\%.


Revisiting Self-Supervised Heterogeneous Graph Learning from Spectral Clustering Perspective

Neural Information Processing Systems

Self-supervised heterogeneous graph learning (SHGL) has shown promising potential in diverse scenarios. However, while existing SHGL methods share a similar essential with clustering approaches, they encounter two significant limitations: (i) noise in graph structures is often introduced during the message-passing process to weaken node representations, and (ii) cluster-level information may be inadequately captured and leveraged, diminishing the performance in downstream tasks. In this paper, we address these limitations by theoretically revisiting SHGL from the spectral clustering perspective and introducing a novel framework enhanced by rank and dual consistency constraints. Specifically, our framework incorporates a rank-constrained spectral clustering method that refines the affinity matrix to exclude noise effectively. Additionally, we integrate node-level and cluster-level consistency constraints that concurrently capture invariant and clustering information to facilitate learning in downstream tasks. We theoretically demonstrate that the learned representations are divided into distinct partitions based on the number of classes and exhibit enhanced generalization ability across tasks. Experimental results affirm the superiority of our method, showcasing remarkable improvements in several downstream tasks compared to existing methods.


LACIE: Listener-Aware Finetuning for Calibration in Large Language Models

Neural Information Processing Systems

When answering questions, large language models (LLMs) can convey not only an answer to the question, but a level of confidence about the answer being correct. This includes explicit markers of confidence (e.g.


Hollowed Net for On-Device Personalization of Text-to-Image Diffusion Models

Neural Information Processing Systems

Recent advancements in text-to-image diffusion models have enabled the personalization of these models to generate custom images from textual prompts. This paper presents an efficient LoRA-based personalization approach for on-device subject-driven generation, where pre-trained diffusion models are fine-tuned with user-specific data on resource-constrained devices. Our method, termed Hollowed Net, enhances memory efficiency during fine-tuning by modifying the architecture of a diffusion U-Net to temporarily remove a fraction of its deep layers, creating a hollowed structure. This approach directly addresses on-device memory constraints and substantially reduces GPU memory requirements for training, in contrast to previous methods that primarily focus on minimizing training steps and reducing the number of parameters to update. Additionally, the personalized Hollowed Net can be transferred back into the original U-Net, enabling inference without additional memory overhead. Quantitative and qualitative analyses demonstrate that our approach not only reduces training memory to levels as low as those required for inference but also maintains or improves personalization performance compared to existing methods.