Ikehara, Masaaki

写真a

Affiliation

Faculty of Science and Technology, Department of Electronics and Electrical Engineering (Yagami)

Position

Professor

Related Websites

External Links

Career 【 Display / hide

  • 1989.04
    -
    1992.03

    長崎大学工学部 ,専任講師

  • 1992.04
    -
    1996.03

    慶應義塾大学理工学部電気工学科 ,専任講師

  • 1996.04
    -
    1998.03

    慶應義塾大学理工学部電子工学科兼電気工学科 ,専任講師

  • 1998.04
    -
    Present

    慶應義塾大学理工学部 ,助教授

Academic Background 【 Display / hide

  • 1984.03

    Keio University, Faculty of Engineering, 電気工学科

    University, Graduated

  • 1986.03

    Keio University, Graduate School, Division of Science and Engineeri, 電気工学専攻

    Graduate School, Completed, Master's course

  • 1989.03

    Keio University, Graduate School, Division of Science and Engineeri, 電気工学専攻

    Graduate School, Completed, Doctoral course

Academic Degrees 【 Display / hide

  • 工学 , Keio University, 1989.03

 

Research Areas 【 Display / hide

  • Manufacturing Technology (Mechanical Engineering, Electrical and Electronic Engineering, Chemical Engineering) / Communication and network engineering (Digital Signal Processing)

 

Books 【 Display / hide

  • MATLABマルティメディア信号処理(下)

    IKEHARA MASAAKI, 培風館, 2005

  • 培風館

    IKEHARA MASAAKISHIMAMURA TETSUYA, 2004.01

  • 培風館

    池原 雅章、真田幸俊, 2002.02

  • 科学技術出版

    池原 雅章, 2001.09

  • 培風館

    高橋、池原, 培風館, 1999.07

display all >>

Papers 【 Display / hide

  • Image Deraining with Frequency-Enhanced State Space Model

    Yamashita S., Ikehara M.

    Lecture Notes in Computer Science Including Subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics 15475 LNCS   318 - 334 2025

    ISSN  03029743

     View Summary

    Removing rain degradations in images is recognized as a significant issue. In this field, deep learning-based approaches, such as Convolutional Neural Networks (CNNs) and Transformers, have succeeded. Recently, State Space Models (SSMs) have exhibited superior performance across various tasks in both natural language processing and image processing due to their ability to model long-range dependencies. This study introduces SSM to image deraining with deraining-specific enhancements and proposes a Deraining Frequency-Enhanced State Space Model (DFSSM). To effectively remove rain streaks, which produce high-intensity frequency components in specific directions, we employ frequency domain processing concurrently with SSM. Additionally, we develop a novel mixed-scale gated-convolutional block, which uses convolutions with multiple kernel sizes to capture various scale degradations effectively and integrates a gating mechanism to manage the flow of information. Finally, experiments on synthetic and real-world rainy image datasets show that our method surpasses state-of-the-art methods. Code is available at https://github.com/ShugoYamashita/DFSSM.

  • Efficient and Effective Blind JPEG Image Improvement With Sequential Feature Processing

    Ezumi S., Ikehara M.

    IEEE Access 12   151975 - 151986 2024.10

    Research paper (scientific journal), Accepted

     View Summary

    Image compression technologies such as JPEG enable efficient use of digital images. However, these technologies also degrade the quality of the image, resulting in a poor visual appearance and reduced usability. One way to solve the quality problem and achieve high efficiency in using high-quality JPEG images is to use quality improvement technologies based on artifact removal. In recent years, various methods using machine-learning-optimized neural networks have been devised to achieve high performance whereas maintaining versatility for JPEG images with various qualities. On the other hand, methods that achieve high-quality images need enormous computing costs, which is a barrier to easy use, especially when using images with large size. Given this situation, this paper proposes a method that achieves higher performance with smaller computational resources while maintaining the image quality in broader situations. The proposed method consists of a Quality Estimation Part (QE Part) that estimates the quality of the input image and Image Processing Parts (IP Parts) that process the image based on the estimated quality representation. Sequential processing is carried out by connecting multiple IP Parts in a cascade, which enables efficient and effective processing of different features. Each IP Part consists of multiple Processing Blocks, which enable effective quality improvement while maintaining efficiency. These measures enable the proposed method to achieve state-of-the-art quantitative results and better qualitative results that outperform conventional methods for images with various qualities. The code and the pre-trained models are released at https://github.com/ezumi-keio/Sequential_Processing-main.

  • Edge-Guided Low-Light Image Enhancement Based on GAN with Effective Modules

    Matsui T., Ikehara M.

    European Signal Processing Conference    456 - 460 2024.09

    Research paper (international conference proceedings), Accepted,  ISSN  22195491

     View Summary

    Under low-light conditions, the images taken may not be satisfactorily bright and may degrade in appearance. Low-light image enhancement (LLIE) is a process that converts such dim images into images taken under normal lighting conditions. The primary objectives of LLIE are to diminish noise and artifacts, maintain the integrity of edges and textures, and restore the image’s natural brightness and colors. Deep learning-based methods have shown remarkable success in this field recently but are hindered by their lengthy processing times due to intricate network architectures. To address the balance between performance and processing speed, we introduce a streamlined network equipped with efficient modules. Our approach incorporates a GAN (Generative Adversarial Network) framework enhanced with preprocessing for edge and texture extraction. We also integrate Channel Attention for color and illumination correction, Res FFT-ReLU for noise reduction, and Pixel Shuffler for high-frequency detail preservation. Our experiments show that our method surpasses traditional LLIE techniques in both quality and processing speed.

  • MSARNet: Efficient JPEG Artifact Removal Using Multi-Stage Style Network

    Ezumi S., Ikehara M.

    Digest of Technical Papers - IEEE International Conference on Consumer Electronics  2024.01

    Research paper (international conference proceedings), Accepted,  ISSN  0747668X

     View Summary

    With the rapid development of photography and information processing technologies, we use more and more digital images in our daily lives. JPEG is one of the most widely used digital image formats because of its high efficiency and widespread support. JPEG Artifact Removal is a task that removes artifacts in JPEG images, such as noise and color distortion in JPEG images. Existing methods for JPEG Artifact Removal require high computational costs, which means stricter performance requirements or longer processing time. We propose a novel method for JPEG Artifact Removal named Multi-Stage style Artifacts Removal Net (MSARNet), which meets high performance, high versatility, and low computational cost. MSARNet adopts multi-stage processing, and images are processed in processing stages step by step. This process enables our proposed method to deal with different types of images effectively and efficiently. Additionally, MSARNet estimates the quality value of the input image, which contributes to effective feature processing. Experimental results show that our proposed method handles various artifacts well and outperforms existing methods in artifact removal tasks with lower computational costs.

  • Multiple Adverse Weather Removal Using Masked-Based Pre-Training and Dual-Pooling Adaptive Convolution

    Yamashita S., Ikehara M.

    IEEE Access 12   58057 - 58066 2024

    Research paper (scientific journal)

     View Summary

    Removing artifacts caused by multiple adverse weather, including rain, fog, and snow, is crucial for image processing in outdoor environments. Conventional high-performing methods face challenges, such as requiring pre-specification of weather types and slow processing times. In this study, we propose a novel convolutional neural network-based hierarchical encoder-decoder model that addresses these issues effectively. Our model utilizes knowledge of feature representations obtained from masked-based pre-training on a large-scale dataset. To remove diverse degradations efficiently, we employ a proposed dual-pooling adaptive convolution, which improves representational capability of weight generating network by using average pooling, max pooling, and filter-wise global response normalization. Experiments conducted on both synthetic and real image datasets show that our model achieves promising results. The performance on real images is also improved by a novel learning strategy, in which a model trained on the synthetic image dataset is fine-tuned to the real image dataset. The proposed method is notably cost-effective in terms of computational complexity and inference speed. Moreover, ablation studies show the effectiveness of various components in our method.

display all >>

Papers, etc., Registered in KOARA 【 Display / hide

Presentations 【 Display / hide

  • Image Rrestoration based on Weighted Average of Multiple Blurred and Noisy Images

    Ryo Tanikawa, Takanori Fujisawa, Masaaki Ikehara

    2018 International Workshop on Advanced Image Technology (IWAIT 2018), 

    2018.01

    Oral presentation (general)

  • Random-valued Impulse Noise Removal Using Non-local Search for Similar Structures and Sparse Representation

    Kengo Tsuda, Takanori Fujisawa, Masaaki Ikehara

    2018 International Workshop on Advanced Image Technology (IWAIT 2018), 

    2018.01

    Oral presentation (general)

  • Noise Removal based on Surface Approximation of Color Line

    Koichi Manabe Takuro Yamaguchi and Masaaki Ikehara

    2018 International Workshop on Advanced Image Technology (IWAIT 2018), 

    2018.01

    Oral presentation (general)

  • Joint Bilateral based Image Denoising using Multi-sized 2D Hard Threshold

    Yamaguchi Takuro and IKEHARA MASAAKI

    Asia-Pacific Signal and Information Processing Association Annual Summit and Conference (APSIPA ASC) 2017 (Kuala Lumpur) , 

    2017.12

    Oral presentation (general)

  • Color Image Coding based on Linear Combination of Adaptive Colorspaces

    Takanori Fujisawa and Masaaki Ikehara

    42nd IEEE International Conference on Acoustics, Speech and Signal Processing(ICASSP 2017), 

    2017.03

    Oral presentation (general)

display all >>

Research Projects of Competitive Funds, etc. 【 Display / hide

  • Degradation removal of images by nonlocal deep learning using signal processing techniques

    2023.04
    -
    2026.03

    基盤研究(C), Principal investigator

  • Research on rapid and accurate image restoration by fusion of signal processing and deep learning

    2020.04
    -
    2023.03

    MEXT,JSPS, Grant-in-Aid for Scientific Research, Grant-in-Aid for Scientific Research (C), Principal investigator

  • High accuracy position and pose estimation for object recognition using phase information

    2017.04
    -
    2020.03

    MEXT,JSPS, Grant-in-Aid for Scientific Research, Grant-in-Aid for Scientific Research (C), Principal investigator

Awards 【 Display / hide

  • フェロー

    2015.09, 電子情報通信学会

    Type of Award: Other

  • Senior Member

    2001.06, IEEE

    Type of Award: International academic award (Japan or overseas)

 

Courses Taught 【 Display / hide

  • SIGNAL PROCESSING

    2025

  • SEMINAR IN ELECTRONICS AND INFORMATION ENGINEERING(1)

    2025

  • RECITATION IN ELECTRONICS AND INFORMATION ENGINEERING

    2025

  • MEDIA SIGNAL PROCESSING

    2025

  • LABORATORY IN SCIENCE

    2025

display all >>

 

Social Activities 【 Display / hide

  • IEEE Transaction on Signal Processing

    2001.03
    -
    Present

Memberships in Academic Societies 【 Display / hide

  • 電子情報通信学会信号処理研究専門委員会, 

    2010.04
    -
    2011.03
  • 電子情報通信学会信号処理研究専門委員会, 

    2008.04
    -
    2010.03
  • IEEE, 

    2001.06
    -
    Present
  • 電子情報通信学会 多次元信号処理特集号, 

    1999.09
    -
    Present
  • 電子情報通信学会 信号処理特集号, 

    1999.09
    -
    Present

display all >>

Committee Experiences 【 Display / hide

  • 2010.04
    -
    2011.03

    Committee Chair, 電子情報通信学会信号処理研究専門委員会

  • 2008.04
    -
    2010.03

    Committee Vice-Chair, 電子情報通信学会信号処理研究専門委員会

  • 2001.06
    -
    Present

    Senior Member, IEEE

  • 2001.03
    -
    Present

    Associate Editor, IEEE Transaction on Signal Processing

  • 1999.09
    -
    Present

    編集委員, 電子情報通信学会 多次元信号処理特集号

display all >>