24 results on '"Seung Ho Han"'
Search Results
2. Checklist for Validating Trustworthy AI
- Author
-
Seung-Ho Han and Ho-Jin Choi
- Published
- 2022
- Full Text
- View/download PDF
3. Domain-Specific Image Caption Generator with Semantic Ontology
- Author
-
Ho-Jin Choi and Seung Ho Han
- Subjects
Closed captioning ,business.industry ,Computer science ,Feature extraction ,ComputingMethodologies_IMAGEPROCESSINGANDCOMPUTERVISION ,02 engineering and technology ,Ontology (information science) ,computer.software_genre ,Object (computer science) ,Semantics ,Visualization ,0202 electrical engineering, electronic engineering, information engineering ,020201 artificial intelligence & image processing ,Artificial intelligence ,business ,Image retrieval ,computer ,Natural language ,Natural language processing - Abstract
Image captioning is the task of generating textual descriptions of a given image, requiring techniques of computer vision and natural language processing. Recent models have utilized deep learning techniques for this task to gain performance improvement. However, these models can neither fully use information included in a given image such as object and attribute, nor generate a domain-specific caption because existing methods use open dataset such as MSCOCO which include general images. To overcome these limitations, this paper proposes a domain-specific image caption generator, which generates a caption based on attention mechanism with object and attribute information, and reconstruct a generate caption using a semantic ontology to provide natural language description for given specific-domain. To show the effectiveness of the proposed model, we evaluate the image caption generator with a dataset, MSCOCO, quantitatively and qualitatively.
- Published
- 2020
- Full Text
- View/download PDF
4. Towards the unification of material-level and system-level approaches: nonlinear characterization of hard and soft-PZT energy harvesters
- Author
-
Elie Lefeuvre, Chan-Sei Yoo, H.-W. Kang, N. Kim, D. S. Kim, Alexis Brenes, Seung Ho Han, and Chae-Il Cheon
- Subjects
Nonlinear system ,Transducer ,Unification ,Control theory ,Computer science ,Compatibility (mechanics) ,System level ,Shaker ,Piezoelectricity ,Coupling coefficient of resonators - Abstract
This paper compares the system-level parameters and output power of soft-material and hard-material piezoelectric energy harvesters taking into account the material softening nonlinear behavior. We validate the approach by verifying the compatibility with conclusions available in the literature at material level. Among the results, our system-level characterization confirms that soft-type materials behave intrinsically more nonlinearly and that neglecting their nonlinear behavior can lead to wrong conclusions about the system-level coupling coefficient. Then, we compare the generators in terms of power delivered to a load when actuated by a shaker. The power delivered by the hard-type transducer increases faster than the power delivered by the soft-type transducer when the acceleration amplitude increases which is also consistent with our characterization results and validates the system-level approach.
- Published
- 2019
- Full Text
- View/download PDF
5. Multiple Videos Captioning Model for Video Storytelling
- Author
-
Seung Ho Han, Ho-Jin Choi, and Bo-Won Go
- Subjects
Closed captioning ,Focus (computing) ,Computer science ,Speech recognition ,InformationSystems_INFORMATIONSTORAGEANDRETRIEVAL ,Feature extraction ,ComputingMethodologies_DOCUMENTANDTEXTPROCESSING ,ComputingMethodologies_IMAGEPROCESSINGANDCOMPUTERVISION ,Task analysis ,Context (language use) ,Decoding methods ,Data modeling ,Storytelling - Abstract
In this paper, We propose a novel video captioning model that utilizes context information of correlated clips. Unlike the ordinary “one clip - one caption” algorithms, we concatenate multiple neighboring clips as a chunk and train the network in “one chunk - multiple caption” manner. We train and evaluate our algorithm using M-VAD dataset and report the performance of caption and keyword generation. Our model is a foundation model for generating a video story using several captions. Therefore, in this paper, we focus on caption generation for several videos and trend analysis of the generated captions. In the experiments, we show the performance of intermediate results of our model in both qualitative and quantitative aspects.
- Published
- 2019
- Full Text
- View/download PDF
6. Explainable Image Caption Generator Using Attention and Bayesian Inference
- Author
-
Ho-Jin Choi and Seung Ho Han
- Subjects
Closed captioning ,Computer science ,business.industry ,Deep learning ,Speech recognition ,ComputingMethodologies_IMAGEPROCESSINGANDCOMPUTERVISION ,02 engineering and technology ,Bayesian inference ,Task (project management) ,Image (mathematics) ,03 medical and health sciences ,0302 clinical medicine ,030221 ophthalmology & optometry ,0202 electrical engineering, electronic engineering, information engineering ,020201 artificial intelligence & image processing ,Artificial intelligence ,business ,Generator (mathematics) - Abstract
Image captioning is the task of generating textual descriptions of a given image, requiring techniques of computer vision and natural language processing. Recent models have utilized deep learning techniques to this task to gain performance improvement. However, these models can neither distinguish more important objects than others in a given image, nor explain the reasons why specific words have been selected when generating captions. To overcome these limitations, this paper proposes an explainable image captioning model, which generates a caption by indicating specific objects in a given image and providing visual explanation using them. The model has been evaluated with datasets such as MSCOCO, Flickr8K, and Flickr30K, and some qualitative results are presented to show the effectiveness of the proposed model.
- Published
- 2018
- Full Text
- View/download PDF
7. Image Analogy with Gaussian Process
- Author
-
Seung Ho Han, Chan-Yong Park, Ho-Jin Choi, Zhun Li, Dongkeon Lee, and Han-Gyu Kim
- Subjects
Artificial neural network ,Computer science ,business.industry ,Feature vector ,Deep learning ,Analogy ,Pattern recognition ,Composite image filter ,Image (mathematics) ,Data modeling ,symbols.namesake ,symbols ,Artificial intelligence ,business ,Gaussian process - Abstract
Image analogy is the process of creating an image filter that precisely reflects the characteristics contained in the training data. Recently, the image analogy problem was generally handled by deep neural network (DNN) with the development of a deep learning technology. Generally, DNN suffers from a fatal problem in that it requires large amounts of data for training. However, as pairs of images with the same relationship are needed for an image analogy, it is hard to collect sufficient data for image analogy using DNN. In order to solve this problem, we propose an image analogy method using a Gaussian process. In this method, a Gaussian process regression is used instead of DNN regression to adjust the feature vectors which will be used in creating filtered image. Additionally, in order to accelerate the training speed of Gaussian process, we also propose novel sampling methods that select salient instances from a given dataset. Our experiment result demonstrates that the proposed image analogy method using a Gaussian process with salient instance sampling performs significantly better than DNN in environments with small dataset size.
- Published
- 2018
- Full Text
- View/download PDF
8. Sensor-Based Mobile Robot Navigation via Deep Reinforcement Learning
- Author
-
Jorge Loaiciga, Ho-Jin Choi, Philipp Benz, and Seung Ho Han
- Subjects
0209 industrial biotechnology ,Computer science ,business.industry ,Deep learning ,05 social sciences ,Q-learning ,Mobile robot ,02 engineering and technology ,050105 experimental psychology ,Mobile robot navigation ,Data modeling ,020901 industrial engineering & automation ,Human–computer interaction ,Robot ,Reinforcement learning ,0501 psychology and cognitive sciences ,Motion planning ,Artificial intelligence ,business - Abstract
Navigation tasks for mobile robots have been widely studied over past several years. More recently, there have been many attempts to introduce the usage of machine learning algorithms. Deep learning techniques are of special importance because they have achieved excellent performance in various fields, including robot navigation. Deep learning methods, however, require considerable amount of data for training deep learning models and their results may be difficult to interpret for researchers. To address this issue, we propose a novel model for mobile robot navigation using deep reinforcement learning. In our navigation tasks, no information about the environment is given to the robot beforehand. Additionally, the positions of obstacles and goal change in every episode. In order to succeed under these conditions, we combine several Q-learning techniques that are considered to be state-of-the-art. We first provide a description of our model and then verify it through a series of experiments.
- Published
- 2018
- Full Text
- View/download PDF
9. Design of cantilever type piezoelectric energy harvester with wideband frequency operation for wireless sensor network
- Author
-
BeomJin Choi, Youngsu Ko, Tae-Min Kim, Dong-Oh Lee, Seung Ho Han, Chan-Sei Yoo, Namsu Kim, and Yong-ho Jang
- Subjects
Vibration ,Cantilever ,business.industry ,Computer science ,Broadband ,Electrical engineering ,Wideband ,business ,Piezoelectricity ,Wireless sensor network ,Energy (signal processing) ,Computer Science::Other ,Power (physics) - Abstract
The piezoelectric energy harvesters for energy supplier have attracted attention due to its high energy density. These types of devices have features that they are resonated at specific frequency from external vibration and this frequency significantly impacts on the amount of harvested energy. However, most excitations in operating environment have broadband characteristics rather than one peak at certain frequency. Hence, the optimization of these properties is critical to maximize the generated power in the device. The focus of this study is to discuss the design and optimization of a piezoelectric device used to supply power to wireless temperature sensor network under wideband frequency operation. The performance of piezoelectric energy harvester was investigated based on the results of numerical calculation and harvesters were optimized to be operated under wideband frequency operation.
- Published
- 2018
- Full Text
- View/download PDF
10. A Novel Concept of the Rehabilitation Training Coach Robot for Patients with Disability
- Author
-
Ho-Jin Choi, Seung Ho Han, and Han-Gyu Kim
- Subjects
Direct voice input ,Rehabilitation ,Artificial neural network ,Computer science ,medicine.medical_treatment ,Interface (computing) ,education ,020207 software engineering ,Mobile robot ,02 engineering and technology ,Plan (drawing) ,03 medical and health sciences ,0302 clinical medicine ,Human–computer interaction ,Rehabilitation training ,0202 electrical engineering, electronic engineering, information engineering ,medicine ,Robot ,human activities ,030217 neurology & neurosurgery ,Simulation - Abstract
This paper proposes the rehabilitation treatment coach robot which will help at-home patients do their rehabilitation exercises at home without any professional trainers. The coach robot is designed to be cheap enough for patients to afford it. The robot suggests the rehabilitation program and corrects the posture of the patients during the exercise. The deep neural network is used for posture correction. Besides, the voice interface is applied for convenient interaction between robot and patients during the exercise. The emergency detection module is adopted which will inform doctors when emergency happens on patients. The emergency detection will be implemented using deep neural network on voice input and video input simultaneously. The detailed data collection plan for training deep neural network and performance evaluation plan are also provided in the paper.
- Published
- 2017
- Full Text
- View/download PDF
11. A Temporal Community Contexts Based Funny Joke Generation
- Author
-
Ho-Jin Choi, Kyo-Joong Oh, Seung Ho Han, and Dongkeon Lee
- Subjects
Service (systems architecture) ,Spatial contextual awareness ,business.industry ,Computer science ,Joke ,Computational humor ,Context (language use) ,02 engineering and technology ,010501 environmental sciences ,computer.software_genre ,01 natural sciences ,GeneralLiterature_MISCELLANEOUS ,Recurrent neural network ,0202 electrical engineering, electronic engineering, information engineering ,020201 artificial intelligence & image processing ,Artificial intelligence ,Computational linguistics ,business ,computer ,Natural language processing ,Sentence ,0105 earth and related environmental sciences - Abstract
It is still a long way to communicate humans and machines emotionally. There are some tries to provide sentimental conversations among humans and machines. Computational humor is one of research topics in computational linguistics and artificial intelligence. We introduce a new method to generate jokes in a sentence related temporal and spatial contexts for continuous conversations with images. We propose a novel model based on a recurrent neural network with natural language processing (NLP) and understanding (NLU) methods. The method generates jokes in a sentence considering temporal and spatial context. The method can joke to trend sensitive users according to different points of humor that vary from region to region. Through this, the user can feel the interest of the conversational service with humorous responses or contents. We apply the method to some applications such as psychiatric counseling and stress management to enhance the applicability of conversational service.
- Published
- 2017
- Full Text
- View/download PDF
12. Rehabilitation posture correction using deep neural network
- Author
-
Ho-Jin Choi, Han-Gyu Kim, and Seung Ho Han
- Subjects
medicine.medical_specialty ,Rehabilitation ,Artificial neural network ,Computer science ,medicine.medical_treatment ,Work (physics) ,Posture correction ,020207 software engineering ,02 engineering and technology ,Detailed data ,03 medical and health sciences ,Human skeleton ,0302 clinical medicine ,medicine.anatomical_structure ,Physical medicine and rehabilitation ,Rehabilitation exercise ,0202 electrical engineering, electronic engineering, information engineering ,medicine ,030217 neurology & neurosurgery ,Simulation - Abstract
The rehabilitation treatment is important because it helps a patient restore physical sensory and mental capabilities. The patient whose symptoms are moderately relieved, or outpatient, usually rehabilitate the individual alone. Improper exercise or posture can slow the recovery of the patient or even worsen the patient's health status when doing rehabilitation exercise alone. The best way is to receive home visiting treatment from professional therapist until cured. However, such way is a burden on the patient in terms of cost. This paper proposes the novel model that corrects the improper postures of the patient when having rehabilitating exercise alone. We use Microsoft Kinect to recognize the posture of the patient by extracting the human skeleton. We will adopt deep neural network to analyze the extracted human skeleton, in order to determine whether the posture is correct or not. The data for training our model will be correct postures and incorrect postures and detailed data collection plan is provided in this paper. The implementation and experiment will be performed in the future work.
- Published
- 2017
- Full Text
- View/download PDF
13. Discriminative restricted Boltzmann machine for emergency detection on healthcare robot
- Author
-
Han-Gyu Kim, Ho-Jin Choi, and Seung Ho Han
- Subjects
Restricted Boltzmann machine ,Audio signal ,Computer science ,business.industry ,Decision tree ,02 engineering and technology ,Machine learning ,computer.software_genre ,Discriminative model ,020204 information systems ,0202 electrical engineering, electronic engineering, information engineering ,Robot ,Probability distribution ,020201 artificial intelligence & image processing ,Anomaly detection ,Artificial intelligence ,business ,Wireless sensor network ,computer - Abstract
In this work, we propose a concept of emergency detection algorithm for healthcare robot which adopts discriminative restricted Boltzmann machine for anomaly detection. We will adopt anomaly detection rather than simple emergency case classification as it is hard to collect real emergency data to train the effective classifier. The conventional anomaly detection method uses decision tree to analyze the signals obtained from the sensors attached on the bodies of the patients to find out the emergency situations. We propose anomaly detection using video and audio signals as they are easy to be obtained by the healthcare robot, with equipping a camera and a microphone, and it is much more convenient for patients. The discriminative restricted Boltzmann machine which is specialized in learning probability distribution in an unsupervised manner will be applied for anomaly detection. This paper only provides the novel idea for emergency detection. The implementation and the experiments will be conducted in the future work.
- Published
- 2017
- Full Text
- View/download PDF
14. A Streaming Resource-based Connection algorithm in CloudDMSS for streaming task distribution
- Author
-
Myoungjin Kim, Hanku Lee, Seung-Ho Han, and Yun Cui
- Subjects
Service (systems architecture) ,business.industry ,computer.internet_protocol ,Computer science ,Distributed computing ,Cloud computing ,Streaming current ,Connection (mathematics) ,Task (computing) ,Resource (project management) ,Server ,Real Time Streaming Protocol ,business ,computer ,Algorithm ,Computer network - Abstract
In previous studies, we proposed and developed a CloudDMSS (Cloud-based distributed multimedia streaming service) system. To provide reliable streaming service in the CloudDMSS, a distribution streaming system was established using streaming task distribution algorithms, RR (Round Robin), and LC (Least Connection). However, as the RR and LC methods did not consider the utilization or streaming transmission rate of the streaming servers, it negatively affected the load on the servers. Therefore, to improve the capability of our CloudDMSS, this study proposes a streaming task distribution method using an SRC(Streaming Resource-based Connection) algorithm that considers the utilization of the streaming server.
- Published
- 2014
- Full Text
- View/download PDF
15. Sporadic noise reduction for robust speech recognition in mobile devices
- Author
-
Jung-Pyo Hong, Jihoon Park, Minsoo Hahn, and Seung Ho Han
- Subjects
Speech enhancement ,Noise ,Noise measurement ,Computer science ,business.industry ,Speech recognition ,Noise reduction ,Pattern recognition ,Artificial intelligence ,Residual ,business ,Mobile device - Abstract
In this paper, a framework of sporadic noise detection and cancellation is proposed. To improve the intelligence of sporadic noise detection, the difference residual detective signalbased detection algorithm is proposed. For performance evaluation, missing and false error rates, and speech recognition rates are measured. The results show remarkable performance improvement.
- Published
- 2011
- Full Text
- View/download PDF
16. Analysis of Vehicular Roaming through Multiple WLAN APs in Container Terminal
- Author
-
Seung-Ho Han, Hyun-Sung Park, and Jong-Deok Kim
- Subjects
Service (systems architecture) ,IEEE 802.11 ,Terminal (electronics) ,business.industry ,Computer science ,Wireless lan ,Container (abstract data type) ,Key (cryptography) ,Wireless ,Roaming ,business ,Computer network - Abstract
This paper reports on measurement results for the simultaneous use of multiple WLAN APs in a large area. We describe some problems of applying legacy IEEE 802.11 WLAN technologies to a freight container terminal as a special application example. We begin by describing the characteristics of IT infrastructures in a container terminal environment. Then we examine S/W application requirements and work processes in a container terminal. One of the key problems based on clients' complaints is frequent network disconnections. To find the cause of this problem, we observe the characteristics of service clients and collect the raw network data from actual measurements in a container terminal. We transform the collected raw data into meaningful secondary data and analyze the results after verifying our measurement approaches. The goal of this paper is providing a special measurement report and suggesting reasonable solutions for discovered problems.
- Published
- 2009
- Full Text
- View/download PDF
17. Adaptive Noise Reduction Algorithm on Smart Devices in Pervasive Home Environment for Voice Communication Service
- Author
-
Dongwook Lee, Seung Ho Han, Jinsul Kim, and Minsoo Hahn
- Subjects
Reduction (complexity) ,Service (systems architecture) ,Home automation ,business.industry ,Computer science ,Speech recognition ,SIGNAL (programming language) ,Real-time computing ,business - Abstract
This paper propose adaptive noisy signal reduction method on smart devices for voice communication service in pervasive home environment. In order to reduce noisy signals efficiently on smart devices we provide Wiener filtering technique based on input-SNR estimation method with preprocessing on smart home devices.
- Published
- 2008
- Full Text
- View/download PDF
18. Application of an Integrated Design System based on a FE Modeling Support System to assess Fatigue Durability of Automobile Suspension Modules
- Author
-
Tae-Hee Lee, Kwangsub Jang, Seung-Ho Han, Tae-Woo Kwon, and Jai-Kyung Lee
- Subjects
Integrated design ,Computer science ,Process (computing) ,Mechanical engineering ,Process design ,Solid modeling ,Solver ,Suspension (vehicle) ,Durability ,Automotive engineering - Abstract
A modeling support system that provides an easy and fast FE-modeling for the static and durability analysis of the lower arm in an automobile suspension module is described. The system can exclude human interactions such as meshing using pre-defined shell elements and can impose complicated boundary and loading conditions via a multi-point constraints technique. The platform of this system is implemented based on MSC.PATRAN, and MSC.NASTRAN and MSC.FATIGUE are utilized as the solver. The parametric geometry modeling tool utilizing CATIA V5 is linked with the modeling support system, which enables changes in 3D models, that occur frequently in an early stage of the design process, to be taken into account. The integration techniques using XML-based wrapper enable to integrate the overall process. This system was applied to an actual work process to calculate the fatigue durability of the lower arm in an automobile suspension module, and time and cost reduction for this analysis were validated.
- Published
- 2007
- Full Text
- View/download PDF
19. Performance test for EV Quick Charger.
- Author
-
Seung-Ho Han, Moon-Gyu Jeong, Seung-Kwon Yang, and Han-Byul Lee
- Abstract
This paper is about ‘how to perform the test of 'EV (Electric Vehicle) quick charger’ with the help of the newly developed test equipment and procedure. The quick charger delivers maximum DC power to EV, within the range of battery tolerance, in order to shorten the charging time. Therefore, the accurate control of charging current is essential for extending the battery life. In addition to the DC power supply to EV, quick charger also delivers analog signals for the safety check during the entire process of EV charging and communicates digital signal for charging states with BMS(Battery Management System). Therefore, it is recommended that Quick Charger Test Equipment (QCTE) measures the charging voltage, current, the analog signals, and the digital communication information from the quick charger, as if it is a real EV charging process. If the number of EV quick charger sale increases, predefined automatic test procedure to reduce the test time for the certification of national standards will be required. We have developed automatic performance test equipment for the quick charger and present the measured results in this paper. [ABSTRACT FROM PUBLISHER]
- Published
- 2012
- Full Text
- View/download PDF
20. Analysis of Vehicular Roaming through Multiple WLAN APs in Container Terminal.
- Author
-
Hyun-Sung Park, Seung-Ho Han, and Jong-Deok Kim
- Published
- 2009
- Full Text
- View/download PDF
21. Surface-Data-Based Haptic Rendering for Simulation of Surgery of Closed Reduction and Internal Fixation.
- Author
-
Jang Ho Cho, Hoeryong Jung, Insik Yu, Kyungno Lee, Doo Yong Lee, Hyung Soo Ahn, Ilhyung Park, Sang Hee Yeo, and Seung-Ho Han
- Published
- 2007
- Full Text
- View/download PDF
22. QoS-Factor Transmission Control Mechanism for Voice over IP Network based on RTCP-XR Scheme.
- Author
-
Jinsul Kim, Seung Ho Han, Hyun-Woo Lee, Won Ryu, and Minsoo Hahn
- Published
- 2006
- Full Text
- View/download PDF
23. First operation of a hoop energy storage system.
- Author
-
Kwan-Chul Lee, Seung-Ho Han, Keun-Su Kim, Kie-Hyung Chung, Tae-Sun Moon, and Chang-Ho Cho
- Published
- 1999
- Full Text
- View/download PDF
24. Explaining CNN and RNN Using Selective Layer-Wise Relevance Propagation
- Author
-
Yeon-Jee Jung, Seung-Ho Han, and Ho-Jin Choi
- Subjects
Layer-wise relevance propagation (LRP) ,explainable artificial intelligence (XAI) ,model-specific explanation ,visual explanation ,heatmap generation ,Electrical engineering. Electronics. Nuclear engineering ,TK1-9971 - Abstract
Deep learning has recently been applied to various artificial intelligence (AI) fields and has demonstrated excellent performance. However, several models based on deep learning encounter black-box problem that complicates the interpretation of the models and understand their predictions. This makes it difficult to apply deep learning to real problems, especially in critical systems such as those in the defense, aerospace, and security domains. To overcome this issue, the concept of explainable AI was introduced. Various approaches have been proposed to visually explain model predictions for image and text classification. A common approach for visual explanation includes layer-wise relevance propagation (LRP), which produces a heatmap where each pixel value represents a contribution to the prediction of the model. Advanced versions of LRP have been proposed, but these methods have some limitations. In this study, we propose selective layer-wise relevance propagation, which produces a clearer heatmap than the existing methods by combining relevance-based methods and gradient-based methods. The experimental results are presented qualitatively and quantitatively to evaluate the proposed method and verify its effectiveness.
- Published
- 2021
- Full Text
- View/download PDF
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.