paper-with-me

홈 › Papers

Revisit Lmser and its further development based on convolutional layers

2019-04-12 · Wenjing Huang, Shikui Tu, Lei Xu

Proposed in 1991, Least Mean Square Error Reconstruction for self-organizing network, shortly Lmser, was a further development of the traditional auto-encoder (AE) by folding the architecture with respect to the central coding layer and thus leading to the features of symmetric weights and neurons, as well as jointly supervised and unsupervised learning. However, its advantages were only demonstrated in a one-hidden-layer implementation due to the lack of computing resources and big data at that time. In this paper, we revisit Lmser from the perspective of deep learning, develop Lmser network based on multiple convolutional layers, which is more suitable for image-related tasks, and confirm several Lmser functions with preliminary demonstrations on image recognition, reconstruction, association recall, and so on. Experiments demonstrate that Lmser indeed works as indicated in the original paper, and it has promising performance in various applications.

📄 PDF Abstract BibTeX arXiv:1904.06307

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LLMServingSim2.0: A Unified Simulator for Heterogeneous Hardware and Serving Techniques in LLM Infrastructure

2025-11-10 · Jaehong Cho, Hyunmin Choi, Jongse Park arxiv

This paper introduces LLMServingSim2.0, a system simulator designed for exploring heterogeneous hardware in large-scale LLM serving systems. LLMServingSim2.0 addresses two key limitations of its predecessor: (1) integrat…

LLMServingSim: A HW/SW Co-Simulation Infrastructure for LLM Inference Serving at Scale

2024-08-10 · Jaehong Cho, Minsu Kim, Hyunmin Choi, Guseul Heo 외

Recently, there has been an extensive research effort in building efficient large language model (LLM) inference serving systems. These efforts not only include innovations in the algorithm and software domains but also …

GPULanguage ModellingLarge Language Model

LLMServingSim 2.0: A Unified Simulator for Heterogeneous and Disaggregated LLM Serving Infrastructure

2026-02-26 · Jaehong Cho, Hyunmin Choi, Guseul Heo, Jongse Park arxiv

Large language model (LLM) serving infrastructures are undergoing a shift toward heterogeneity and disaggregation. Modern deployments increasingly integrate diverse accelerators and near-memory processing technologies, i…

Graph-boosted Active Learning for Multi-Source Entity Resolution

2021-09-30 · International Semantic Web Conference 2021 9 · Anna Primpeli, Christian Bizer

Supervised entity resolution methods rely on labeled record pairs for learning matching patterns between two or more data sources. Active learning minimizes the labeling effort by selecting informative pairs for labeling…

Active LearningEntity Resolution

Revisiting Sparse Convolutional Model for Visual Recognition

2022-10-24 · Xili Dai, Mingyang Li, Pengyuan Zhai, Shengbang Tong 외

Despite strong empirical performance for image classification, deep neural networks are often regarded as ``black boxes'' and they are difficult to interpret. On the other hand, sparse convolutional models, which assume …

image-classificationImage Classificationmodel