paper-with-me

Papers

SharpNet: Enhancing MLPs to Represent Functions with Controlled Non-differentiability

2026-01-27 · Hanting Niu, Junkai Deng, Fei Hou, Wencheng Wang, Ying He arxiv

Multi-layer perceptrons (MLPs) are a standard tool for learning and function approximation, but they inherently produce globally smooth outputs. Consequently, they struggle to represent functions that are continuous yet intentionally non-differentiable (i.e., functions with prescribed $C^0$ sharp features) without ad hoc post-processing. We present SharpNet, a modified MLP architecture that encodes user-specified sharp features by augmenting the network with an auxiliary feature function defined as the solution to Poisson's equation with jump Neumann boundary conditions. This feature function is evaluated via an efficient local integral and is fully differentiable with respect to the feature locations, allowing us to jointly optimize both the feature locations and the MLP parameters to recover the target function or geometry. This construction provides precise control over where non-differentiability occurs, enforcing the desired $C^0$ behavior at feature locations while preserving smoothness elsewhere. We validate SharpNet on 2D problems and 3D CAD reconstruction, and compare it with several state-of-the-art baselines. In both settings, SharpNet accurately recovers sharp edges and corners while remaining smooth away from them, whereas existing methods tend to blur gradient discontinuities. Qualitative and quantitative results demonstrate the effectiveness of our approach. Our project page, code and models are publicly available at https://sharpnettech.github.io.

📄 PDF Abstract BibTeX arXiv:2601.19683

Code (0)

등록된 구현이 없습니다.

Tasks

CAD Reconstruction

Similar Papers 제목 키워드 기반

Invertible Sharpening Network for MRI Reconstruction Enhancement

2022-06-06 · Siyuan Dong, Eric Z. Chen, Lin Zhao, Xiao Chen 외

High-quality MRI reconstruction plays a critical role in clinical applications. Deep learning-based methods have achieved promising results on MRI reconstruction. However, most state-of-the-art methods were designed to o…

DiagnosticMRI ReconstructionSSIM

Kolmogorov-Arnold Network Autoencoders

2024-10-02 · Mohammadamin Moradi, Shirin Panahi, Erik Bollt, Ying-Cheng Lai

Deep learning models have revolutionized various domains, with Multi-Layer Perceptrons (MLPs) being a cornerstone for tasks like data regression and image classification. However, a recent study has introduced Kolmogorov…

image-classificationImage ClassificationKolmogorov-Arnold Networks

GraphKAN: Enhancing Feature Extraction with Graph Kolmogorov Arnold Networks

2024-06-19 · Fan Zhang, Xin Zhang

Massive number of applications involve data with underlying relationships embedded in non-Euclidean space. Graph neural networks (GNNs) are utilized to extract features by capturing the dependencies within graphs. Despit…

Kolmogorov-Arnold Networks

KAN: Kolmogorov-Arnold Networks

2024-04-30 · Ziming Liu, YiXuan Wang, Sachin Vaidya, Fabian Ruehle 외

Inspired by the Kolmogorov-Arnold representation theorem, we propose Kolmogorov-Arnold Networks (KANs) as promising alternatives to Multi-Layer Perceptrons (MLPs). While MLPs have fixed activation functions on nodes ("ne…

Kolmogorov-Arnold Networks

Smooth Kolmogorov Arnold networks enabling structural knowledge representation

2024-05-18 · Moein E. Samadi, Younes Müller, Andreas Schuppert

Kolmogorov-Arnold Networks (KANs) offer an efficient and interpretable alternative to traditional multi-layer perceptron (MLP) architectures due to their finite network topology. However, according to the results of Kolm…

Kolmogorov-Arnold Networks