中文
相关论文

相关论文: No Padding Please: Efficient Neural Handwriting Re…

200 篇论文

Recurrent Neural Networks (RNN) have recently achieved the best performance in off-line Handwriting Text Recognition. At the same time, learning RNN by gradient descent leads to slow convergence, and training times are particularly long…

机器学习 · 计算机科学 2013-12-09 Jérôme Louradour , Christopher Kermorvant

Deep reinforcement learning agents progressively lose representational capacity during training: neurons become dormant, removing active capacity from the network, and effective rank collapses, leaving surviving neurons redundant. Existing…

机器学习 · 计算机科学 2026-05-26 Jacob E. Kooi , Zhao Yang , Mark Hoogendoorn , Vincent François-Lavet

We propose a new model for unsupervised document embedding. Leading existing approaches either require complex inference or use recurrent neural networks (RNN) that are difficult to parallelize. We take a different route and develop a…

计算与语言 · 计算机科学 2018-02-21 Chundi Liu , Shunan Zhao , Maksims Volkovs

Pre-trained foundation models have recently made significant progress in table-related tasks such as table understanding and reasoning. However, recognizing the structure and content of unstructured tables using Vision Large Language Models…

计算机视觉与模式识别 · 计算机科学 2025-06-02 Yitong Zhou , Mingyue Cheng , Qingyang Mao , Feiyang Xu , Xin Li

State-of-the-art handwritten text recognition (HTR) systems commonly use Transformers, whose growing key-value (KV) cache makes decoding slow and memory-intensive. We introduce DRetHTR, a decoder-only model built on Retentive Networks…

计算机视觉与模式识别 · 计算机科学 2026-02-20 Changhun Kim , Martin Mayr , Thomas Gorges , Fei Wu , Mathias Seuret , Andreas Maier , Vincent Christlein

Hierarchical structures exist in both linguistics and Natural Language Processing (NLP) tasks. How to design RNNs to learn hierarchical representations of natural languages remains a long-standing challenge. In this paper, we define two…

计算与语言 · 计算机科学 2021-06-07 Zhaoxin Luo , Michael Zhu

We introduce a new dataset for offline Handwritten Text Recognition (HTR) from images of Bangla scripts comprising words, lines, and document-level annotations. The BN-HTRd dataset is based on the BBC Bangla News corpus, meant to act as…

计算机视觉与模式识别 · 计算机科学 2022-06-22 Md. Ataur Rahman , Nazifa Tabassum , Mitu Paul , Riya Pal , Mohammad Khairul Islam

Deep Neural Networks (DNNs) have revolutionized many aspects of our lives. The use of DNNs is becoming ubiquitous including in softwares for image recognition, speech recognition, speech synthesis, language translation, to name a few. he…

分布式、并行与集群计算 · 计算机科学 2020-11-18 Sanket Tavarageri , Alexander Heinecke , Sasikanth Avancha , Gagandeep Goyal , Ramakrishna Upadrasta , Bharat Kaul

We propose the Neural Vector Space Model (NVSM), a method that learns representations of documents in an unsupervised manner for news article retrieval. In the NVSM paradigm, we learn low-dimensional representations of words and documents…

信息检索 · 计算机科学 2018-08-21 Christophe Van Gysel , Maarten de Rijke , Evangelos Kanoulas

Implicit Neural Representations (INRs) encode discrete signals using Multi-Layer Perceptrons (MLPs) with complex activation functions. While INRs achieve superior performance, they depend on full-precision number representation for accurate…

计算机视觉与模式识别 · 计算机科学 2025-08-20 Wenyong Zhou , Jiachen Ren , Taiqiang Wu , Yuxin Cheng , Zhengwu Liu , Ngai Wong

Offline handwriting recognition (HWR) has improved significantly with the advent of deep learning architectures in recent years. Nevertheless, it remains a challenging problem and practical applications often rely on post-processing…

计算机视觉与模式识别 · 计算机科学 2023-09-20 Andrey Totev , Tomas Ward

Embedding learning for categorical features is crucial for the deep learning-based recommendation models (DLRMs). Each feature value is mapped to an embedding vector via an embedding learning process. Conventional methods configure a fixed…

机器学习 · 计算机科学 2021-08-27 Bencheng Yan , Pengjie Wang , Kai Zhang , Wei Lin , Kuang-Chih Lee , Jian Xu , Bo Zheng

One of the consequences of passing from mass production to mass customization paradigm in the nowadays industrialized world is the need to increase flexibility and responsiveness of manufacturing companies. The high-mix / low-volume…

机器学习 · 计算机科学 2019-01-28 João Reis , Gil Gonçalves

Handwriting text recognition (HTR) remains a challenging task. Existing approaches require fine-tuning on labeled data, which is impractical to obtain for real-world problems, or rely on zero-shot tools such as OCR engines and multi-modal…

机器学习 · 计算机科学 2026-04-21 Benjamin Gutteridge , Matthew Thomas Jackson , Toni Kukurin , Xiaowen Dong

The adoption of tablets with touchscreens and styluses is increasing, and a key feature is converting handwriting to text, enabling search, indexing, and AI assistance. Meanwhile, vision-language models (VLMs) are now the go-to solution for…

计算机视觉与模式识别 · 计算机科学 2024-02-26 Anastasiia Fadeeva , Philippe Schlattner , Andrii Maksai , Mark Collier , Efi Kokiopoulou , Jesse Berent , Claudiu Musat

Optical packet header recognition is an important signal processing task of optical communication networks. In this work, we propose an all-optical reservoir, consisting of integrated double-ring resonators (DRRs) as nodes, for fast and…

信号处理 · 电气工程与系统科学 2025-06-10 Zheng Li , Xiaoyan Zhou , Zongze Li , Guanju Peng , Yuhao Guo , Lin Zhang

Instance Search (INS) is a fundamental problem for many applications, while it is more challenging comparing to traditional image search since the relevancy is defined at the instance level. Existing works have demonstrated the success of…

计算机视觉与模式识别 · 计算机科学 2017-01-30 Jingkuan Song , Tao He , Lianli Gao , Xing Xu , Heng Tao Shen

Binary neural networks provide a promising solution for low-power, high-speed inference by replacing expensive floating-point operations with bitwise logic. This makes them well-suited for deployment on resource-constrained platforms such…

硬件体系结构 · 计算机科学 2025-12-23 Emir Devlet Ertörer , Cem Ünsalan

Large Language Models (LLMs) have demonstrated remarkable capabilities across various applications, but their performance on long-context tasks is often limited by the computational complexity of attention mechanisms. We introduce a novel…

机器学习 · 计算机科学 2025-02-25 Bo Chen , Yingyu Liang , Zhizhou Sha , Zhenmei Shi , Zhao Song

Deep neural networks (DNNs) have proven successful in a wide variety of applications such as speech recognition and synthesis, computer vision, machine translation, and game playing, to name but a few. However, existing deep neural network…

机器学习 · 计算机科学 2022-08-08 Ramit Pahwa