← Search

Yining Wang

34 accepted papers

2026

Continual Unsupervised Domain Adaptation for Cardiac Image Segmentation with Style-Adapting Generative Replay and Prototype Consolidation

IJCAI 2026

Continual unsupervised domain adaptation (UDA) for multi-domain cardiac image segmentation is crucial for clinical deployment under strict privacy constraints, where data from different centers cannot be stored or revisited. However, existing methods still suffer from catastrophic forgetting and tra

Cited by 0Scholar
2025

Cheap Character Noise for OCR-Robust Multilingual Embeddings

ACL 2025finding

The large amount of text collections digitized by imperfect OCR systems requires semantic search models that perform robustly on noisy input. Such collections are highly heterogeneous, with varying degrees of OCR quality, spelling conventions and other inconsistencies —all phenomena that are underre…

2025

Cracking Factual Knowledge: A Comprehensive Analysis of Degenerate Knowledge Neurons in Large Language Models

ACL 2025long

Knowledge neuron theory provides a key approach to understanding the mechanisms of factual knowledge in Large Language Models (LLMs), which suggests that facts are stored within multi-layer perceptron neurons. This paper further explores **Degenerate Knowledge Neurons** (DKNs), where distinct sets o…

Cited by 4SourcePDFScholar
2025

Investigating and Enhancing Vision-Audio Capability in Omnimodal Large Language Models

ACL 2025finding

Omnimodal Large Language Models (OLLMs) have shown significant progress in integrating vision and text, but still struggle with integrating vision and audio, often exhibiting suboptimal performance when processing audio queries compared to text queries. This disparity is primarily due to insufficien…

2025

TROVE: A Challenge for Fine-Grained Text Provenance via Source Sentence Tracing and Relationship Classification

ACL 2025long

LLMs have achieved remarkable fluency and coherence in text generation, yet their widespread adoption has raised concerns about content reliability and accountability. In high-stakes domains, it is crucial to understand where and how the content is created. To address this, we introduce the Text pRO…

2025

UORA: Uniform Orthogonal Reinitialization Adaptation in Parameter Efficient Fine-Tuning of Large Models

ACL 2025long

This paper introduces UoRA, a novel parameter-efficient fine-tuning (PEFT) approach for large language models (LLMs). UoRA achieves state-of-the-art efficiency by leveraging a low-rank approximation method that reduces the number of trainable parameters without compromising performance. Unlike exist…

Cited by 0SourcePDFScholar
2024

Navigate Beyond Shortcuts: Debiased Learning Through the Lens of Neural Collapse

CVPR 2024highlight

Recent studies have noted an intriguing phenomenon termed Neural Collapse that is when the neural networks establish the right correlation between feature spaces and the training targets their last-layer features together with the classifier weights will collapse into a stable and symmetric structur…

Cited by 6SourcePDFScholar
2024

Stochastic Zeroth-Order Optimization under Strongly Convexity and Lipschitz Hessian: Minimax Sample Complexity

NeurIPS 2024poster

Optimization of convex functions under stochastic zeroth-order feedback has been a major and challenging question in online learning. In this work, we consider the problem of optimizing second-order smooth and strongly convex functions where the algorithm is only accessible to noisy evaluations of t…

Cited by 1SourcePDFScholar
2023

Multi-Agent Reinforcement Learning for Covert Semantic Communications over Wireless Networks

ICASSP 2023accepted

In this paper, a covert semantic communication framework is proposed for image transmission over wireless networks. In the proposed framework, devices extract and selectively transmit semantic information of image data to a base station (BS). The semantic information consists of the objects in the i…

Cited by 0SourceScholar
2023

Optimal Sample Complexity Bounds for Non-convex Optimization under Kurdyka-Lojasiewicz Condition

AISTATS 2023poster

Optimization of smooth reward functions under bandit feedback is a long-standing problem in online learning. This paper approaches this problem by studying the convergence under smoothness and Kurdyka-Lojasiewicz conditions. We designed a search-based algorithm that achieves an improved rate compare…

Cited by 2SourcePDFScholar
2023

Sample Complexity for Quadratic Bandits: Hessian Dependent Bounds and Optimal Algorithms

NeurIPS 2023poster

In stochastic zeroth-order optimization, a problem of practical relevance is understanding how to fully exploit the local geometry of the underlying objective function. We consider a fundamental setting in which the objective function is quadratic, and provide the first tight characterization of the…

Cited by 2SourcePDFScholar
2022

Performance Optimization for Wireless Semantic Communications over Energy Harvesting Networks

ICASSP 2022accepted

In this paper, the optimization of semantic communications over energy harvesting networks is studied. In the considered model, a set of users use semantic communication techniques and the harvested energy to transmit text data to a base station (BS). Here, semantic communication techniques enable e…

Cited by 0SourceScholar
2022

Predictive Locomotion Mode Recognition and Accurate Gait Phase Estimation for Hip Exoskeleton on Various Terrains

RA-L 2022

In recent years, lower-limb exoskeletons have been applied to assist people with weak mobility in daily life, which requires enhanced adaptability to complex environments. To achieve a smooth transition between different assistive strategies and provide proper assistance at the desired timing during

Cited by 80SourceScholar
2021

Optimism in Reinforcement Learning with Generalized Linear Function Approximation

ICLR 2021poster

We design a new provably efficient algorithm for episodic reinforcement learning with generalized linear function approximation. We analyze the algorithm under a new expressivity assumption that we call ``optimistic closure,'' which is strictly weaker than assumptions from prior analyses for the lin…

Cited by 186SourcePDFScholar
2018

How Many Samples are Needed to Estimate a Convolutional Neural Network?

NeurIPS 2018poster

A widespread folklore for explaining the success of Convolutional Neural Networks (CNNs) is that CNNs use a more compact representation than the Fully-connected Neural Network (FNN) and thus require fewer training samples to accurately estimate their parameters. We initiate the study of rigorously c…

Cited by 88SourcePDFScholar
2018

Near-Optimal Policies for Dynamic Multinomial Logit Assortment Selection Models

NeurIPS 2018poster

In this paper we consider the dynamic assortment selection problem under an uncapacitated multinomial-logit (MNL) model. By carefully analyzing a revenue potential function, we show that a trisection based algorithm achieves an item-independent regret bound of O(sqrt(T log log T), which matches inf…

Cited by 25SourcePDFScholar
2018

Optimization of Smooth Functions with Noisy Observations: Local Minimax Rates

NeurIPS 2018poster

We consider the problem of global optimization of an unknown non-convex smooth function with noisy zeroth-order feedback. We propose a local minimax framework to study the fundamental difficulty of optimizing smooth functions with adaptive function evaluations. We show that for functions with fast g…

Cited by 21SourcePDFScholar
2018

Stochastic Zeroth-order Optimization in High Dimensions

AISTATS 2018poster

We consider the problem of optimizing a high-dimensional convex function using stochastic zeroth-order queries. Under sparsity assumptions on the gradients or function values, we present two algorithms: a successive component/feature selection algorithm and a noisy mirror descent algorithm using Las…

Cited by 0SourcePDFScholar
2017

Near-Optimal Design of Experiments via Regret Minimization

ICML 2017poster

We consider computationally tractable methods for the experimental design problem, where k out of n design points of dimension p are selected so that certain optimality criteria are approximately satisfied. Our algorithm finds a $(1+\epsilon)$-approximate optimal design when k is a linear function o…

Cited by 77SourcePDFScholar
2017

On the Power of Truncated SVD for General High-rank Matrix Estimation Problems

NeurIPS 2017poster

We show that given an estimate $\widehat{\mat A}$ that is close to a general high-rank positive semi-definite (PSD) matrix $\mat A$ in spectral norm (i.e., $\|\widehat{\mat A}-\mat A\|_2 \leq \delta$), the simple truncated Singular Value Decomposition of $\widehat{\mat A}$ produces a multiplicative…

Cited by 17SourcePDFScholar
2017

Sequence Modeling via Segmentations

ICML 2017poster

Segmental structure is a common pattern in many types of sequences such as phrases in human languages. In this paper, we present a probabilistic model for sequences via their segmentations. The probability of a segmented sequence is calculated as the product of the probabilities of all its segments,…

2016

Data Poisoning Attacks on Factorization-Based Collaborative Filtering

NeurIPS 2016poster

Recommendation and collaborative filtering systems are important in modern information and e-commerce applications. As these systems are becoming increasingly popular in industry, their outputs could affect business decision making, introducing incentives for an adversarial party to compromise the…

Cited by 444SourcePDFScholar
2015

A Deterministic Analysis of Noisy Sparse Subspace Clustering for Dimensionality-reduced Data

ICML 2015poster

Subspace clustering groups data into several lowrank subspaces. In this paper, we propose a theoretical framework to analyze a popular optimization-based algorithm, Sparse Subspace Clustering (SSC), when the data dimension is compressed via some random projection algorithms. We show SSC provably suc…

Cited by 42SourcePDFScholar
2015

Fast and Guaranteed Tensor Decomposition via Sketching

NeurIPS 2015spotlight

Tensor CANDECOMP/PARAFAC (CP) decomposition has wide applications in statistical learning of latent variable models and in data mining. In this paper, we propose fast and randomized tensor CP decomposition algorithms based on sketching. We build on the idea of count sketches, but introduce many nove…

Cited by 160SourcePDFScholar