Skip to main content

Showing 1–19 of 19 results for author: Kurita, T

Searching in archive cs. Search in all archives.
.
  1. Pixel Relationships-based Regularizer for Retinal Vessel Image Segmentation

    Authors: Lukman Hakim, Takio Kurita

    Abstract: The task of image segmentation is to classify each pixel in the image based on the appropriate label. Various deep learning approaches have been proposed for image segmentation that offers high accuracy and deep architecture. However, the deep learning technique uses a pixel-wise loss function for the training process. Using pixel-wise loss neglected the pixel neighbor relationships in the network… ▽ More

    Submitted 28 December, 2022; originally announced December 2022.

  2. Single-Image Super-Resolution Reconstruction based on the Differences of Neighboring Pixels

    Authors: Huipeng Zheng, Lukman Hakim, Takio Kurita, Junichi Miyao

    Abstract: The deep learning technique was used to increase the performance of single image super-resolution (SISR). However, most existing CNN-based SISR approaches primarily focus on establishing deeper or larger networks to extract more significant high-level features. Usually, the pixel-level loss between the target high-resolution image and the estimated image is used, but the neighbor relations between… ▽ More

    Submitted 28 December, 2022; originally announced December 2022.

  3. arXiv:2209.13106  [pdf, other

    cs.CV

    Simultaneous Acquisition of High Quality RGB Image and Polarization Information using a Sparse Polarization Sensor

    Authors: Teppei Kurita, Yuhi Kondo, Legong Sun, Yusuke Moriuchi

    Abstract: This paper proposes a novel polarization sensor structure and network architecture to obtain a high-quality RGB image and polarization information. Conventional polarization sensors can simultaneously acquire RGB images and polarization information, but the polarizers on the sensor degrade the quality of the RGB images. There is a trade-off between the quality of the RGB image and polarization inf… ▽ More

    Submitted 26 September, 2022; originally announced September 2022.

    Comments: Accepted to IEEE Winter Conference on Applications of Computer Vision (WACV) 2023

  4. arXiv:2203.04606  [pdf, other

    eess.IV cs.CV cs.LG

    Attention-effective multiple instance learning on weakly stem cell colony segmentation

    Authors: Novanto Yudistira, Muthu Subash Kavitha, Jeny Rajan, Takio Kurita

    Abstract: The detection of induced pluripotent stem cell (iPSC) colonies often needs the precise extraction of the colony features. However, existing computerized systems relied on segmentation of contours by preprocessing for classifying the colony conditions were task-extensive. To maximize the efficiency in categorizing colony conditions, we propose a multiple instance learning (MIL) in weakly supervised… ▽ More

    Submitted 9 March, 2022; originally announced March 2022.

  5. Weakly-Supervised Action Localization and Action Recognition using Global-Local Attention of 3D CNN

    Authors: Novanto Yudistira, Muthu Subash Kavitha, Takio Kurita

    Abstract: 3D Convolutional Neural Network (3D CNN) captures spatial and temporal information on 3D data such as video sequences. However, due to the convolution and pooling mechanism, the information loss seems unavoidable. To improve the visual explanations and classification in 3D CNN, we propose two approaches; i) aggregate layer-wise global to local (global-local) discrete gradients using trained 3DResN… ▽ More

    Submitted 16 August, 2022; v1 submitted 17 December, 2020; originally announced December 2020.

    Journal ref: International Journal of Computer Vision, 2022

  6. arXiv:2012.00999  [pdf, other

    cs.CV

    q-SNE: Visualizing Data using q-Gaussian Distributed Stochastic Neighbor Embedding

    Authors: Motoshi Abe, Junichi Miyao, Takio Kurita

    Abstract: The dimensionality reduction has been widely introduced to use the high-dimensional data for regression, classification, feature analysis, and visualization. As the one technique of dimensionality reduction, a stochastic neighbor embedding (SNE) was introduced. The SNE leads powerful results to visualize high-dimensional data by considering the similarity between the local Gaussian distributions o… ▽ More

    Submitted 2 December, 2020; originally announced December 2020.

    Comments: This paper is accepted ICPR2020. Code on Python is here (https://github.com/i13abe/q-SNE)

  7. arXiv:2011.02390  [pdf, other

    cs.CV cs.LG

    Channel Planting for Deep Neural Networks using Knowledge Distillation

    Authors: Kakeru Mitsuno, Yuichiro Nomura, Takio Kurita

    Abstract: In recent years, deeper and wider neural networks have shown excellent performance in computer vision tasks, while their enormous amount of parameters results in increased computational cost and overfitting. Several methods have been proposed to compress the size of the networks without reducing network performance. Network pruning can reduce redundant and unnecessary parameters from a network. Kn… ▽ More

    Submitted 4 November, 2020; originally announced November 2020.

    Comments: Accepted to ICPR 2020

  8. arXiv:2011.02389  [pdf, other

    cs.CV cs.LG

    Filter Pruning using Hierarchical Group Sparse Regularization for Deep Convolutional Neural Networks

    Authors: Kakeru Mitsuno, Takio Kurita

    Abstract: Since the convolutional neural networks are often trained with redundant parameters, it is possible to reduce redundant kernels or filters to obtain a compact network without drop** the classification accuracy. In this paper, we propose a filter pruning method using the hierarchical group sparse regularization. It is shown in our previous work that the hierarchical group sparse regularization is… ▽ More

    Submitted 4 November, 2020; originally announced November 2020.

    Comments: Accepted to ICPR 2020

  9. arXiv:2009.11587  [pdf, other

    eess.IV cs.LG

    Transfer Learning by Cascaded Network to identify and classify lung nodules for cancer detection

    Authors: Shah B. Shrey, Lukman Hakim, Muthusubash Kavitha, Hae Won Kim, Takio Kurita

    Abstract: Lung cancer is one of the most deadly diseases in the world. Detecting such tumors at an early stage can be a tedious task. Existing deep learning architecture for lung nodule identification used complex architecture with large number of parameters. This study developed a cascaded architecture which can accurately segment and classify the benign or malignant lung nodules on computed tomography (CT… ▽ More

    Submitted 24 September, 2020; originally announced September 2020.

  10. arXiv:2009.07567  [pdf, other

    eess.IV cs.LG

    U-Net with Graph Based Smoothing Regularizer for Small Vessel Segmentation on Fundus Image

    Authors: Lukman Hakim, Novanto Yudistira, Muthusubash Kavitha, Takio Kurita

    Abstract: The detection of retinal blood vessels, especially the changes of small vessel condition is the most important indicator to identify the vascular network of the human body. Existing techniques focused mainly on shape of the large vessels, which is not appropriate for the disconnected small and isolated vessels. Paying attention to the low contrast small blood vessel in fundus region, first time we… ▽ More

    Submitted 16 September, 2020; originally announced September 2020.

    Journal ref: ICONIP2019

  11. arXiv:2004.08116  [pdf, other

    cs.LG cs.CV

    Triplet Loss for Knowledge Distillation

    Authors: Hideki Oki, Motoshi Abe, Junichi Miyao, Takio Kurita

    Abstract: In recent years, deep learning has spread rapidly, and deeper, larger models have been proposed. However, the calculation cost becomes enormous as the size of the models becomes larger. Various techniques for compressing the size of the models have been proposed to improve performance while reducing computational costs. One of the methods to compress the size of the models is knowledge distillatio… ▽ More

    Submitted 17 April, 2020; originally announced April 2020.

    Comments: Accepted to IJCNN 2020, Source code is at https://github.com/i13abe/Triplet-Loss-for-Knowledge-Distillation

  12. arXiv:2004.08074  [pdf, other

    cs.CV

    Adaptive Neuron-wise Discriminant Criterion and Adaptive Center Loss at Hidden Layer for Deep Convolutional Neural Network

    Authors: Motoshi Abe, Junichi Miyao, Takio Kurita

    Abstract: A deep convolutional neural network (CNN) has been widely used in image classification and gives better classification accuracy than the other techniques. The softmax cross-entropy loss function is often used for classification tasks. There are some works to introduce the additional terms in the objective function for training to make the features of the output layer more discriminative. The neuro… ▽ More

    Submitted 17 April, 2020; originally announced April 2020.

    Comments: Accepted to IJCNN 2020

  13. arXiv:2004.04394  [pdf, other

    cs.CV cs.LG

    Hierarchical Group Sparse Regularization for Deep Convolutional Neural Networks

    Authors: Kakeru Mitsuno, Junichi Miyao, Takio Kurita

    Abstract: In a deep neural network (DNN), the number of the parameters is usually huge to get high learning performances. For that reason, it costs a lot of memory and substantial computational resources, and also causes overfitting. It is known that some parameters are redundant and can be removed from the network without decreasing performance. Many sparse regularization criteria have been proposed to sol… ▽ More

    Submitted 9 April, 2020; originally announced April 2020.

    Comments: Accepted to IJCNN 2020

  14. arXiv:2002.08005  [pdf, other

    cs.CV

    On-line non-overlap** camera calibration net

    Authors: Zhao Fangda, Toru Tamaki, Takio Kurita, Bisser Raytchev, Kazufumi Kaneda

    Abstract: We propose an easy-to-use non-overlap** camera calibration method. First, successive images are fed to a PoseNet-based network to obtain ego-motion of cameras between frames. Next, the pose between cameras are estimated. Instead of using a batch method, we propose an on-line method of the inter-camera pose estimation. Furthermore, we implement the entire procedure on a computation graph. Experim… ▽ More

    Submitted 18 February, 2020; originally announced February 2020.

    Comments: 7 pages

    Journal ref: in Proc. of MIRU2018

  15. arXiv:1906.09739  [pdf, other

    cs.CV

    Mixup of Feature Maps in a Hidden Layer for Training of Convolutional Neural Network

    Authors: Hideki Oki, Takio Kurita

    Abstract: The deep Convolutional Neural Network (CNN) became very popular as a fundamental technique for image classification and objects recognition. To improve the recognition accuracy for the more complex tasks, deeper networks have being introduced. However, the recognition accuracy of the trained deep CNN drastically decreases for the samples which are obtained from the outside regions of the training… ▽ More

    Submitted 24 June, 2019; originally announced June 2019.

    Comments: 11 pages, 5 figures

    Journal ref: Neural Information Processing 25th International Conference (ICONIP2018) Proceedings Part II

  16. Correlation Net: Spatiotemporal multimodal deep learning for action recognition

    Authors: Novanto Yudistira, Takio Kurita

    Abstract: This paper describes a network that captures multimodal correlations over arbitrary timestamps. The proposed scheme operates as a complementary, extended network over a multimodal convolutional neural network (CNN). Spatial and temporal streams are required for action recognition by a deep CNN, but overfitting reduction and fusing these two streams remain open problems. The existing fusion approac… ▽ More

    Submitted 16 December, 2019; v1 submitted 22 July, 2018; originally announced July 2018.

    Journal ref: Signal Processing: Image Communication, Volume 82, March 2020, 115731

  17. arXiv:1707.05425  [pdf

    cs.CV

    Fast and Accurate Image Super Resolution by Deep CNN with Skip Connection and Network in Network

    Authors: ** Yamanaka, Shigesumi Kuwashima, Takio Kurita

    Abstract: We propose a highly efficient and faster Single Image Super-Resolution (SISR) model with Deep Convolutional neural networks (Deep CNN). Deep CNN have recently shown that they have a significant reconstruction performance on single-image super-resolution. Current trend is using deeper CNN layers to improve performance. However, deep models demand larger computation resources and is not suitable for… ▽ More

    Submitted 8 September, 2020; v1 submitted 17 July, 2017; originally announced July 2017.

    Comments: 9 pages, 4 figures. This paper is accepted at 24th International Conference On Neural Information Processing (ICONIP 2017)

    Journal ref: 24th International Conference of Neural Information Processing, ICONIP 2017, Proceedings, Part II (pp.217-225)

  18. arXiv:1703.09393  [pdf, ps, other

    cs.CV

    Mixture of Counting CNNs: Adaptive Integration of CNNs Specialized to Specific Appearance for Crowd Counting

    Authors: Shohei Kumagai, Kazuhiro Hotta, Takio Kurita

    Abstract: This paper proposes a crowd counting method. Crowd counting is difficult because of large appearance changes of a target which caused by density and scale changes. Conventional crowd counting methods generally utilize one predictor (e,g., regression and multi-class classifier). However, such only one predictor can not count targets with large appearance changes well. In this paper, we propose to p… ▽ More

    Submitted 27 March, 2017; originally announced March 2017.

    Comments: 8pages, 8figures

  19. arXiv:1611.02443  [pdf, other

    cs.CV cs.LG

    Domain Adaptation with L2 constraints for classifying images from different endoscope systems

    Authors: Toru Tamaki, Shoji Sonoyama, Takio Kurita, Tsubasa Hirakawa, Bisser Raytchev, Kazufumi Kaneda, Tetsushi Koide, Shigeto Yoshida, Hiroshi Mieno, Shinji Tanaka, Kazuaki Chayama

    Abstract: This paper proposes a method for domain adaptation that extends the maximum margin domain transfer (MMDT) proposed by Hoffman et al., by introducing L2 distance constraints between samples of different domains; thus, our method is denoted as MMDTL2. Motivated by the differences between the images taken by narrow band imaging (NBI) endoscopic devices, we utilize different NBI devices as different d… ▽ More

    Submitted 2 February, 2018; v1 submitted 8 November, 2016; originally announced November 2016.

    Comments: 15 pages