← Search

Ye Lin

9 accepted papers

2026

RcAE: Recursive Reconstruction Framework for Unsupervised Industrial Anomaly Detection

AAAI 2026technical

Unsupervised industrial anomaly detection requires accurately identifying defects without labeled data. Traditional autoencoder-based methods often struggle with incomplete anomaly suppression and loss of fine details, as their single-pass decoding fails to effectively handle anomalies with varying

Cited by 0SourcePDFScholar
2023

MobileNMT: Enabling Translation in 15MB and 30ms

ACL 2023industry

Deploying NMT models on mobile devices is essential for privacy, low latency, and offline scenarios. For high model capacity, NMT models are rather large. Running these models on devices is challenging with limited storage, memory, computation, and power consumption. Existing work either only focuse…

2022

Multi-Path Transformer is Better: A Case Study on Neural Machine Translation

EMNLP 2022finding

For years the model performance in machine learning obeyed a power-law relationship with the model size. For the consideration of parameter efficiency, recent studies focus on increasing model depth rather than width to achieve better performance. In this paper, we study how model width affects the…

2021

Weight Distillation: Transferring the Knowledge in Neural Network Parameters

ACL 2021long

Knowledge distillation has been proven to be effective in model acceleration and compression. It transfers knowledge from a large neural network to a small one by using the large neural network predictions as targets of the small neural network. But this way ignores the knowledge inside the large ne…

Cited by 26SourcePDFScholar
2020

A Simple and Effective Approach to Robust Unsupervised Bilingual Dictionary Induction

COLING 2020main

Unsupervised Bilingual Dictionary Induction methods based on the initialization and the self-learning have achieved great success in similar language pairs, e.g., English-Spanish. But they still fail and have an accuracy of 0% in many distant language pairs, e.g., English-Japanese. In this work, we…

2020

Towards Fully 8-bit Integer Inference for the Transformer Model

IJCAI 2020poster

8-bit integer inference, as a promising direction in reducing both the latency and storage of deep neural networks, has made great progress recently. On the other hand, previous systems still rely on 32-bit floating point for certain functions in complex models (e.g., Softmax in Transformer), and ma…

Cited by 0SourcePDFScholar