中文
相关论文

相关论文: Architectural change in neural networks using fuzz…

200 篇论文

Convolutional networks are ubiquitous in deep learning. They are particularly useful for images, as they reduce the number of parameters, reduce training time, and increase accuracy. However, as a model of the brain they are seriously…

机器学习 · 计算机科学 2022-01-19 Roman Pogodin , Yash Mehta , Timothy P. Lillicrap , Peter E. Latham

Purpose: We propose a novel method for continual learning based on the increasing depth of neural networks. This work explores whether extending neural network depth may be beneficial in a life-long learning setting. Methods: We propose a…

机器学习 · 计算机科学 2023-05-09 Jędrzej Kozal , Michał Woźniak

Model merging provides a cost-effective and data-efficient combination of specialized deep neural networks through parameter integration. This technique leverages expert models across downstream tasks without requiring retraining. Most…

机器学习 · 计算机科学 2025-10-17 Levy Chaves , Eduardo Valle , Sandra Avila

Vascular segmentation represents a crucial clinical task, yet its automation remains challenging. Because of the recent strides in deep learning, vesselness filters, which can significantly aid the learning process, have been overlooked.…

图像与视频处理 · 电气工程与系统科学 2024-10-28 Guillaume Garret , Antoine Vacavant , Carole Frindel

Recent research on learnable neural representations has been widely adopted in the field of 3D scene reconstruction and neural rendering applications. However, traditional feature grid representations often suffer from substantial memory…

图形学 · 计算机科学 2026-04-30 Rui Su , Honghao Dong , Haojie Jin , Yisong Chen , Guoping Wang , Sheng Li

In convolutional neural networks (CNNs), pooling operations play important roles such as dimensionality reduction and deformation compensation. In general, max pooling, which is the most widely used operation for local pooling, is performed…

计算机视觉与模式识别 · 计算机科学 2020-08-07 Takato Otsuzuki , Hideaki Hayashi , Yuchen Zheng , Seiichi Uchida

Neural networks have emerged as a powerful tool for solving complex tasks across various domains, but their increasing size and computational requirements have posed significant challenges in deploying them on resource-constrained devices.…

机器学习 · 计算机科学 2023-12-05 Evan Dogariu

Foreground segmentation algorithms aim segmenting moving objects from the background in a robust way under various challenging scenarios. Encoder-decoder type deep neural networks that are used in this domain recently perform impressive…

计算机视觉与模式识别 · 计算机科学 2019-09-04 Long Ang Lim , Hacer Yalim Keles

Recently, dropout has seen increasing use in deep learning. For deep convolutional neural networks, dropout is known to work well in fully-connected layers. However, its effect in convolutional and pooling layers is still not clear. This…

机器学习 · 计算机科学 2015-12-02 Haibing Wu , Xiaodong Gu

Textual network embeddings aim to learn a low-dimensional representation for every node in the network so that both the structural and textual information from the networks can be well preserved in the representations. Traditionally, the…

社会与信息网络 · 计算机科学 2021-08-13 Zenan Xu , Qinliang Su , Xiaojun Quan , Weijia Zhang

Fine-tuning visual models has been widely shown promising performance on many downstream visual tasks. With the surprising development of pre-trained visual foundation models, visual tuning jumped out of the standard modus operandi that…

计算机视觉与模式识别 · 计算机科学 2024-04-16 Bruce X. B. Yu , Jianlong Chang , Haixin Wang , Lingbo Liu , Shijie Wang , Zhiyu Wang , Junfan Lin , Lingxi Xie , Haojie Li , Zhouchen Lin , Qi Tian , Chang Wen Chen

For convolutional neural network models that optimize an image embedding, we propose a method to highlight the regions of images that contribute most to pairwise similarity. This work is a corollary to the visualization tools developed for…

计算机视觉与模式识别 · 计算机科学 2019-01-04 Abby Stylianou , Richard Souvenir , Robert Pless

In this report we investigate fundamental requirements for the application of classifier patching on neural networks. Neural network patching is an approach for adapting neural network models to handle concept drift in nonstationary…

机器学习 · 计算机科学 2019-01-17 Sebastian Kauschke , David Hermann Lehmann

The need to update the calibration of Function Point (FP) complexity weights is discussed, whose aims are to fit specific software application, to reflect software industry trend, and to improve cost estimation. Neuro-Fuzzy is a technique…

软件工程 · 计算机科学 2015-07-27 Wei Xia , Danny Ho , Luiz Fernando Capretz

An old idea in optimization theory says that since the gradient is a dual vector it may not be subtracted from the weights without first being mapped to the primal space where the weights reside. We take this idea seriously in this paper…

机器学习 · 计算机科学 2024-12-09 Jeremy Bernstein , Laker Newhouse

Neuro-symbolic integration aims at harnessing the power of symbolic knowledge representation combined with the learning capabilities of deep neural networks. In particular, Logic Tensor Networks (LTNs) allow to incorporate background…

计算机视觉与模式识别 · 计算机科学 2023-08-01 Francesco Manigrasso , Lia Morra , Fabrizio Lamberti

As deep neural networks are increasingly used in solving high-stake problems, there is a pressing need to understand their internal decision mechanisms. Visualization has helped address this problem by assisting with interpreting complex…

机器学习 · 计算机科学 2019-06-04 Haekyu Park , Fred Hohman , Duen Horng Chau

Deep neural networks with alternating convolutional, max-pooling and decimation layers are widely used in state of the art architectures for computer vision. Max-pooling purposefully discards precise spatial information in order to create…

计算机视觉与模式识别 · 计算机科学 2016-04-19 Sina Honari , Jason Yosinski , Pascal Vincent , Christopher Pal

Convolutional networks are one of the most widely employed architectures in computer vision and machine learning. In order to leverage their ability to learn complex functions, large amounts of data are required for training. Training a…

计算机视觉与模式识别 · 计算机科学 2015-06-09 Michael Mathieu , Mikael Henaff , Yann LeCun

A sequential training method for large-scale feedforward neural networks is presented. Each layer of the neural network is decoupled and trained separately. After the training is completed for each layer, they are combined together. The…

机器学习 · 计算机科学 2019-05-21 Jongrae Kim