← Search

Aimin Zhou

26 accepted papers

2026

CLIP2Pose: Frozen CLIP as Semantic Guide for Domain Adaptive Pose Estimation

AAAI 2026technical

Unsupervised domain adaptive pose estimation is a fundamental yet challenging task due to the need to transfer from labeled synthetic data to unlabeled real data. Nevertheless, the underlying pose semantics, which are governed by spatial structure, remain largely consistent across domains. This obse

Cited by 0SourcePDFScholar
2026

CollabBench: Benchmarking and Unleashing Collaborative Ability of LLMs with Diverse Players via Proactive Engagement

ICML 2026poster

While LLM-based agents excel at individual tasks, effective collaboration with realistic human partners remains challenging. Most of the existing conversation-level collaborative studies lack grounded interaction and behavioral execution, motivating the need for cooperative game environments that en…

Cited by 0SourceScholar
2025

A Fast-Adaptive Cognitive Diagnosis Framework for Computerized Adaptive Testing Systems

IJCAI 2025

Computerized Adaptive Testing (CAT) measures student ability by iteratively selecting informative questions, with core components being the Cognitive Diagnosis Model (CDM) and selection strategy. Current research focuses on optimizing the selection strategy, assuming relatively accurate CDM results.

2025

ERICT: Enhancing Robustness by Identifying Concept Tokens in Zero-Shot Vision Language Models

ICML 2025poster

Pre-trained vision-language models (VLMs) have revolutionized the field of machine learning, demonstrating exceptional performance across a wide range of tasks. However, their robustness remains vulnerable to the spurious-correlation problem. Existing works often involve fine-tuning the model with l…

Cited by 0SourcePDFScholar
2025

Expensive Multi-Objective Bayesian Optimization Based on Diffusion Models

AAAI 2025technical

Multi-objective Bayesian optimization (MOBO) has shown promising performance on various expensive multi-objective optimization problems (EMOPs). However, effectively modeling complex distributions of the Pareto optimal solutions is difficult with limited function evaluations. Existing Pareto set lea…

2025

FinDABench: Benchmarking Financial Data Analysis Ability of Large Language Models

COLING 2025main

Large Language Models (LLMs) have demonstrated impressive capabilities across a wide range of tasks. However, their proficiency and reliability in the specialized domain of financial data analysis, particularly focusing on data-driven thinking, remain uncertain. To bridge this gap, we introduce FinD…

2025

Flow2Code: Evaluating Large Language Models for Flowchart-based Code Generation Capability

ACL 2025finding

While large language models (LLMs) show promise in code generation, existing benchmarks neglect the flowchart-based code generation. To promote further research on flowchart-based code generation, this work presents Flow2Code, a novel benchmark for flowchart-based code generation evaluation. The eva…

2025

LLMOPT: Learning to Define and Solve General Optimization Problems from Scratch

ICLR 2025poster

Optimization problems are prevalent across various scenarios. Formulating and then solving optimization problems described by natural language often requires highly specialized human expertise, which could block the widespread application of optimization-based decision making. To automate problem fo…

2025

Mis-prompt: Benchmarking Large Language Models for Proactive Error Handling

ACL 2025long

Large language models (LLMs) have demonstrated significant advancements in error handling. Current error-handling works are performed in a passive manner, with explicit error-handling instructions. However, in real-world scenarios, explicit error-handling instructions are usually unavailable. In thi…

Cited by 0SourcePDFScholar
2025

SOO-Bench: Benchmarks for Evaluating the Stability of Offline Black-Box Optimization

ICLR 2025poster

Black-box optimization aims to find the optima through building a model close to the black-box objective function based on function value evaluation. However, in many real-world tasks, such as the design of molecular formulas and mechanical structures, it is perilous, costly, or even infeasible to e…

2025

Semantic Attention and LLM-based Layout Guidance for Text-to-Image Generation

ICASSP 2025accepted

Diffusion models have substantially advanced text-to-image generation, achieving remarkable performance in creating high-quality images from textual prompts. However, they often struggle with accurately generating images representing spatial locations described or implied in the prompts. To address…

Cited by 0SourceScholar
2025

Strong and Weak Identifiability of Optimization-based Causal Discovery in Non-linear Additive Noise Models

ICML 2025poster

Causal discovery aims to identify causal relationships from observational data. Recently, optimization-based causal discovery methods have attracted extensive attention in the literature due to their efficiency in handling high-dimensional problems. However, we observe that optimization-based method…

Cited by 0SourcePDFScholar
2025

The Role of Visual Modality in Multimodal Mathematical Reasoning: Challenges and Insights

ACL 2025long

Recent research has increasingly focused on multimodal mathematical reasoning, particularly emphasizing the creation of relevant datasets and benchmarks. Despite this, the role of visual information in reasoning has been underexplored. Our findings show that existing multimodal mathematical models m…

Cited by 0SourcePDFScholar
2024

A Simple yet Scalable Granger Causal Structural Learning Approach for Topological Event Sequences

NeurIPS 2024poster

In modern telecommunication networks, faults manifest as alarms, generating thousands of events daily. Network operators need an efficient method to identify the root causes of these alarms to mitigate potential losses. This task is challenging due to the increasing scale of telecommunication networ…

Cited by 0SourcePDFScholar
2024

Are U a Joke Master? Pun Generation via Multi-Stage Curriculum Learning towards a Humor LLM

ACL 2024findings

Although large language models (LLMs) acquire extensive world knowledge and some reasoning abilities, their proficiency in generating humorous sentences remains a challenge. Previous research has demonstrated that the humor generation capabilities of ChatGPT are confined to producing merely 25 uniqu…

2024

Are You Concerned about Limited Function Evaluations: Data-Augmented Pareto Set Learning for Expensive Multi-Objective Optimization

AAAI 2024technical

Optimizing multiple conflicting black-box objectives simultaneously is a prevalent occurrence in many real-world applications, such as neural architecture search, and machine learning. These problems are known as expensive multi-objective optimization problems (EMOPs) when the function evaluations a…

2024

Emotion Neural Transducer for Fine-Grained Speech Emotion Recognition

ICASSP 2024accepted

The mainstream paradigm of speech emotion recognition (SER) is identifying the single emotion label of the entire utterance. This line of works neglect the emotion dynamics at fine temporal granularity and mostly fail to leverage linguistic information of speech signal explicitly. In this paper, we…

Cited by 0SourceScholar
2024

From Coarse to Fine: A Distillation Method for Fine-Grained Emotion-Causal Span Pair Extraction in Conversation

AAAI 2024technical

We study the problem of extracting emotions and the causes behind these emotions in conversations. Existing methods either tackle them separately or jointly model them at the coarse-grained level of emotions (fewer emotion categories) and causes (utterance-level causes). In this work, we aim to joi…

2024

Investigating and Mitigating Object Hallucinations in Pretrained Vision-Language (CLIP) Models

EMNLP 2024main

Large Vision-Language Models (LVLMs) have achieved impressive performance, yet research has pointed out a serious issue with object hallucinations within these models. However, there is no clear conclusion as to which part of the model these hallucinations originate from. In this paper, we present a…

2024

Symbolic Cognitive Diagnosis via Hybrid Optimization for Intelligent Education Systems

AAAI 2024technical

Cognitive diagnosis assessment is a fundamental and crucial task for student learning. It models the student-exercise interaction, and discovers the students' proficiency levels on each knowledge attribute. In real-world intelligent education systems, generalization and interpretability of cognitive…

2023

High-Dimensional Dueling Optimization with Preference Embedding

AAAI 2023technical

In many scenarios of black-box optimization, evaluating the objective function values of solutions is expensive, while comparing a pair of solutions is relatively cheap, which yields the dueling black-box optimization. The side effect of dueling optimization is that it doubles the dimension of solut…

2023

Mingling or Misalignment? Temporal Shift for Speech Emotion Recognition with Pre-Trained Representations

ICASSP 2023accepted

Fueled by recent advances of self-supervised models, pre-trained speech representations proved effective for the downstream speech emotion recognition (SER) task. Most prior works mainly focus on exploiting pre-trained representations and just adopt a linear head on top of the pre-trained model, neg…

Cited by 0SourceScholar
2023

Rethinking the Learning Paradigm for Dynamic Facial Expression Recognition

CVPR 2023poster

Dynamic Facial Expression Recognition (DFER) is a rapidly developing field that focuses on recognizing facial expressions in video format. Previous research has considered non-target frames as noisy frames, but we propose that it should be treated as a weakly supervised problem. We also identify the…