← Search

Li Lin

18 accepted papers

2026

M3DLayout: A Multi-Source Dataset of 3D Indoor Layouts and Structured Descriptions for 3D Generation

CVPR 2026

In text-driven 3D scene generation, object layout serves as a crucial intermediate representation that bridges high-level language instructions with detailed geometric output. It not only provides a structural blueprint for ensuring physical plausibility but also supports semantic controllability an

Cited by 0SourceScholar
2026

MUSE: Resolving Manifold Misalignment in Visual Tokenization via Topological Orthogonality

ICML 2026poster

Unified visual tokenization faces a fundamental trade-off: optimizing for high-fidelity pixel reconstruction (spatial equivariance) inherently conflicts with semantic abstraction (conceptual invariance). We identify the root cause as Manifold Misalignment, where naive joint optimization leads to con…

Cited by 0SourceScholar
2026

ORTCL: Towards Continual Learning of Time Series Foundation Models on Streaming Data via Orthogonal Rotation

AAAI 2026technical

Time Series Foundation Models (TSFMs) have emerged as a promising approach in time series analysis. Due to the large-scale parameters of TSFMs and pretraining cost, how to adapt TDFMs in streaming data is always the key factor constraining their application effectiveness. Because streaming data ofte

Cited by 0SourcePDFScholar
2025

A Dual-Perspective NLG Meta-Evaluation Framework with Automatic Benchmark and Better Interpretability

ACL 2025long

In NLG meta-evaluation, evaluation metrics are typically assessed based on their consistency with humans. However, we identify some limitations in traditional NLG meta-evaluation approaches, such as issues in handling human ratings and ambiguous selections of correlation measures, which undermine th…

2025

A Singing Melody Extraction Network Via Self-Distillation and Multi-Level Supervision

ICASSP 2025accepted

Extracting singing melody from polyphonic music is an important topic in the field of music information retrieval. In this paper, we propose a singing melody extraction network consisting of five stacked multi-scale feature time-frequency aggregation (MF-TFA) modules. In the same network, deeper lay…

Cited by 0SourceScholar
2025

AI-Face: A Million-Scale Demographically Annotated AI-Generated Face Dataset and Fairness Benchmark

CVPR 2025poster

AI-generated faces have enriched human life, such as entertainment, education, and art. However, they also pose misuse risks. Therefore, detecting AI-generated faces becomes crucial, yet current detectors show biased performance across different demographic groups. Mitigating biases can be done by d…

2025

Analyzing and Evaluating Correlation Measures in NLG Meta-Evaluation

NAACL 2025long

The correlation between NLG automatic evaluation metrics and human evaluation is often regarded as a critical criterion for assessing the capability of an evaluation metric. However, different grouping methods and correlation coefficients result in various types of correlation measures used in meta-…

2025

Gödel Agent: A Self-Referential Agent Framework for Recursively Self-Improvement

ACL 2025long

The rapid advancement of large language models (LLMs) has significantly enhanced the capabilities of agents across various tasks. However, existing agentic systems, whether based on fixed pipeline algorithms or pre-defined meta-learning frameworks, cannot search the whole agent design space due to t…

2025

ImViD: Immersive Volumetric Videos for Enhanced VR Engagement

CVPR 2025highlight

User engagement is greatly enhanced by fully immersive multimodal experiences that combine visual and auditory stimuli. Consequently, the next frontier in VR/AR technologies lies in immersive volumetric videos with complete scene capture, large 6-DoF interactive space, Multi-modal feedback, and high…

Cited by 0SourcePDFScholar
2025

Improving Generalization for AI-Synthesized Voice Detection

AAAI 2025technical

AI-synthesized voice technology has the potential to create realistic human voices for beneficial applications, but it can also be misused for malicious purposes. While existing AI-synthesized voice detection models excel in intra-domain evaluation, they face challenges in generalizing across differ…

2025

Preserving AUC Fairness in Learning with Noisy Protected Groups

ICML 2025poster

The Area Under the ROC Curve (AUC) is a key metric for classification, especially under class imbalance, with growing research focus on optimizing AUC over accuracy in applications like medical image analysis and deepfake detection. This leads to fairness in AUC optimization becoming crucial as bias…

2024

Preserving Fairness Generalization in Deepfake Detection

CVPR 2024poster

Although effective deepfake detection models have been developed in recent years recent studies have revealed that these models can result in unfair performance disparities among demographic groups such as race and gender. This can lead to particular groups facing unfair targeting or exclusion from…

2024

Themis: A Reference-free NLG Evaluation Language Model with Flexibility and Interpretability

EMNLP 2024main

The evaluation of natural language generation (NLG) tasks is a significant and longstanding research area. With the recent emergence of powerful large language models (LLMs), some studies have turned to LLM-based automatic evaluation methods, which demonstrate great potential to become a new evaluat…

2023

PRIOR: Prototype Representation Joint Learning from Medical Images and Reports

ICCV 2023poster

Contrastive learning based vision-language joint pre-training has emerged as a successful representation learning strategy. In this paper, we present a prototype representation learning framework incorporating both global and local alignment between medical images and reports. In contrast to standar…

Cited by 63PDFcodeScholar
2022

Character-level White-Box Adversarial Attacks against Transformers via Attachable Subwords Substitution

EMNLP 2022main

We propose the first character-level white-box adversarial attack method against transformer models. The intuition of our method comes from the observation that words are split into subtokens before being fed into the transformer models and the substitution between two close subtokens has a similar…

2021

Gradient Imitation Reinforcement Learning for Low Resource Relation Extraction

EMNLP 2021main

Low-resource Relation Extraction (LRE) aims to extract relation facts from limited labeled corpora when human annotation is scarce. Existing works either utilize self-training scheme to generate pseudo labels that will cause the gradual drift problem, or leverage meta-learning scheme which does not…