← Search

Feiyang Ye

10 accepted papers

2026

AVA-VLA: Improving Vision-Language-Action models with Active Visual Attention

CVPR 2026

Vision-Language-Action (VLA) models have shown remarkable progress in embodied tasks recently, but most methods process visual observations independently at each timestep. This history-agnostic design treats robot manipulation as a Markov Decision Process, even though real-world robotic control is i

Cited by 0SourceScholar
2025

Improving Low-Resource Sequence Labeling with Knowledge Fusion and Contextual Label Explanations

EMNLP 2025

Sequence labeling remains a significant challenge in low-resource, domain-specific scenarios, particularly for character-dense languages. Existing methods primarily focus on enhancing model comprehension and improving data diversity to boost performance. However, these approaches still struggle with

2025

Sharpness-Aware Black-Box Optimization

ICLR 2025poster

Black-box optimization algorithms have been widely used in various machine learning problems, including reinforcement learning and prompt fine-tuning. However, directly optimizing the training loss value, as commonly done in existing black-box optimization methods, could lead to suboptimal model qua…

Cited by 0SourcePDFScholar
2024

Adaptive Stochastic Gradient Algorithm for Black-box Multi-Objective Learning

ICLR 2024poster

Multi-objective optimization (MOO) has become an influential framework for various machine learning problems, including reinforcement learning and multi-task learning. In this paper, we study the black-box multi-objective optimization problem, where we aim to optimize multiple potentially conflictin…

Cited by 5SourcePDFScholar
2024

FedLPA: One-shot Federated Learning with Layer-Wise Posterior Aggregation

NeurIPS 2024poster

Efficiently aggregating trained neural networks from local clients into a global model on a server is a widely researched topic in federated learning. Recently, motivated by diminishing privacy concerns, mitigating potential attacks, and reducing communication overhead, one-shot federated learning (…

2024

Parsimony or Capability? Decomposition Delivers Both in Long-term Time Series Forecasting

NeurIPS 2024spotlight

Long-term time series forecasting (LTSF) represents a critical frontier in time series analysis, characterized by extensive input sequences, as opposed to the shorter spans typical of traditional approaches. While longer sequences inherently offer richer information for enhanced predictive precision…

Cited by 6SourcePDFScholar
2022

PCBERT: Parent and Child BERT for Chinese Few-shot NER

COLING 2022main

Achieving good performance on few-shot or zero-shot datasets has been a long-term challenge for NER. The conventional semantic transfer approaches on NER will decrease model performance when the semantic distribution is quite different, especially in Chinese few-shot NER. Recently, prompt-tuning has…

Cited by 13SourcePDFScholar
2021

Multi-Objective Meta Learning

NeurIPS 2021poster

Meta learning with multiple objectives has been attracted much attention recently since many applications need to consider multiple factors when designing learning models. Existing gradient-based works on meta learning with multiple objectives mainly combine multiple objectives into a single objecti…