SechKAN: New Kolmogorov-Arnold Network Variant for Enhanced Performance

Hoang-Thang Ta· July 22, 2026 View original

Summary

This paper introduces SechKAN, a Kolmogorov-Arnold Network (KAN) architecture utilizing hyperbolic secant functions for improved performance in machine learning and scientific computing. SechKAN achieves superior results compared to MLPs and other KAN variants across various tasks while maintaining similar model sizes.

Kolmogorov-Arnold Networks (KANs) have emerged as a promising alternative to traditional neural networks, offering a new design paradigm. This research presents SechKAN, an innovative KAN architecture that leverages hyperbolic secant (sech) functions. The choice of hyperbolic secant is based on its smooth, bell-shaped form, localized responses, and stable gradients, which contribute to its effectiveness. To keep the model size comparable to standard multilayer perceptrons (MLPs), SechKAN incorporates 1D linear transformations, efficiently reducing the number of parameters. This design allows it to achieve high performance without significantly increasing computational overhead in terms of model size. Experimental evaluations demonstrate SechKAN's superior capabilities in diverse applications, including function fitting, solving partial differential equations (PDEs), and image classification on benchmark datasets like MNIST and CIFAR. While its running time is slightly longer than MLPs, it outperforms other KAN variants in speed and achieves better accuracy than both MLPs and existing KANs with a similar parameter count.

Why it matters

Professionals in AI/ML research and development can explore SechKAN as a potentially more effective and efficient neural network architecture for tasks requiring high accuracy and interpretability, especially in scientific computing and complex data modeling.

How to implement this in your domain

  1. 1Experiment with SechKAN in your current machine learning projects, particularly for function approximation or PDE solving.
  2. 2Compare SechKAN's performance against existing MLP or KAN implementations for specific image classification tasks.
  3. 3Investigate the hyperbolic secant basis functions for other neural network architectures to leverage their properties.
  4. 4Consider SechKAN for applications where model interpretability and stable gradients are crucial.

Who benefits

AI/ML ResearchScientific ComputingEngineeringHealthcareFinance

Key takeaways

  • SechKAN is a new KAN architecture using hyperbolic secant functions.
  • It offers superior performance in function fitting, PDEs, and image classification.
  • SechKAN maintains a model size comparable to MLPs through 1D linear transformations.
  • It outperforms MLPs and other KAN variants in accuracy, though slightly slower than MLPs.

Original post by Hoang-Thang Ta

"arXiv:2607.18290v1 Announce Type: new Abstract: In recent years, Kolmogorov-Arnold Networks (KANs) have attracted increasing attention due to their effectiveness in machine learning and scientific computing tasks, offering a new paradigm for neural network design. In this paper,…"

View on X

Originally posted by Hoang-Thang Ta on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Research

AI Engineering & DevToolsAI Research

New Tool Generates Contamination-Resistant, Labeled Code Datasets for LLMs

Spaghetti Architect is a new open-source tool that generates controlled, multi-language code datasets, addressing issues of contamination and lack of semantic control in existing code corpora. It creates correct-by-construction programs with adjustable "messiness" and difficulty labels, making it ideal for training and evaluating code-generating LLMs.

Yuxiang JiJul 22, 2026
AI ResearchAI Engineering & DevTools

New Method Safely Gates Hazardous LLM Knowledge Without Deletion

Researchers introduce Token Inoculation, a method that allows large language models to retain sensitive "dual-use" knowledge while selectively refusing hazardous queries. This approach uses a special token to condition the model's behavior, improving safety without sacrificing benign domain performance.

Seunghyun Lee, Dongyoon Han, Sangdoo YunJul 22, 2026
AI ResearchAI Engineering & DevTools

GNNAS-TSP Selects Optimal Algorithms for Traveling Salesman Problem

Researchers introduce GNNAS-TSP, a Graph Neural Network (GNN)-based framework for automated algorithm selection (AS) for the Traveling Salesman Problem (TSP). GNNAS-TSP learns TSP instance representations directly from raw graph data, avoiding manual feature engineering, and formulates AS as a joint cost-prediction and ranking task to select the best solver from a portfolio under fixed computational budgets.

Zhaoxuan Li, Jiale Yang, Yifei Lu, Mustafa MisirJul 22, 2026