← Search

Wenyu Wang

10 accepted papers

2026

Escaping the Likelihood Trap: Geometric Diversity Optimization for Long-Form Image Captioning

ICML 2026poster

The utility of Vision-Language Models (VLMs) in reasoning and auditing tasks hinges on their ability to exhaustively describe visual scenes. However, current models exhibit a pathology we term the Likelihood Trap: standard alignment objectives, specifically MLE and KL-regularization, drive generatio…

Cited by 0SourceScholar
2026

Stratos: An End-to-End Distillation Pipeline for Customized LLMs Under Distributed Cloud Environments

AAAI 2026technical

The growing industrial demand for customized and cost-efficient large language models (LLMs) is fueled by the rise of vertical, domain-specific tasks and the need to optimize performance under constraints such as latency and budget. Knowledge distillation, as an efficient model compression and trans

Cited by 0SourcePDFScholar
2025

A Trajectory-Based Bayesian Approach to Multi-Objective Hyperparameter Optimization with Epoch-Aware Trade-Offs

UAI 2025

Training machine learning models inherently involves a resource-intensive and noisy iterative learning procedure that allows epoch-wise monitoring of the model performance. However, the insights gained from the iterative learning procedure typically remain underutilized in multi-objective hyperparam

2025

Latent Zoning Network: A Unified Principle for Generative Modeling, Representation Learning, and Classification

NeurIPS 2025poster

Generative modeling, representation learning, and classification are three core problems in machine learning (ML), yet their state-of-the-art (SoTA) solutions remain largely disjoint. In this paper, we ask: Can a unified principle address all three? Such unification could simplify ML pipelines and f…

Cited by 0SourcecodeScholar
2025

SYKI-SVC: Advancing Singing Voice Conversion with Post-Processing Innovations and an Open-Source Professional Testset

ICASSP 2025accepted

Singing voice conversion aims to transform a source singing voice into that of a target singer while preserving the original lyrics, melody, and various vocal techniques. In this paper, we propose a high-fidelity singing voice conversion system. Our system builds upon the SVCC T02 framework and cons…

Cited by 0SourceScholar
2025

UIPE: Enhancing LLM Unlearning by Removing Knowledge Related to Forgetting Targets

EMNLP 2025

Large Language Models (LLMs) inevitably acquire harmful information during training on massive datasets. LLM unlearning aims to eliminate the influence of such harmful information while maintaining the model’s overall performance. Existing unlearning methods, represented by gradient ascent-based app

Cited by 0SourcePDFScholar
2024

EasyTS: The Express Lane to Long Time Series Forecasting

AAAI 2024technical

Responding to the escalating interest in long-term forecasting within the industry, we introduce EasyTS, a comprehensive toolkit engineered to streamline data collection, analysis, and model creation procedures. EasyTS acts as a unified solution, driving progress in long-term time series forecasting…

2024

Long Term Memory-Enhanced Via Causal Reasoning for Text-To-Video Retrieval

ICASSP 2024accepted

The T2VR task aims to retrieve videos that are semantically relevant to the given query text in a large number of unlabeled videos. Most of the existing methods adopt a representation encoding strategy that can only focus on limited contextual information, and lack the ability to focus on the long m…

Cited by 0SourceScholar
2024

Minimizing UCB: a Better Local Search Strategy in Local Bayesian Optimization

NeurIPS 2024poster

Local Bayesian optimization is a promising practical approach to solve the high dimensional black-box function optimization problem. Among them is the approximated gradient class of methods, which implements a strategy similar to gradient descent. These methods have achieved good experimental result…

Cited by 1SourcePDFScholar
2023

Learning To Dub Movies via Hierarchical Prosody Models

CVPR 2023poster

Given a piece of text, a video clip and a reference audio, the movie dubbing (also known as visual voice clone, V2C) task aims to generate speeches that match the speaker's emotion presented in the video using the desired speaker voice as reference. V2C is more challenging than conventional text-to-…