Updated on 2025/10/23

写真a

 
FUNABIKI Nobuo
 
Organization
Faculty of Environmental, Life, Natural Science and Technology Professor
Position
Professor
External link

Degree

  • Doctor of Engineering ( The University of Tokyo )

Research Interests

  • Educational Technology

  • Wireless Networks

  • 情報通信工学

  • 最適化アルゴリズム

  • Webシステム

  • 教育工学

  • Wireless Networking

  • Information and Communication Technology

  • Optimization Algorithms

  • Web Systems

Research Areas

  • Humanities & Social Sciences / Educational technology

  • Informatics / Information network

  • Informatics / Theory of informatics

  • Informatics / Computer system

  • Informatics / Human interface and interaction  / exercise assist

Education

  • ケ-スウェスタンリザ-ブ大学大学院   工学系研究科   電気工学

    - 1991

      More details

    Country: United States

    researchmap

  • Case Western Reserve University   Graduate School of Engineering   Electrical Engineering

    - 1991

      More details

  • The University of Tokyo   工学部   計数工学科

    - 1984

      More details

    Country: Japan

    researchmap

  • The University of Tokyo    

    - 1984

      More details

Research History

  • Graduate School of Natural Science and Technology,Okayama University

    2004

      More details

  • Okayama University   Faculty of Engineering

    2001

      More details

    Country:Japan

    researchmap

  • Associate Professor,Associate Professor, Faculty of Engineering Science, Osaka University

    1995 - 2001

      More details

  • Osaka University   School of Engineering Science Direct Affiliates

    1994 - 1995

      More details

  • Senior Assistant Professor,Assistant Professor, Faculty of Engineering Science, Osaka University

    1994 - 1995

      More details

  • 住友金属工業株式会社 職員(技術系)

    1984 - 1994

      More details

  • Technical Staff,Sumitomo Metal Industries, Ltd.

    1984 - 1994

      More details

▼display all

Professional Memberships

▼display all

Committee Memberships

  • IEEE Consumer Technology Society   Vice President for Conferences  

    2023.1 - 2024.12   

      More details

    Committee type:Academic society

  • IEEE Consumer Technology Society   Vice President  

    2023.1 - 2024.12   

      More details

    Committee type:Academic society

    researchmap

  • IEEE   IEEE Hiroshima Section Chairman  

    2014   

      More details

    Committee type:Academic society

    IEEE

    researchmap

  • IEEE   広島支部支部長  

    2014   

      More details

    Committee type:Academic society

    IEEE

    researchmap

 

Papers

  • A Guided Self-Study Platform of Integrating Documentation, Code, Visual Output, and Exercise for Flutter Cross-Platform Mobile Programming

    Safira Adine Kinari, Nobuo Funabiki, Soe Thandar Aung, Htoo Htoo Sandi Kyaw

    Computers   14 ( 10 )   417 - 417   2025.10

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (scientific journal)   Publisher:MDPI AG  

    Nowadays, Flutter with the Dart programming language has become widely popular in mobile developments, allowing developers to build multi-platform applications using one codebase. An increasing number of companies are adopting these technologies to create scalable and maintainable mobile applications. Despite this increasing relevance, university curricula often lack structured resources for Flutter/Dart, limiting opportunities for students to learn it in academic environments. To address this gap, we previously developed the Flutter Programming Learning Assistance System (FPLAS), which supports self-learning through interactive problems focused on code comprehension through code-based exercises and visual interfaces. However, it was observed that many students completed the exercises without fully understanding even basic concepts, if they already had some knowledge of object-oriented programming (OOP). As a result, they may not be able to design and implement Flutter/Dart codes independently, highlighting a mismatch between the system’s outcomes and intended learning goals. In this paper, we propose a guided self-study approach of integrating documentation, code, visual output, and exercise in FPLAS. Two existing problem types, namely, Grammar Understanding Problems (GUP) and Element Fill-in-Blank Problems (EFP), are combined together with documentation, code, and output into a new format called Integrated Introductory Problems (INTs). For evaluations, we generated 16 INT instances and conducted two rounds of evaluations. The first round with 23 master students in Okayama University, Japan, showed high correct answer rates but low usability ratings. After revising the documentation and the system design, the second round with 25 fourth-year undergraduate students in the same university demonstrated high usability and consistent performances, which confirms the effectiveness of the proposal.

    DOI: 10.3390/computers14100417

    researchmap

  • An Extension of Input Setup Assistance Service Using Generative AI to Unlearned Sensors for the SEMAR IoT Application Server Platform Invited Reviewed

    I Nyoman Darma Kotama, Nobuo Funabiki, Yohanes Yohanie Fridelin Panduman, Komang Candra Brata, Anak Agung Surya Pradhana, Noprianto

    IoT   6 ( 3 )   52 - 52   2025.9

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (scientific journal)   Publisher:MDPI AG  

    Nowadays, Internet of Things (IoT) application systems are broadly applied to various sectors of society for efficient management by monitoring environments using sensors, analyzing sampled data, and giving proper feedback. For their fast deployment, we have developed Smart Environmental Monitoring and Analysis in Real Time (SEMAR) as an integrated IoT application server platform and implemented the input setup assistance service using prompt engineering and a generative AI model to assist connecting sensors to SEMAR with step-by-step guidance. However, the current service cannot assist in connections of the sensors not learned by the AI model, such as newly released ones. To address this issue, in this paper, we propose an extension to the service for handling unlearned sensors by utilizing datasheets with four steps: (1) users input a PDF datasheet containing information about the sensor, (2) key specifications are extracted from the datasheet and structured into markdown format using a generative AI, (3) this data is saved to a vector database using chunking and embedding methods, and (4) the data is used in Retrieval-Augmented Generation (RAG) to provide additional context when guiding users through sensor setup. Our evaluation with five generative AI models shows that OpenAI’s GPT-4o achieves the highest accuracy in extracting specifications from PDF datasheets and the best answer relevancy (0.987), while Gemini 2.0 Flash delivers the most balanced results, with the highest overall RAGAs score (0.76). Other models produced competitive but mixed outcomes, averaging 0.74 across metrics. The step-by-step guidance function achieved a task success rate above 80%. In a course evaluation by 48 students, the system improved the student test scores, further confirming the effectiveness of our proposed extension.

    DOI: 10.3390/iot6030052

    researchmap

  • A Phrase Fill-in-Blank Problem in a Client-Side Web Programming Assistant System Invited Reviewed

    Huiyu Qi, Zhikang Li, Nobuo Funabiki, Htoo Htoo Sandi Kyaw, Wen Chung Kao

    Information   16 ( 8 )   709 - 709   2025.8

     More details

    Authorship:Corresponding author   Publishing type:Research paper (scientific journal)   Publisher:MDPI AG  

    Mastering client-side Web programming is essential for the development of responsive and interactive Web applications. To support novice students’ self-study, in this paper, we propose a novel exercise format called the phrase fill-in-blank problem (PFP) in the Web Programming Learning Assistant System (WPLAS). A PFP instance presents a source code with blanked phrases (a set of elements) and corresponding Web page screenshots. Then, it requests the user to fill in the blanks, and the answers are automatically evaluated through string matching with predefined correct answers. By increasing blanks, PFP can come close to writing a code from scratch. To facilitate scalable and context-aware question creation, we implemented the PFP instance generation algorithm in Python using regular expressions. This approach targets meaningful code segments in HTML, CSS, and JavaScript that reflect the interactive behavior of front-end development. For evaluations, we generated 10 PFP instances for basic Web programming topics and 5 instances for video games and assigned them to students at Okayama University, Japan, and the State Polytechnic of Malang, Indonesia. Their solution results show that most students could solve them correctly, indicating the effectiveness and accessibility of the generated instances. In addition, we investigated the ability of generative AI, specifically ChatGPT, to solve the PFP instances. The results show 86.7% accuracy for basic-topic PFP instances. Although it still cannot fully find answers, we must monitor progress carefully. In future work, we will enhance PFP in WPLAS to handle non-unique answers by improving answer validation for flexible recognition of equivalent responses.

    DOI: 10.3390/info16080709

    researchmap

  • A Verilog Programming Learning Assistant System Focused on Basic Verilog with a Guided Learning Method Invited Reviewed

    Pin-Chieh Hsieh, Tzu-Lun Fang, Shaobo Jin, Yuyan Wang, Nobuo Funabiki, Yu-Cheng Fan

    Future Internet   17 ( 8 )   333 - 333   2025.7

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (scientific journal)   Publisher:MDPI AG  

    With continuous advancements in semiconductor technology, mastering efficient designs of high-quality and advanced chips has become an important part of science and technology education. Chip performances will determine the futures of various aspects of societies. However, novice students often encounter difficulties in learning digital chip designs using Verilog programming, a common hardware design language. An efficient self-study system for supporting them that can offer various exercise problems, such that any answer is marked automatically, is in strong demand. In this paper, we design and implement a web-based Verilog programming learning assistant system (VPLAS), based on our previous works on software programming. Using a heuristic and guided learning method, VPLAS leads students to learn the basic circuit syntax step by step, until they acquire high-quality digital integrated circuit design abilities through self-study. For evaluation, we assign the proposal to 50 undergraduate students at the National Taipei University of Technology, Taiwan, who are taking the introductory chip-design course, and confirm that their learning outcomes using VPLAS together are far better than those obtained when following a traditional method. In our final statistics, students achieved an average initial accuracy rate of over 70% on their first attempts at answering questions after learning through our website’s tutorials. With the help of the system’s instant automated grading and rapid feedback, their average accuracy rate eventually exceeded 99%. This clearly demonstrates that our system effectively enables students to independently master Verilog circuit knowledge through self-directed learning.

    DOI: 10.3390/fi17080333

    researchmap

  • A Fundamental Statistics Self-Learning Method with Python Programming for Data Science Implementations Invited Reviewed

    Prismahardi Aji Riyantoko, Nobuo Funabiki, Komang Candra Brata, Mustika Mentari, Aviolla Terza Damaliana, Dwi Arman Prasetya

    Information   16 ( 7 )   607 - 607   2025.7

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (scientific journal)   Publisher:MDPI AG  

    The increasing demand for data-driven decision making to maintain the innovations and competitiveness of organizations highlights the need for data science educations across academia and industry. At its core is a solid understanding of statistics, which is necessary for conducting a thorough analysis of data and deriving valuable insights. Unfortunately, conventional statistics learning often lacks practice in real-world applications using computer programs, causing a separation between conceptual knowledge of statistics equations and their hands-on skills. Integrating statistics learning into Python programming can convey an effective solution for this problem, where it has become essential in data science implementations, with extensive and versatile libraries. In this paper, we present a self-learning method for fundamental statistics through Python programming for data science studies. Unlike conventional approaches, our method integrates three types of interactive problems—element fill-in-blank problem (EFP), grammar-concept understanding problem (GUP), and value trace problem (VTP)—in the Programming Learning Assistant System (PLAS). This combination allows students to write code, understand concepts, and trace the output value while obtaining instant feedback so that they can improve retention, knowledge, and practical skills in learning statistics using Python programming. For evaluations, we generated 22 instances using source codes for fundamental statistics topics, and assigned them to 40 first-year undergraduate students at UPN Veteran Jawa Timur, Indonesia. Statistics analytical methods were utilized to analyze the student learning performances. The results show that a significant correlation (ρ<0.05) exists between the students who solved our proposal and those who did not. The results confirm that it can effectively assist students in learning fundamental statistics self-learning using Python programming for data science implementations.

    DOI: 10.3390/info16070607

    researchmap

  • A Map Information Collection Tool for a Pedestrian Navigation System Using Smartphone Invited Reviewed

    Kadek Suarjuna Batubulan, Nobuo Funabiki, Komang Candra Brata, I Nyoman Darma Kotama, Htoo Htoo Sandi Kyaw, Shintami Chusnul Hidayati

    Information   16 ( 7 )   588 - 588   2025.7

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (scientific journal)   Publisher:MDPI AG  

    Nowadays, a pedestrian navigation system using a smartphone has become popular as a useful tool to reach an unknown destination. When the destination is the office of a person, a detailed map information is necessary on the target area such as the room number and location inside the building. The information can be collected from various sources including Google maps, websites for the building, and images of signs. In this paper, we propose a map information collection tool for a pedestrian navigation system. To improve the accuracy and completeness of information, it works with the four steps: (1) a user captures building and room images manually, (2) an OCR software using Google ML Kit v2 processes them to extract the sign information from images, (3) web scraping using Scrapy (v2.11.0) and crawling with Apache Nutch (v1.19) software collects additional details such as room numbers, facilities, and occupants from relevant websites, and (4) the collected data is stored in the database to be integrated with a pedestrian navigation system. For evaluations of the proposed tool, the map information was collected for 10 buildings at Okayama University, Japan, a representative environment combining complex indoor layouts (e.g., interconnected corridors, multi-floor facilities) and high pedestrian traffic, which are critical for testing real-world navigation challenges. The collected data is assessed in completeness and effectiveness. A university campus was selected as it presents a complex indoor and outdoor environment that can be ideal for testing pedestrian navigations in real-world scenarios. With the obtained map information, 10 users used the navigation system to successfully reach destinations. The System Usability Scale (SUS) results through a questionnaire confirms the high usability.

    DOI: 10.3390/info16070588

    researchmap

  • A hand-gesture-controlling exergame system for hypertension precautions Reviewed

    rin Tri Anggraini, Yanqi Xiao, Nobuo Funabiki, Cheng-Liang Shih, Chih-Peng Fan

    IAENG International Journal of Computer Science   52 ( 6 )   1964 - 1974   2025.6

     More details

    Authorship:Corresponding author   Language:English  

    researchmap

  • An Automatic Code Generation Tool Using Generative Artificial Intelligence for Element Fill-in-the-Blank Problems in a Java Programming Learning Assistant System Invited Reviewed

    Zihao Zhu, Nobuo Funabiki, Mustika Mentari, Soe Thandar Aung, Wen-Chung Kao, Yi-Fang Lee

    Electronics   14 ( 11 )   2261 - 2261   2025.5

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (scientific journal)   Publisher:MDPI AG  

    Presently, Java is a fundamental object-oriented programming language that can be mastered by any student in information technology or computer science. To assist both teachers and students, we developed the Java Programming Learning Assistant System (JPLAS). It offers several types of practice problems with different levels and learning goals for step-by-step self-study, where any answer is automatically marked in the system. One challenge for teachers that is addressed with JPLAS is the generation of proper exercise problems that meet learning requirements. We implemented programs for generating new problems from given source codes, as collecting and evaluating suitable codes remains time-consuming. In this paper, we present an automatic code generation tool using generative AI to solve this challenge. Prompt engineering is used to help generate an appropriate source code, and the quality is controlled by optimizing the prompt based on the outputs. For applications in JPLAS, we implement a web application system to automatically generate an element fill-in-the-blank problem (EFP) in JPLAS. For evaluation, we select the element fill-in-the-blank problem (EFP) as the target type in JPLAS and generate several instances using this tool. The results confirm the validity and effectiveness of the proposed method.

    DOI: 10.3390/electronics14112261

    researchmap

  • An Improved Reference Paper Collection System Using Web Scraping with Three Enhancements Invited Reviewed

    Tresna Maulana Fahrudin, Nobuo Funabiki, Komang Candra Brata, Inzali Naing, Soe Thandar Aung, Amri Muhaimin, Dwi Arman Prasetya

    Future Internet   17 ( 5 )   195 - 195   2025.4

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (scientific journal)   Publisher:MDPI AG  

    Nowadays, accessibility to academic papers has been significantly improved with electric publications on the internet, where open access has become common. At the same time, it has increased workloads in literature surveys for researchers who usually manually download PDF files and check their contents. To solve this drawback, we have proposed a reference paper collection system using a web scraping technology and natural language models. However, our previous system often finds a limited number of relevant reference papers after taking long time, since it relies on one paper search website and runs on a single thread at a multi-core CPU. In this paper, we present an improved reference paper collection system with three enhancements to solve them: (1) integrating the APIs from multiple paper search web sites, namely, the bulk search endpoint in the Semantic Scholar API, the article search endpoint in the DOAJ API, and the search and fetch endpoint in the PubMed API to retrieve article metadata, (2) running the program on multiple threads for multi-core CPU, and (3) implementing Dynamic URL Redirection, Regex-based URL Parsing, and HTML Scraping with URL Extraction for fast checking of PDF file accessibility, along with sentence embedding to assess relevance based on semantic similarity. For evaluations, we compare the number of obtained reference papers and the response time between the proposal, our previous work, and common literature search tools in five reference paper queries. The results show that the proposal increases the number of relevant reference papers by 64.38% and reduces the time by 59.78% on average compared to our previous work, while outperforming common literature search tools in reference papers. Thus, the effectiveness of the proposed system has been demonstrated in our experiments.

    DOI: 10.3390/fi17050195

    researchmap

  • An Implementation of Creep Test Assisting System with Dial Gauge Needle Reading and Smart Lighting Function for Laboratory Automation Invited Reviewed

    Dezheng Kong, Nobuo Funabiki, Shihao Fang, Noprianto, Mitsuhiro Okayasu, Pradini Puspitaningayu

    Technologies   13 ( 4 )   139 - 139   2025.4

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (scientific journal)   Publisher:MDPI AG  

    For decades, analog dial gauges have been essential for measuring and monitoring data at various industrial instruments including production machines and laboratory equipment. Among them, we focus on the instrument for creep test in a mechanical engineering laboratory, which evaluates material strength under sustained stress. Manual reading of gauges imposes significant labor demands, especially in long-duration tests. This burden further increases under low-lighting environments, where poor visibility can lead to misreading data points, potentially compromising the accuracy of test results. In this paper, to address the challenges, we implement a creep test assisting system that possesses the following features: (1) to save the installation cost, a web camera and Raspberry Pi are employed to capture images of the dial gauge and automate the needle reading by image processing in real time, (2) to ensure reliability under low-lighting environments, a smart lighting mechanism is integrated to turn on a supplementary light when the dial gauge is not clearly visible, and (3) to allow a user to stay in a distant place from the instrument during a creep test, material break is detected and the corresponding message is notified to a laboratory staff using LINE automatically. For evaluations, we install the implemented system into a material strength measuring instrument at Okayama University, Japan, and confirm the effectiveness and accuracy through conducting experiments under various lighting conditions.

    DOI: 10.3390/technologies13040139

    researchmap

  • A Hair Drawing Evaluation Algorithm for Exactness Assessment Method in Portrait Drawing Learning Assistant System Reviewed

    Yue Zhang, Nobuo Funabiki, Erita Cicilia Febrianti, Amang Sudarsono, Chenchien Hsu

    Algorithms   18 ( 3 )   143 - 143   2025.3

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (scientific journal)   Publisher:MDPI AG  

    Nowadays, portrait drawing has become increasingly popular as a means of developing artistic skills and nurturing emotional expression. However, it is challenging for novices to start learning it, as they usually lack a solid grasp of proportions and structural foundations of the five senses. To address this problem, we have studied Portrait Drawing Learning Assistant System (PDLAS) for guiding novices by providing auxiliary lines of facial features, generated by utilizing OpenPose and OpenCV libraries. For PDLAS, we have also presented the exactness assessment method to evaluate drawing accuracy using the Normalized Cross-Correlation (NCC) algorithm. It calculates the similarity score between the drawing result and the initial portrait photo. Unfortunately, the current method does not assess the hair drawing, although it occupies a large part of a portrait and often determines its quality. In this paper, we present a hair drawing evaluation algorithm for the exactness assessment method to offer comprehensive feedback to users in PDLAS. To emphasize hair lines, this algorithm extracts the texture of the hair region by computing the eigenvalues and eigenvectors of the hair image. For evaluations, we applied the proposal to drawing results by seven students from Okayama University, Japan and confirmed the validity. In addition, we observed the NCC score improvement in PDLAS by modifying the face parts with low similarity scores from the exactness assessment method.

    DOI: 10.3390/a18030143

    researchmap

  • Implementation of Sensor Input Setup Assistance Service Using Generative AI for SEMAR IoT Application Server Platform Invited Reviewed

    I Nyoman Darma Kotama, Nobuo Funabiki, Yohanes Yohanie Fridelin Panduman, Komang Candra Brata, Anak Agung Surya Pradhana, Noprianto, I Gusti Made Ngurah Desnanjaya

    Information   16 ( 2 )   108 - 108   2025.2

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (scientific journal)   Publisher:MDPI AG  

    For rapid deployments of various IoT application systems, we have developed Smart Environmental Monitoring and Analytical in Real-Time (SEMAR) as an integrated server platform. It is equipped with rich functions for collecting, analyzing, and visualizing various data. Unfortunately, the proper configuration of SEMAR with a variety of IoT devices can be complex and challenging for novice users, since it often requires technical expertise. The assistance of Generative AI can be helpful to solve this drawback. In this paper, we present an implementation of a sensor input setup assistance service for SEMAR using prompt engineering techniques and Generative AI. A user needs to define the requirement specifications and environments of the IoT application system for sensor inputs, and give them to the service. Then, the service provides step-by-step guidance on sensor connections, communicating board configurations, network connections, and communication protocols to the user, which can help the user easily set up the configuration to connect the relevant devices to SEMAR. For evaluations, we applied the proposal to the input sensor setup processes of three practical IoT application systems with SEMAR, namely, a smart light, water heater, and room temperature monitoring system. In addition, we applied it to the setup process of an IoT application system for a course for undergraduate students at the Insitut Bisnis dan Teknologi (INSTIKI), Indonesia. The results demonstrate the effectiveness of the proposed service for SEMAR.

    DOI: 10.3390/info16020108

    researchmap

  • An Application of SEMAR IoT Application Server Platform to Drone-Based Wall Inspection System Using AI Model Invited Reviewed

    Yohanes Yohanie Fridelin Panduman, Radhiatul Husna, Noprianto, Nobuo Funabiki, Shunya Sakamaki, Sritrusta Sukaridhoto, Yan Watequlis Syaifudin, Alfiandi Aulia Rahmadani

    Information   16 ( 2 )   91 - 91   2025.1

     More details

    Authorship:Last author   Language:English   Publishing type:Research paper (scientific journal)   Publisher:MDPI AG  

    Recently, artificial intelligence (AI) has been adopted in a number of Internet of Things (IoT) application systems to enhance intelligence. We have developed a ready-made server with rich built-in functions to collect, process, display, analyze, and store data from various IoT devices, the SEMAR (Smart Environmental Monitoring and Analytics in Real-Time) IoT application server platform, in which various AI techniques have been implemented to enhance its capabilities. In this paper, we present an application of SEMAR to a drone-based wall inspection system using an object detection AI model called You Only Look Once (YOLO). This system aims to detect wall cracks at high places using images taken via a camera on a flying drone. An edge computing device is installed to control the drone, sending the taken images through the Kafka system, storing them with the drone flight data, and sending the data to SEMAR. The images are analyzed via YOLO through SEMAR. For evaluations, we implemented the system using Ryze Tello for the drone and Raspberry Pi for the edge, and we evaluated the detection accuracy. The preliminary experiment results confirmed the effectiveness of the proposal.

    DOI: 10.3390/info16020091

    researchmap

  • A Proposal of In Situ Authoring Tool with Visual-Inertial Sensor Fusion for Outdoor Location-Based Augmented Reality Reviewed

    Komang Candra Brata, Nobuo Funabiki, Yohanes Yohanie Fridelin Panduman, Mustika Mentari, Yan Watequlis Syaifudin, Alfiandi Aulia Rahmadani

    Electronics   14 ( 2 )   342 - 342   2025.1

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (scientific journal)   Publisher:MDPI AG  

    In location-based augmented reality (LAR) applications, a simple and effective authoring tool is essential to create immersive AR experiences in real-world contexts. Unfortunately, most of the current tools are primarily desktop-based, requiring manual location acquisitions, the use of software development kits (SDKs), and high programming skills, which poses significant challenges for novice developers and a lack of precise LAR content alignment. In this paper, we propose an intuitive in situ authoring tool with visual-inertial sensor fusions to simplify the LAR content creation and storing process directly using a smartphone at the point of interest (POI) location. The tool localizes the user’s position using smartphone sensors and maps it with the captured smartphone movement and the surrounding environment data in real-time. Thus, the AR developer can place a virtual object on-site intuitively without complex programming. By leveraging the combined capabilities of Visual Simultaneous Localization and Mapping(VSLAM) and Google Street View (GSV), it enhances localization and mapping accuracy during AR object creation. For evaluations, we conducted extensive user testing with 15 participants, assessing the task success rate and completion time of the tool in practical pedestrian navigation scenarios. The Handheld Augmented Reality Usability Scale (HARUS) was used to evaluate overall user satisfaction. The results showed that all the participants successfully completed the tasks, taking 16.76 s on average to create one AR object in a 50 m radius area, while common desktop-based methods in the literature need 1–8 min on average, depending on the user’s expertise. Usability scores reached 89.44 for manipulability and 85.14 for comprehensibility, demonstrating the high effectiveness in simplifying the outdoor LAR content creation process.

    DOI: 10.3390/electronics14020342

    researchmap

  • An Investigation of Hand Gestures for Controlling Video Games in a Rehabilitation Exergame System

    Radhiatul Husna, Komang Candra Brata, Irin Tri Anggraini, Nobuo Funabiki, Alfiandi Aulia Rahmadani, Chih-Peng Fan

    Computers   14 ( 1 )   25 - 25   2025.1

     More details

    Language:English   Publishing type:Research paper (scientific journal)   Publisher:MDPI AG  

    Musculoskeletal disorders (MSDs) can significantly impact individuals’ quality of life (QoL), often requiring effective rehabilitation strategies to promote recovery. However, traditional rehabilitation methods can be expensive and may lack engagement, leading to poor adherence to therapy exercise routines. An exergame system can be a solution to this problem. In this paper, we investigate appropriate hand gestures for controlling video games in a rehabilitation exergame system. The Mediapipe Python library is adopted for the real-time recognition of gestures. We choose 10 easy gestures among 32 possible simple gestures. Then, we specify and compare the best and the second-best groups used to control the game. Comprehensive experiments are conducted with 16 students at Andalas University, Indonesia, to find appropriate gestures and evaluate user experiences of the system using the System Usability Scale (SUS) and User Experience Questionnaire (UEQ). The results show that the hand gestures in the best group are more accessible than in the second-best group. The results suggest appropriate hand gestures for game controls and confirm the proposal’s validity. In future work, we plan to enhance the exergame system by integrating a diverse set of video games, while expanding its application to a broader and more diverse sample. We will also study other practical applications of the hand gesture control function.

    DOI: 10.3390/computers14010025

    researchmap

  • Relay Node Selection Methods for UAV Navigation Route Constructions in Wireless Multi-Hop Network Using Smart Meter Devices Invited Reviewed

    Shuto Ohkawa, Kiyoshi Ueda, Takumi Miyoshi, Taku Yamazaki, Ryo Yamamoto, Nobuo Funabiki

    Information (Switzerland)   16 ( 1 )   22 - 22   2025.1

     More details

    Authorship:Last author   Language:English   Publishing type:Research paper (scientific journal)   Publisher:MDPI AG  

    DOI: 10.3390/info16010022

    Scopus

    researchmap

  • A study of introductory exercise problems for novice students in Java programming learning assistant system Reviewed

    Mustika Mentari, Nobuo Funabiki, Safira Adine Kinari, Komang Candra Brata, Noprianto, Yan, Watequlis Syaifudin, Triana Fatmawati, Indra Dharma Wijaya

    IAENG International Journal of Computer Science,   52 ( 10 )   3524 - 3544   2025

     More details

    Authorship:Corresponding author   Language:English  

    researchmap

  • An Extension of Blank Element Selection Algorithm for Element Fill-in-Blank Problem in Web-Client Programming Self-Study System Reviewed

    Huiyu Qi, Nobuo Funabiki, Khaing Hsu Wai, Mustika Mentari, Wen-Chung Kao

    Journal of Advances in Information Technology   16 ( 2 )   215 - 222   2025

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (scientific journal)   Publisher:Engineering and Technology Publishing  

    DOI: 10.12720/jait.16.2.215-222

    researchmap

  • An implementation of self-study exercise problems for entry-level SQL-Python database programming Reviewed

    Ni Wayan Wardani, Nobuo Funabiki, Putu Sugiartawan, Anak Agung Surya Pradhana, I Nyoman, Darma Kotama, I Nyoman Agus Suarya Putra

    IAENG Engineering Letters   33 ( 8 )   2939 - 2948   2025

     More details

    Language:English  

    researchmap

  • An Implementation of Web-Based Answer Platform in the Flutter Programming Learning Assistant System Using Docker Compose Invited Reviewed

    Lynn Htet Aung, Soe Thandar Aung, Nobuo Funabiki, Htoo Htoo Sandi Kyaw, Wen-Chung Kao

    Electronics   13 ( 24 )   4878 - 4878   2024.12

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (scientific journal)   Publisher:MDPI AG  

    Programming has gained significant importance worldwide as societies increasingly rely on computer application systems. To support novices in learning various programming languages, we have developed the Programming Learning Assistant System (PLAS). It offers several types of exercise problems with different learning goals and levels for step-by-step self-study. As a personal answer platform in PLAS, we have implemented a web application using Node.js and EJS for Java and Python programming. Recently, the Flutter framework with Dart programming has become popular, enabling developers to build applications for mobile, web, and desktop environments from a single codebase. Thus, we have extended PLAS by implementing the Flutter environment with Visual Studio Code to support it. Additionally, we have developed an image-based user interface (UI) testing tool to verify student source code by comparing its generated UI image with the standard one using the ORB and SIFT algorithms in OpenCV. For efficient distribution to students, we have generated Docker images of the answer platform, Flutter environment, and image-based UI testing tool. In this paper, we present the implementation of a web-based answer platform for the Flutter Programming Learning Assistant System (FPLAS) by integrating three Docker images using Docker Compose. Additionally, to capture UI images automatically, an Nginx web application server is adopted with its Docker image. For evaluations, we asked 10 graduate students at Okayama University, Japan, to install the answer platform on their PCs and solve five exercise problems. All the students successfully completed the problems, which confirms the validity and effectiveness of the proposed system.

    DOI: 10.3390/electronics13244878

    researchmap

  • A Study of Exergame System Using Hand Gestures for Wrist Flexibility Improvement for Tenosynovitis Prevention Reviewed

    Yanqi Xiao, Nobuo Funabiki, Irin Tri Anggraini, Cheng-Liang Shih, Chih-Peng Fan

    Information   15 ( 10 )   622 - 622   2024.10

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (scientific journal)   Publisher:MDPI AG  

    Currently, as an increasing number of people have been addicted to using cellular phones, smartphone tenosynovitis has become common from long-term use of fingers for their operations. Hand exercise while playing video games, which is called exergame, can be a good solution to provide enjoyable daily exercise opportunities for its prevention, particularly, for young people. In this paper, we implemented a simple exergame system with a hand gesture recognition program made in Python using the Mediapipe library. We designed three sets of hand gestures to control the key operations to play the games as different exercises useful for tenosynovitis prevention. For evaluations, we prepared five video games running on a web browser and asked 10 students from Okayama and Hiroshima Universities, Japan, to play them and answer 10 questions in the questionnaire. Their playing results and System Usability Scale (SUS) scores confirmed the usability of the proposal, although we improved one gesture set to reduce its complexity. Moreover, by measuring the angles for maximum wrist movements, we found that the wrist flexibility was improved by playing the games, which verifies the effectiveness of the proposal.

    DOI: 10.3390/info15100622

    researchmap

  • An Independent Learning System for Flutter Cross-Platform Mobile Programming with Code Modification Problems Invited Reviewed

    Safira Adine Kinari, Nobuo Funabiki, Soe Thandar Aung, Khaing Hsu Wai, Mustika Mentari, Pradini Puspitaningayu

    Information   15 ( 10 )   614 - 614   2024.10

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (scientific journal)   Publisher:MDPI AG  

    Nowadays, with the common use of smartphones in daily lives, mobile applications have become popular around the world, which will lead to a rise in Flutter framework. Developed by Google, Flutter with Dart programming provides a cross-platform development environment to create visually appealing and responsive user interfaces across mobile, web, and desktop platforms using a single codebase. However, due to time and staff limitations, the Flutter/Dart programming course is not included in curricula, even in IT departments in universities. Therefore, independent learning environments for students are essential to meet this growing popularity. Previously, we have developed programming learning assistant system (PLAS) as a web-browser-based self-learning platform for novice students. PLAS offers various types of exercise problems designed to cultivate programming skills step-by-step through a lot of code reading and code writing practices. Among them, one particular type is the code modification problem (CMP), which asks to modify the given source code to satisfy the new specifications. CMP is expected to be solved by novices with little effort if they have knowledge of other programming languages. Thus, PLAS with CMP will be an excellent platform for independent learning. In this paper, we present PLAS with CMP for the independent learning of Flutter/Dart programming. To improve the readability of the source code by students, we provided rich comments on grammar or behaviors. Besides, the code can be downloaded so that students can check and run it on an IDE. For evaluations, we generated 38 CMP instances for basic and multimedia/storage topics in Flutter/Dart programming and assigned them to 21 master students at Okayama University, Japan, who have never studied it. The results confirm the validity of the proposal.

    DOI: 10.3390/info15100614

    researchmap

  • A Study of a Drawing Exactness Assessment Method Using Localized Normalized Cross-Correlations in a Portrait Drawing Learning Assistant System Invited Reviewed

    Yue Zhang, Zitong Kong, Nobuo Funabiki, Chen-Chien Hsu

    Computers   13 ( 9 )   215 - 215   2024.8

     More details

    Authorship:Corresponding author   Publishing type:Research paper (scientific journal)   Publisher:MDPI AG  

    Nowadays, portrait drawing has gained significance in cultivating painting skills and human sentiments. In practice, novices often struggle with this art form without proper guidance from professionals, since they lack understanding of the proportions and structures of facial features. To solve this limitation, we have developed a Portrait Drawing Learning Assistant System (PDLAS) to assist novices in learning portrait drawing. The PDLAS provides auxiliary lines as references for facial features that are extracted by applying OpenPose and OpenCV libraries to a face photo image of the target. A learner can draw a portrait on an iPad using drawing software where the auxiliary lines appear on a different layer to the portrait. However, in the current implementation, the PDLAS does not offer a function to assess the exactness of the drawing result for feedback to the learner. In this paper, we present a drawing exactness assessment method using a Localized Normalized Cross-Correlation (NCC) algorithm in the PDLAS. NCC gives a similarity score between the original face photo and drawing result images by calculating the correlation of the brightness distributions. For precise feedback, the method calculates the NCC for each face component by extracting the bounding box. In addition, in this paper, we improve the auxiliary lines for the nose. For evaluations, we asked students at Okayama University, Japan, to draw portraits using the PDLAS, and applied the proposed method to their drawing results, where the application results validated the effectiveness by suggesting improvements in drawing components. The system usability was also confirmed through a questionnaire with a SUS score. The main finding of this research is that the implementation of the NCC algorithm within the PDLAS significantly enhances the accuracy of novice portrait drawings by providing detailed feedback on specific facial features, proving the system’s efficacy in art education and training.

    DOI: 10.3390/computers13090215

    researchmap

  • An Image-Based User Interface Testing Method for Flutter Programming Learning Assistant System Invited Reviewed

    Soe Thandar Aung, Nobuo Funabiki, Lynn Htet Aung, Safira Adine Kinari, Khaing Hsu Wai, Mustika Mentari

    Information   15 ( 8 )   464 - 464   2024.8

     More details

    Authorship:Corresponding author   Publishing type:Research paper (scientific journal)   Publisher:MDPI AG  

    Flutter has become popular for providing a uniform development environment for user interfaces (UIs) on smart phones, web browsers, and desktop applications. We have developed the Flutter programming learning assistant system (FPLAS) to assist its novice students’ self-study. We implemented the Docker-based Flutter environment with Visual Studio Code and three introductory exercise projects. However, the correctness of students’ answers is manually checked, although automatic checking is necessary to reduce teachers’ workload and provide quick responses to students. This paper presents an image-based user interface (UI) testing method to automate UI testing by the answer code using the Flask framework. This method produces the UI image by running the answer code and compares it with the image made by the model code for the assignment using ORB and SIFT algorithms in the OpenCV library. One notable aspect is the necessity to capture multiple UI screenshots through page transitions by user input actions for the accurate detection of changes in UI elements. For evaluations, we assigned five Flutter exercise projects to fourth-year bachelor and first-year master engineering students at Okayama University, Japan, and applied the proposed method to their answers. The results confirm the effectiveness of the proposal.

    DOI: 10.3390/info15080464

    researchmap

  • Performance Investigations of VSLAM and Google Street View Integration in Outdoor Location-Based Augmented Reality under Various Lighting Conditions Invited Reviewed

    Komang Candra Brata, Nobuo Funabiki, Prismahardi Aji Riyantoko, Yohanes Yohanie Fridelin Panduman, Mustika Mentari

    Electronics   13 ( 15 )   2930 - 2930   2024.7

     More details

    Authorship:Corresponding author   Publishing type:Research paper (scientific journal)   Publisher:MDPI AG  

    The growing demand for Location-based Augmented Reality (LAR) experiences has driven the integration of Visual Simultaneous Localization And Mapping (VSLAM) with Google Street View (GSV) to enhance the accuracy. However, the impact of the ambient light intensity on the accuracy and reliability is underexplored, posing significant challenges in outdoor LAR implementations. This paper investigates the impact of light conditions on the accuracy and reliability of the VSLAM/GSV integration approach in outdoor LAR implementations. This study fills a gap in the current literature and offers valuable insights into vision-based approach implementation under different light conditions. Extensive experiments were conducted at five Point of Interest (POI) locations under various light conditions with a total of 100 datasets. Descriptive statistic methods were employed to analyze the data and assess the performance variation. Additionally, the Analysis of Variance (ANOVA) analysis was utilized to assess the impact of different light conditions on the accuracy metric and horizontal tracking time, determining whether there are significant differences in performance across varying levels of light intensity. The experimental results revealed that a significant correlation (p < 0.05) exists between the ambient light intensity and the accuracy of the VSLAM/GSV integration approach. Through the confidence interval estimation, the minimum illuminance 434 lx is needed to provide a feasible and consistent accuracy. Variations in visual references, such as wet surfaces in the rainy season, also impact the horizontal tracking time and accuracy.

    DOI: 10.3390/electronics13152930

    researchmap

  • A User Location Reset Method through Object Recognition in Indoor Navigation System Using Unity and a Smartphone (INSUS) Invited Reviewed

    Evianita Dewi Fajrianti, Yohanes Yohanie Fridelin Panduman, Nobuo Funabiki, Amma Liesvarastranta Haz, Komang Candra Brata, Sritrusta Sukaridhoto

    Network   4 ( 3 )   295 - 312   2024.7

     More details

    Authorship:Corresponding author   Publishing type:Research paper (scientific journal)   Publisher:MDPI AG  

    To enhance user experiences of reaching destinations in large, complex buildings, we have developed a indoor navigation system using Unity and a smartphone called INSUS. It can reset the user location using a quick response (QR) code to reduce the loss of direction of the user during navigation. However, this approach needs a number of QR code sheets to be prepared in the field, causing extra loads at implementation. In this paper, we propose another reset method to reduce loads by recognizing information of naturally installed signs in the field using object detection and Optical Character Recognition (OCR) technologies. A lot of signs exist in a building, containing texts such as room numbers, room names, and floor numbers. In the proposal, the Sign Image is taken with a smartphone, the sign is detected by YOLOv8, the text inside the sign is recognized by PaddleOCR, and it is compared with each record in the Room Database using Levenshtein distance. For evaluations, we applied the proposal in two buildings in Okayama University, Japan. The results show that YOLOv8 achieved mAP@0.5 0.995 and mAP@0.5:0.95 0.978, and PaddleOCR could extract text in the sign image accurately with an averaged CER% lower than 10%. The combination of both YOLOv8 and PaddleOCR decreases the execution time by 6.71s compared to the previous method. The results confirmed the effectiveness of the proposal.

    DOI: 10.3390/network4030014

    researchmap

  • A Reference Paper Collection System Using Web Scraping Invited Reviewed

    Inzali Naing, Soe Thandar Aung, Khaing Hsu Wai, Nobuo Funabiki

    Electronics   13 ( 14 )   2700 - 2700   2024.7

     More details

    Authorship:Corresponding author   Publishing type:Research paper (scientific journal)   Publisher:MDPI AG  

    Collecting reference papers from the Internet is one of the most important activities for progressing research and writing papers about their results. Unfortunately, the current process using Google Scholar may not be efficient, since a lot of paper files cannot be accessed directly by the user. Even if they are accessible, their effectiveness needs to be checked manually. In this paper, we propose a reference paper collection system using web scraping to automate paper collections from websites. This system can collect or monitor data from the Internet, which is considered as the environment, using Selenium, a popular web scraping software, as the sensor; this examines the similarity against the search target by comparing the keywords using the Bert model. The Bert model is a deep learning model for natural language processing (NLP) that can understand context by analyzing the relationships between words in a sentence bidirectionally. The Python Flask is adopted at the web application server, where Angular is used for data presentations. For the evaluation, we measured the performance, investigated the accuracy, and asked members of our laboratory to use the proposed method and provide their feedback. Their results confirm the method’s effectiveness.

    DOI: 10.3390/electronics13142700

    researchmap

  • On Installation of Java Programming Learning Assistant System Platform in University Course Reviewed

    Soe Thandar Aung, Nobuo Funabiki, Xiqin Lu, Khaing Hsu Wai, Yanhui Jing, Wen-Chung Kao

    2024 International Conference on Consumer Electronics - Taiwan (ICCE-Taiwan)   569 - 570   2024.7

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    DOI: 10.1109/icce-taiwan62264.2024.10674397

    researchmap

  • An Implementation of Java Programming Assistant System in University Course

    Soe Thandar Aung, Nobuo Funabiki, Xiqin Lu, Khaing Hsu Wai, Yanhui Jing, Wen-Chung Kao

    2024 International Conference on Consumer Electronics - Taiwan (ICCE-Taiwan)   567 - 568   2024.7

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    DOI: 10.1109/icce-taiwan62264.2024.10674115

    researchmap

  • Difficulty Evaluation of Yoga Poses by Angular Velocity and Body Area Calculation for GPU-Based Yoga Self-Practice System

    Cheng-Liang Shih, Jun-You Liu, Irin Tri Anggraini, Yanqi Xiao, Nobuo Funabiki, Chih-Peng Fan

    2024 IEEE Gaming, Entertainment, and Media Conference (GEM)   1 - 4   2024.6

     More details

    Authorship:Last author   Language:English   Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    DOI: 10.1109/gem61861.2024.10585480

    researchmap

  • A Design of Handgrip Exergame System for Hypertension Prevention

    Irin Tri Anggraini, Yanqi Xiao, Nobuo Funabiki, Cheng-Liang Shih, Jun-You Liu, Chih-Peng Fan

    2024 IEEE Gaming, Entertainment, and Media Conference (GEM)   1 - 2   2024.6

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    DOI: 10.1109/gem61861.2024.10585557

    researchmap

  • Answer code validation program with test data generation for code writing problem in Java programming learning assistant system Reviewed

    Khaing Hsu Wai, Nobuo Funabiki, Soe Thandar Aung, Xiqin Lu, Yanhui Jing, Htoo Htoo, Sandi Kyaw, Wen-Chung Kao

    Engineering Letters   32 ( 5 )   981 - 994   2024.5

     More details

  • A drawing accuracy evaluation method with localized normalized cross correlation for portrait drawing learning assistant system Reviewed

    Yue Zhang, Zitong Kong, Nobuo Funabiki

    2024 International Conference on Information Technology and Education Technology (ITET)   2024.5

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (international conference proceedings)  

    researchmap

  • A study of code typing problems as start-up programming practices in Java programming learning assistant system Reviewed

    Mustika Mentari, Nobuo Funabiki, Noprianto Noprianto, Yan Watequlis Syaifudin, Khaing Hsu Wai, Komang Candra Brata, Pradini Puspitaningayu

    2024 International Conference on Information Technology and Education Technology (ITET)   2024.5

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (international conference proceedings)  

    researchmap

  • A Study of Learning Environment for Initiating Flutter App Development Using Docker Invited Reviewed

    Soe Thandar Aung, Nobuo Funabiki, Lynn Htet Aung, Safira Adine Kinari, Mustika Mentari, Khaing Hsu Wai

    Information   15 ( 4 )   191 - 191   2024.3

     More details

    Authorship:Corresponding author   Publishing type:Research paper (scientific journal)   Publisher:MDPI AG  

    The Flutter framework with Dart programming allows developers to effortlessly build applications for both web and mobile from a single codebase. It enables efficient conversions to native codes for mobile apps and optimized JavaScript for web browsers. Since utilizing a wide range of widgets in Flutter ensures consistent experiences on various devices for users, it becomes crucial in programming education by providing a unified environment for learning app development while reducing the need for platform-specific knowledge. However, the setup of the Flutter environment is challenging for novice students due to its multiple steps, such as installing dependencies and configuring environments. To support independent learning for these students, it is essential to simplify the setup by providing user-friendly instructions and automated tools. In this paper, we present a Docker-based environment for Flutter app developments across Windows, Linux, and Mac through Visual Studio Code, ensuring a unified learning experience. This paper aims to simplify complex configurations and address the obstacles encountered by students when initiating Flutter projects. For the evaluation, we prepared three simple Flutter projects along with the setup environment in a Docker container. Then, we asked 24 Master’s students at Okayama University, Japan, to install the environment and modify the source codes in the projects independently by following the given instructions. The results show that all the students successfully completed the assignments, which confirms the efficiency and validity of our proposal.

    DOI: 10.3390/info15040191

    researchmap

  • An Application of Throughput Request Satisfaction Method for Maximizing Concurrent Throughput in WLAN for IoT Application System Reviewed

    Bin Wu, Nobuo Funabiki, Sujan Chandra Roy, Md. Mahbubur Rahman, Dezheng Kong, Shihao Fang

    Sensors   24 ( 7 )   2173 - 2173   2024.3

     More details

    Authorship:Corresponding author   Publishing type:Research paper (scientific journal)   Publisher:MDPI AG  

    With the wide applications of the Internet of Things (IoT) in smart home systems, IEEE 802.11n Wireless Local Area Networks (WLANs) have become a frequently chosen communication technology due to their adaptability and affordability. In a high-density network of devices such as the smart home scenerio, a host often meets interferences from other devices and unequal Received Signal Strength (RSS) from Access Points (APs). This results in throughput unfairness/insufficiency problems between hosts communicating concurrently in WLAN. Previously, we have studied the throughput request satisfaction method to address this problem. It calculates the target throughput from measured single and concurrent throughputs of hosts and controls the actual throughput at this target one by applying traffic shaping at the AP. However, the insufficiency problem of maximizing the throughput is not solved due to interferences from other hosts. In this paper, we present an extension of the throughput request satisfaction method to maximize the throughput of a high-priority host under concurrent communications. It recalculates the target throughput to increase the actual throughput as much as possible while the other hosts satisfy the least throughput. For evaluations, we conduct experiments using the test-bed system with Raspberry Pi as the AP devices in several topologies in indoor environments. The results confirm the effectiveness of our proposal.

    DOI: 10.3390/s24072173

    researchmap

  • A Design and Implementation of Stationery Product Recognition Method Using Two-Stage YOLO v8 Model

    Xudong Zhou, Nobuo Funabiki, Yanhui Jing, Yanqi Xiao, Wen-Chung Kao

    2024 12th International Conference on Information and Education Technology (ICIET)   327 - 332   2024.3

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    DOI: 10.1109/iciet60671.2024.10542804

    researchmap

  • Analysis of Solution Results of Code Writing Problems for Basic Object-Oriented Programming Study in University Java Programming Course

    Khaing Hsu Wai, Nobuo Funabiki, Soe Thandar Aung, Ryo Hashimoto, Daiki Yokoyama, Wen-Chung Kao

    2024 12th International Conference on Information and Education Technology (ICIET)   87 - 92   2024.3

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    DOI: 10.1109/iciet60671.2024.10542814

    researchmap

  • A Survey of AI Techniques in IoT Applications with Use Case Investigations in the Smart Environmental Monitoring and Analytics in Real-Time IoT Platform Invited Reviewed

    Yohanes Yohanie Fridelin Panduman, Nobuo Funabiki, Evianita Dewi Fajrianti, Shihao Fang, Sritrusta Sukaridhoto

    Information   15 ( 3 )   153 - 153   2024.3

     More details

    Authorship:Corresponding author   Publishing type:Research paper (scientific journal)   Publisher:MDPI AG  

    In this paper, we have developed the SEMAR (Smart Environmental Monitoring and Analytics in Real-Time) IoT application server platform for fast deployments of IoT application systems. It provides various integration capabilities for the collection, display, and analysis of sensor data on a single platform. Recently, Artificial Intelligence (AI) has become very popular and widely used in various applications including IoT. To support this growth, the integration of AI into SEMAR is essential to enhance its capabilities after identifying the current trends of applicable AI technologies in IoT applications. In this paper, we first provide a comprehensive review of IoT applications using AI techniques in the literature. They cover predictive analytics, image classification, object detection, text spotting, auditory perception, Natural Language Processing (NLP), and collaborative AI. Next, we identify the characteristics of each technique by considering the key parameters, such as software requirements, input/output (I/O) data types, processing methods, and computations. Third, we design the integration of AI techniques into SEMAR based on the findings. Finally, we discuss use cases of SEMAR for IoT applications with AI techniques. The implementation of the proposed design in SEMAR and its use to IoT applications will be in future works.

    DOI: 10.3390/info15030153

    researchmap

  • A blank element selection algorithm for element fill-in-blank problems in client-side web programming Reviewed

    Huiyu Qi, Nobuo Funabiki, Khaing Hsu Wai, Flasma Veronicha Hendryanna, Khin Thet Mon, Mustika Mentari, Wen Chung Kao

    Engineering Letters   32 ( 3 )   684 - 700   2024.3

     More details

    Authorship:Corresponding author  

    researchmap

  • An Enhancement of Outdoor Location-Based Augmented Reality Anchor Precision through VSLAM and Google Street View Invited Reviewed

    Komang Candra Brata, Nobuo Funabiki, Yohanes Yohanie Fridelin Panduman, Evianita Dewi Fajrianti

    Sensors   24 ( 4 )   1161 - 1161   2024.2

     More details

    Authorship:Corresponding author   Publishing type:Research paper (scientific journal)   Publisher:MDPI AG  

    Outdoor Location-Based Augmented Reality (LAR) applications require precise positioning for seamless integrations of virtual content into immersive experiences. However, common solutions in outdoor LAR applications rely on traditional smartphone sensor fusion methods, such as the Global Positioning System (GPS) and compasses, which often lack the accuracy needed for precise AR content alignments. In this paper, we introduce an innovative approach to enhance LAR anchor precision in outdoor environments. We leveraged Visual Simultaneous Localization and Mapping (VSLAM) technology, in combination with innovative cloud-based methodologies, and harnessed the extensive visual reference database of Google Street View (GSV), to address the accuracy limitation problems. For the evaluation, 10 Point of Interest (POI) locations were used as anchor point coordinates in the experiments. We compared the accuracies between our approach and the common sensor fusion LAR solution comprehensively involving accuracy benchmarking and running load performance testing. The results demonstrate substantial enhancements in overall positioning accuracies compared to conventional GPS-based approaches for aligning AR anchor content in the real world.

    DOI: 10.3390/s24041161

    researchmap

  • An implementation of web-based personal platform for programming learning assistant system with instance file update function Reviewed

    Soe Thandar Aung, Lynn Htet Aung, Nobuo Funabiki, Shigo Yamaguchi, Yan Watequlis Syaifudin, Wen-Chung Kao, Engineering Le, February

    Engineering Letters   32 ( 2 )   226 - 243   2024.2

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (scientific journal)  

    researchmap

  • Code Plagiarism Checking Function and Its Application for Code Writing Problem in Java Programming Learning Assistant System Invited Reviewed

    Ei Ei Htet, Khaing Hsu Wai, Soe Thandar Aung, Nobuo Funabiki, Xiqin Lu, Htoo Htoo Sandi Kyaw, Wen-Chung Kao

    Analytics   3 ( 1 )   46 - 62   2024.1

     More details

    Authorship:Corresponding author   Publishing type:Research paper (scientific journal)   Publisher:MDPI AG  

    A web-based Java programming learning assistant system (JPLAS) has been developed for novice students to study Java programming by themselves while enhancing code reading and code writing skills. One type of the implemented exercise problem is code writing problem (CWP), which asks students to create a source code that can pass the given test code. The correctness of this answer code is validated by running them on JUnit. In previous works, a Python-based answer code validation program was implemented to assist teachers. It automatically verifies the source codes from all the students for one test code, and reports the number of passed test cases by each code in the CSV file. While this program plays a crucial role in checking the correctness of code behaviors, it cannot detect code plagiarism that can often happen in programming courses. In this paper, we implement a code plagiarism checking function in the answer code validation program, and present its application results to a Java programming course at Okayama University, Japan. This function first removes the whitespace characters and the comments using the regular expressions. Next, it calculates the Levenshtein distance and similarity score for each pair of source codes from different students in the class. If the score is larger than a given threshold, they are regarded as plagiarism. Finally, it outputs the scores as a CSV file with the student IDs. For evaluations, we applied the proposed function to a total of 877 source codes for 45 CWP assignments submitted from 9 to 39 students and analyzed the results. It was found that (1) CWP assignments asking for shorter source codes generate higher scores than those for longer codes due to the use of test codes, (2) proper thresholds are different by assignments, and (3) some students often copied source codes from certain students.

    DOI: 10.3390/analytics3010004

    researchmap

  • A Hand Gesture Exergame for Dementia Development Suppression and Its Applications to Elders

    Irin Tri Anggraini, Yanqi Xiao, Nobuo Funabiki, Cheng-Liang Shih, Wan-Chia Huang, Chih-Peng Fan

    2024 IEEE International Conference on Consumer Electronics (ICCE)   1 - 3   2024.1

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    DOI: 10.1109/icce59016.2024.10444306

    researchmap

  • A Proposal of Code Writing Problem for C Programming Learning Assistant System Reviewed

    Htoo Htoo Sandi Kyaw, Chai Xu Min, Keiichi Kaneko, Soe Thandar Aung, Nobuo Funabiki, Annisa Anggun Puspitasari

    International Journal of Learning and Teaching   10 ( 2 )   261 - 269   2024

     More details

    Publishing type:Research paper (scientific journal)   Publisher:EJournal Publishing  

    C programming has been a fundamental subject for a lot of university students studying programming lan guages, algorithms, and computer architecture. To enhance C programming education in schools, we have developed the C Programming Learning Assistant System (CPLAS) which provides a variety of programming assignments to cover different learning stages. The programming assignments offered by CPLAS allow the students to practice writing partial source code to learn grammar, code reading, and code debugging skills. However, the current assignments offered by CPLAS do not cover students to practice writing the whole C source code from scratch. Therefore, in this paper, we propose the Code Writing Problem (CWP) for students to write the C source code from scratch. In a CWP instance, a problem statement, an input list, and an expected output are given to the students. The students need to write the C source code from scratch by referring to the given information. The answer codes are marked through 1) compiling test, 2) execution test, and 3) output test. To avoid cheating by students, we use the random input generation method for each data type. To evaluate the proposal, we generated and assigned 11 CWP instances to the students. From their solution results, 10 out of 11 CWP instances achieved over 78% correct answer rate, and the feedback from the students confirmed the validity of the proposal.

    DOI: 10.18178/ijlt.10.2.261-269

    researchmap

  • A Proposal of Hint Function for Java Programming Learning Assistant System

    Yanhui Jing, Nobuo Funabiki, Soe Thandar Aung, Xiqin Lu, Htoo Htoo Sandi Kyaw, Kiyoshi Ueda

    International Journal of Information and Education Technology   13 ( 11 )   1828 - 1834   2023.11

     More details

    Publishing type:Research paper (scientific journal)  

    DOI: 10.18178/ijiet.2023.13.11.1995

    Scopus

    researchmap

  • Extensions of Exercise and Performance Learning Assistant System for Usability Improvements.

    Irin Tri Anggraini, Nobuo Funabiki, Wan-Chia Huang, Cheng-Liang Shih, Chih-Peng Fan

    Journal of Software   18 ( 4 )   2023.11

     More details

    Publishing type:Research paper (scientific journal)  

    DOI: 10.17706/jsw.18.4.218-227

    researchmap

  • OpenPose Based Yoga Poses Difficulty Estimation for Dynamic and Static Yoga Exercises Reviewed

    Wan-Chia Huang, Cheng-Liang Shih, Irin Tri Anggraini, Yanqi Xiao, Nobuo Funabiki, Chih-Peng Fan

    2023 Asia Pacific Signal and Information Processing Association Annual Summit and Conference (APSIPA ASC)   1636 - 1640   2023.10

     More details

    Authorship:Last author   Language:English   Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    DOI: 10.1109/apsipaasc58517.2023.10317354

    researchmap

  • A Study of Exergame System Using Hand Gestures for Tenosynovitis Prevention Reviewed

    Yanqi Xiao, Irin Tri Anggraini, Nobuo Funabiki, Shih-Wei Shen, Chih-Peng Fan

    2023 IEEE International Conference on Consumer Electronics-Asia (ICCE-Asia)   1 - 6   2023.10

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    DOI: 10.1109/icce-asia59966.2023.10326368

    researchmap

  • Improvements of Blank Element Selection Algorithm for Element Fill-in-blank Problem in Web-client Programming Reviewed

    Huiyu Qi, Nobuo Funabiki, Khaing Hsu Wai, Flasma Veronicha Hendryanna, Wen-Chung Kao

    2023 IEEE International Conference on Consumer Electronics-Asia (ICCE-Asia)   1 - 6   2023.10

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    DOI: 10.1109/icce-asia59966.2023.10326341

    researchmap

  • Performance Comparison between OpenPose and TRT_Pose for Self-Practice Yoga on Embedded GPU Platform Reviewed

    Cheng-Liang Shih, Wan-Chia Huang, Irin Tri Anggraini, Yanqi Xiao, Nobuo Funabiki, Chih-Peng Fan

    2023 IEEE International Conference on Consumer Electronics-Asia (ICCE-Asia)   1 - 4   2023.10

     More details

    Authorship:Last author   Language:English   Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    DOI: 10.1109/icce-asia59966.2023.10326363

    researchmap

  • A Study of Grammar-concept Understanding Problem for Flutter Cross-platform Mobile Programming Learning

    Abdul Rahman Patta, Nobuo Funabiki, Xiqin Lu, Yan Watequlis Syaifudin

    2023 Sixth International Conference on Vocational Education and Electrical Engineering (ICVEE)   2023.10

     More details

    Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    DOI: 10.1109/icvee59738.2023.10348237

    researchmap

  • Code Writing Problems for Basic Object-Oriented Programming Study in Java Programming Learning Assistant System

    Khaing Hsu Wai, Nobuo Funabiki, Soe Thandar Aung, Xiqin Lu, Yanhui Jing, Htoo Htoo Sandi Kyaw, Wen-Chung Kao

    2023 IEEE 12th Global Conference on Consumer Electronics (GCCE)   5 - 6   2023.10

     More details

    Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    DOI: 10.1109/gcce59613.2023.10315469

    researchmap

  • A Proposal of Constant Modification Problem for Beginners to Start Scratch Programming

    Xiqin Lu, Nobuo Funabiki, Soe Thandar Aung, Wen-Chung Kao

    2023 IEEE 13th International Conference on Consumer Electronics - Berlin (ICCE-Berlin)   2023.9

     More details

    Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    DOI: 10.1109/icce-berlin58801.2023.10375631

    researchmap

  • A Study of Phrase Fill-in-Blank Problem for Learning Basic C Programming

    Xiqin Lu, Nobuo Funabiki, Annisa Anggun Puspitasari, Kiyoshi Ueda

    International Journal of Information and Education Technology   13 ( 9 )   1445 - 1451   2023.9

     More details

    Publishing type:Research paper (scientific journal)  

    DOI: 10.18178/ijiet.2023.13.9.1948

    Scopus

    researchmap

  • A Proposal of Code Typing Problem for Basic Java Programming Learning Reviewed

    Mustika Mentari, Nobuo Funabiki, Huiyu Qi, Yan Watequlis Syaifudin, Imam Fahrur Rozi, Komang Candra Brata

    2023 International Electronics Symposium (IES)   520 - 526   2023.8

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    DOI: 10.1109/ies59143.2023.10242575

    researchmap

  • An Interface Setup Optimization Method Using a Throughput Estimation Model for Concurrently Communicating Access Points in a Wireless Local Area Network.

    Fatema Akhter, Nobuo Funabiki, Ei Ei Htet, Bin Wu, Dezheng Kong 0001, Shihao Fang 0001

    Sensors   23 ( 14 )   6367 - 6367   2023.7

     More details

    Publishing type:Research paper (scientific journal)  

    DOI: 10.3390/s23146367

    researchmap

  • An Edge Device Framework in SEMAR IoT Application Server Platform

    Yohanes Yohanie Fridelin Panduman, Nobuo Funabiki, Sho Ito, Radhiatul Husna, Minoru Kuribayashi, Mitsuhiro Okayasu, Junya Shimazu, Sritrusta Sukaridhoto

    Information (Switzerland)   14 ( 6 )   312 - 312   2023.6

     More details

    Publishing type:Research paper (scientific journal)  

    DOI: 10.3390/info14060312

    Scopus

    researchmap

  • A Study of the Active Access-Point Configuration Algorithm under Channel Bonding to Dual IEEE 802.11n and 11ac Interfaces in an Elastic WLAN System for IoT Applications

    Sujan Chandra Roy, Nobuo Funabiki, Md. Mahbubur Rahman, Bin Wu, Minoru Kuribayashi, Wen-Chung Kao

    Signals   2023.4

     More details

    Publishing type:Research paper (scientific journal)  

    DOI: 10.3390/signals4020015

    researchmap

  • Three Diverse Applications of General-Purpose Parameter Optimization Algorithm.

    Yuan-Zhi Huo, Pradini Puspitaningayu, Nobuo Funabiki, Kazushi Hamazaki, Minoru Kuribayashi, Yihan Zhao, Kazuyuki Kojima

    Algorithms   16 ( 1 )   45 - 45   2023.1

     More details

    Publishing type:Research paper (scientific journal)  

    DOI: 10.3390/a16010045

    researchmap

  • An Implementation of Java Programming Learning Assistant System in University Course

    Xiqin Lu, Nobuo Funabiki, Soe Thandar Aung, Yanhui Jing, Shingo Yamaguchi

    2023 11th International Conference on Information and Education Technology, ICIET 2023   215 - 220   2023

     More details

    Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1109/ICIET56899.2023.10111422

    Scopus

    researchmap

  • Applications of Three Introductory C Programming Exercise Problems in Nihon University.

    Xiqin Lu, Nobuo Funabiki, Kiyoshi Ueda, Wen-Chung Kao

    ICCE-Taiwan   231 - 232   2023

     More details

    Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1109/ICCE-Taiwan58799.2023.10226698

    researchmap

    Other Link: https://dblp.uni-trier.de/db/conf/icce-tw/icce-tw2023.html#LuFUK23

  • A Study of Two Types of Introductory Exercise Problems for Network Programming Learning with Python.

    Xiqin Lu, Nobuo Funabiki, Kiyoshi Ueda, Wen-Chung Kao

    ICCCM   12 - 19   2023

     More details

    Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1145/3617733.3617736

    researchmap

    Other Link: https://dblp.uni-trier.de/db/conf/icccm/icccm2023.html#LuFUK23

  • A Preliminary Evaluation of Portrait Drawing Learning Assistant System.

    Yue Zhang, Zitong Kong, Yuan-Zhi Huo, Nobuo Funabiki, Dwinanda Puspitasari Harahap

    GCCE   3 - 4   2023

     More details

    Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1109/GCCE59613.2023.10315422

    researchmap

    Other Link: https://dblp.uni-trier.de/db/conf/gcce/gcce2023.html#ZhangKHFH23

  • A Proposal of Auxiliary Line Generation Algorithm for Portrait Drawing Learning Assistant System Using OpenPose and OpenCV.

    Zitong Kong, Yue Zhang, Nobuo Funabiki, Yuan-Zhi Huo, Minoru Kuribayashi, Dwinanda Puspitasari Harahap

    GCCE   1 - 2   2023

     More details

    Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1109/GCCE59613.2023.10315351

    researchmap

    Other Link: https://dblp.uni-trier.de/db/conf/gcce/gcce2023.html#KongZFHKH23

  • INSUS: Indoor Navigation System Using Unity and Smartphone for User Ambulation Assistance.

    Evianita Dewi Fajrianti, Nobuo Funabiki, Sritrusta Sukaridhoto, Yohanes Yohanie Fridelin Panduman, Kong Dezheng 0001, Fang Shihao 0001, Anak Agung Surya Pradhana

    Information(Inf.)   14 ( 7 )   359 - 359   2023

     More details

    Publishing type:Research paper (scientific journal)  

    DOI: 10.3390/info14070359

    researchmap

  • A Web-Based Docker Image Assistant Generation Tool for User-PC Computing System.

    Lynn Htet Aung, Nobuo Funabiki, Soe Thandar Aung, Xudong Zhou, Xu Xiang, Wen-Chung Kao

    Information(Inf.)   14 ( 6 )   300 - 300   2023

     More details

    Publishing type:Research paper (scientific journal)  

    DOI: 10.3390/info14060300

    researchmap

  • An Implementation of Phrase Fill-in-blank Problem for Test Code Reading Study in Java Programming Learning Assistant System. Reviewed

    Xiqin Lu, Nobuo Funabiki, Khaing Hsu Wai, Soe Thandar Aung, Mustika Mentari, Wen-Chun Kao

    IAIT   38 - 5   2023

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (international conference proceedings)   Publisher:ACM  

    DOI: 10.1145/3628454.3631856

    researchmap

    Other Link: https://dblp.uni-trier.de/db/conf/iait/iait2023.html#LuFWAMK23

  • A Design of Automatic Reference Paper Collection System Using Selenium and Bert Model.

    Inzali Naing, Nobuo Funabiki, Khaing Hsu Wai, Soe Thandar Aung

    GCCE   267 - 268   2023

     More details

    Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1109/GCCE59613.2023.10315512

    researchmap

    Other Link: https://dblp.uni-trier.de/db/conf/gcce/gcce2023.html#NaingFWA23

  • A Study of Hand Gesture Exergame for Dementia Development Suppression.

    Irin Tri Anggraini, Yanqi Xiao, Nobuo Funabiki, Wan-Chia Huang, Cheng-Liang Shih, Chih-Peng Fan

    GCCE   139 - 140   2023

     More details

    Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1109/GCCE59613.2023.10315607

    researchmap

    Other Link: https://dblp.uni-trier.de/db/conf/gcce/gcce2023.html#AnggrainiXFHSF23

  • An Idea of Drone-Based Building Crack Detection System in SEMAR IoT Server Platform.

    Yohanes Yohanie Fridelin Panduman, Nobuo Funabiki, Sritrusta Sukaridhoto

    GCCE   12 - 13   2023

     More details

    Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1109/GCCE59613.2023.10315417

    researchmap

    Other Link: https://dblp.uni-trier.de/db/conf/gcce/gcce2023.html#PandumanFS23

  • Image-Based Virtual Try-on System With Clothing-Size Adjustment.

    Minoru Kuribayashi, Koki Nakai, Nobuo Funabiki

    CoRR   abs/2302.14197   2023

     More details

    Publishing type:Research paper (scientific journal)  

    DOI: 10.48550/arXiv.2302.14197

    researchmap

  • Study on Face Landmark-based Analysis for Synthetic Media Identification Generated by Adversarial Generative Networks.

    Akinobu Ura, Minoru Kuribayashi, Nobuo Funabiki

    APSIPA ASC   1684 - 1690   2023

     More details

    Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1109/APSIPAASC58517.2023.10317492

    researchmap

    Other Link: https://dblp.uni-trier.de/db/conf/apsipa/apsipa2023.html#UraKF23

  • Gait Recognition Scheme Focusing on Operating Characteristics at Feature Points Detected by OpenPose.

    Chinatsu Tanaka, Minoru Kuribayashi, Nobuo Funabiki

    APSIPA ASC   613 - 619   2023

     More details

    Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1109/APSIPAASC58517.2023.10317291

    researchmap

    Other Link: https://dblp.uni-trier.de/db/conf/apsipa/apsipa2023.html#TanakaKF23

  • A Study on Eliminating Biased Node in Federated Learning.

    Reon Akai, Minoru Kuribayashi, Nobuo Funabiki

    APSIPA ASC   620 - 627   2023

     More details

    Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1109/APSIPAASC58517.2023.10317147

    researchmap

    Other Link: https://dblp.uni-trier.de/db/conf/apsipa/apsipa2023.html#AkaiKF23

  • An Investigation of Running Load Comparisons of ARCore on Native Android and Unity for Outdoor Navigation System Using Smartphone

    Komang Candra Brata, Nobuo Funabiki, Sritrusta Sukaridhoto, Evianita Dewi Fajrianti, Mustika Mentari

    2023 6th International Conference on Vocational Education and Electrical Engineering: Integrating Scalable Digital Connectivity, Intelligence Systems, and Green Technology for Education and Sustainable Community Development, ICVEE 2023 - Proceeding   133 - 138   2023

     More details

    Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1109/ICVEE59738.2023.10348201

    Scopus

    researchmap

  • Optimizing User-PC Computing System with Multicore CPU Utilization through Parallel Computing Jobs Distributions

    Prismahardi Aji Riyantoko, Nobuo Funabiki, Xudong Zhuo, Minoru Kuribayashi, Lynn Htet Aung, Dwi Arman Prasetya

    IES 2023 - International Electronics Symposium: Unlocking the Potential of Immersive Technology to Live a Better Life, Proceeding   360 - 365   2023

     More details

    Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1109/IES59143.2023.10242504

    Scopus

    researchmap

  • A proposal of printed table digitization algorithm with image processing Invited Reviewed International coauthorship

    Chenrui Shi, Nobuo Funabiki, Yuanzhi Huo, Mustika Mentari, Kohei Suga, and Takashi Toshida

    Algorithms   15 ( 471 )   2022.12

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (scientific journal)  

  • A Throughput Request Satisfaction Method for Concurrently Communicating Multiple Hosts in Wireless Local Area Network

    Md. Mahbubur Rahman, Nobuo Funabiki, Kwenga Ismael Munene, Sujan Chandra Roy, Minoru Kuribayashi, Melki Mario Gulo, Wen-Chung Kao

    Sensors   22 ( 22 )   8823 - 8823   2022.11

     More details

    Language:English   Publishing type:Research paper (scientific journal)  

    DOI: 10.3390/s22228823

    Web of Science

    researchmap

  • A throughput drop estimation model and its application to joint optimization of transmission power, frequency channel, and channel bonding in IEEE 802.11n WLAN for large-scale IoT environments Reviewed International coauthorship

    Kwenga Ismael Munene, Nobuo Funabiki, Md. Mahbubur Rahman, Hendy Briantoro, Sujan Chandra Roy, and Minoru Kuribayashi

    Internet of Things   20   1 - 19   2022.11

     More details

    Authorship:Corresponding author   Language:English  

  • A Proposal of Mistake Correction Problem for Debugging Study in C Programming Learning Assistant System

    Yanhui Jing, Nobuo Funabiki, Soe Thandar Aung, Xiqin Lu, Annisa Anggun Puspitasari, Htoo Htoo Sandi Kyaw, Wen Chung Kao

    International Journal of Information and Education Technology   12 ( 11 )   1158 - 1163   2022.11

     More details

    Publishing type:Research paper (scientific journal)  

    DOI: 10.18178/ijiet.2022.12.11.1733

    Scopus

    researchmap

  • An Implementation of Element Fill-in-Blank Problems for Code Understanding Study of JavaScript-Based Web-Client Programming

    Huiyu Qi, Nobuo Funabiki, Khaing Hsu Wai, Xiqin Lu, Htoo Htoo Sandi Kyaw, Wen Chung Kao

    International Journal of Information and Education Technology   12 ( 11 )   1179 - 1184   2022.11

     More details

    Publishing type:Research paper (scientific journal)  

    DOI: 10.18178/ijiet.2022.12.11.1736

    Scopus

    researchmap

  • A Static Assignment Algorithm of Uniform Jobs to Workers in a User-PC Computing System Using Simultaneous Linear Equations

    Xudong Zhou, Nobuo Funabiki, Hein Htet, Ariel Kamoyedji, Irin Tri Anggraini, Yuanzhi Huo, Yan Watequlis Syaifudin

    Algorithms   15 ( 10 )   369 - 369   2022.10

     More details

    Publishing type:Research paper (scientific journal)   Publisher:MDPI AG  

    Currently, the User-PC computingsystem (UPC) has been studied as a low-cost and high-performance distributed computing platform. It uses idling resources of personal computers (PCs) in a group. The job-worker assignment for minimizing makespan is critical to determine the performance of the UPC system. Some applications need to execute a lot of uniform jobs that use the identical program but with slightly different data, where they take the similar CPU time on a PC. Then, the total CPU time of a worker is almost linear to the number of assigned jobs. In this paper, we propose a static assignment algorithm of uniform jobs to workers in the UPC system, using simultaneous linear equations to find the lower bound on makespan, where every worker requires the same CPU time to complete the assigned jobs. For the evaluations of the proposal, we consider the uniform jobs in three applications. In OpenPose, the CNN-based keypoint estimation program runs with various images of human bodies. In OpenFOAM, the physics simulation program runs with various parameter sets. In code testing, two open-source programs run with various source codes from students for the Android programming learning assistance system (APLAS). Using the proposal, we assigned the jobs to six workers in the testbed UPC system and measured the CPU time. The results show that makespan was reduced by 10% on average, which confirms the effectiveness of the proposal.

    DOI: 10.3390/a15100369

    researchmap

  • An investigation of code modification problem for learning server-side JavaScript programming in web application system Reviewed International coauthorship

    Khaing Hsu Wai, Nobuo Funabiki, Shune Lae Aung, Soe Thandar Aung, Yan Watequlis Syaifudin, and Wen-Chung Kao

    Proceedings of 2022 IEEE 11th Global Conference on Consumer Electronics (GCCE)   886 - 887   2022.10

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (international conference proceedings)  

  • An application of code writing problem platform for Python programming learning Reviewed International coauthorship

    Shune Lae Aung, Nobuo Funabiki, San Hay Mar Shwe, Soe Thandar Aung, and Wen-Chung Kao

    Proceedings of 2022 IEEE 11th Global Conference on Consumer Electronics (GCCE)   884 - 885   2022.10

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (international conference proceedings)  

  • An implementation of code writing problem platform for Python programming learning using Node.js Reviewed International coauthorship

    Shune Lae Aung, Nobuo Funabiki, San Hay Mar Shwe, Soe Thandar Aung, and Wen-Chung Kao

    Proceedings of 2022 IEEE 11th Global Conference on Consumer Electronics (GCCE)   882 - 883   2022.10

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (international conference proceedings)  

  • Accuracy investigations of fingerprint-based indoor localization system Using IEEE 802.15.4 in two-floor environment Reviewed International coauthorship

    Pradini Puspitaningayu, Nobuo Funabiki, Yuanzhi Huo, Yohanes Panduman, Xinyu Wu, Minoru Kuribayashi, and Wen-Chung Kao

    Proceedings of 2022 The Fourth International Conference on Vocational Educational and Electrical Engineering (ICVEE 2022)   89 - 94   2022.9

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (international conference proceedings)  

  • An implementation of solving activity monitoring function in Android programming learning assistance system Reviewed International coauthorship

    Abdul Rahman Patta, Nobuo Funabiki, Yan Watequlis Syaifudin, and Wen Chung Kao

    Proceedings of 2022 The Fourth International Conference on Vocational Educational and Electrical Engineering (ICVEE 2022)   84 - 88   2022.9

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (international conference proceedings)  

  • Implementation and evaluation of exercise and performance learning assistant system platform for Yoga pose practices using Node.js Reviewed International coauthorship

    Irin Tri Anggraini, Nobuo Funabiki, Pradini Puspitaningayu, Shih-Wei Shen, Wan-Chia Huang, and Chih-Peng Fan

    Proceedings of 2022 The Fourth International Conference on Vocational Educational and Electrical Engineering (ICVEE 2022)   100 - 105   2022.9

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (international conference proceedings)  

  • Design and implementation of indoor navigation for PENS visitors using augmented intelligence Reviewed International coauthorship

    Evianita Dewi Fajrianti, Nobuo Funabiki, Yohanes Yohanie Fridelin Panduman, Sritrusta Sukaridhoto, Muhammad Udin Harun Al Rasyid, and Rizqi Putri Nourma Budiarti

    Proceedings of 2022 The Fourth International Conference on Vocational Educational and Electrical Engineering (ICVEE 2022)   7 - 12   2022.9

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (international conference proceedings)  

  • Implementations of integration functions in IoT application server platform Reviewed International coauthorship

    Yohanes Yohanie Fridelin Panduman, Nobuo Funabiki, Pradini Puspitaningayu, Masaki Sakagami, and Sritrusta Sukaridhoto

    Proceedings of 2022 The Fourth International Conference on Vocational Educational and Electrical Engineering (ICVEE 2022)   72 - 77   2022.9

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (international conference proceedings)  

  • A proposal of code modification problem for self-study of web client programming using JavaScript Reviewed International coauthorship

    Khaing Hsu Wai, Nobuo Funabiki1, Khin Thet Mon, May Zin Htun, San Hay Mar Shwe, Htoo Htoo Sandi Kyaw, and Wen-Chung Kao

    Advances in Science, Technology and Engineering Systems Journal (ASTESJ)   7 ( 5 )   53 - 61   2022.9

     More details

    Authorship:Corresponding author   Language:English  

  • Design and implementation of SEMAR IoT server platform with applications Reviewed International coauthorship

    Yohanes Yohanie Fridelin Panduman, Nobuo Funabiki, Pradini Puspitaningayu, Minoru Kuribayashi, Sritrusta Sukaridhoto, and Wen-Chung Kao

    Sensors   22 ( 17 )   2022.8

     More details

    Authorship:Corresponding author   Language:English  

  • A throughput fairness control method for concurrent communications in wireless local-area network with multiple access-points Reviewed International coauthorship

    Md. Mahbubur Rahman, Nobuo Funabiki, Kwenga Ismael Munene, Sujan Chandra Roy, Minoru Kuribayashi, and Wen-Chung Kao

    Journal of Communications   17 ( 8 )   592 - 599   2022.8

     More details

    Authorship:Corresponding author   Language:English  

  • Design and Implementation of SEMAR IoT Server Platform with Applications

    Yohanes Yohanie Fridelin Panduman, Nobuo Funabiki, Pradini Puspitaningayu, Minoru Kuribayashi, Sritrusta Sukaridhoto, Wen-Chung Kao

    Sensors   2022.8

     More details

    Publishing type:Research paper (scientific journal)  

    DOI: 10.3390/s22176436

    researchmap

  • An Extension of Job-Worker Assignment Algorithm for Dynamic Job Migration for User-PC Computing System

    Ariel Elie Asserehou Kamoyedji, Nobuo Funabiki, Hein Htet, Xudong Zhou, Minoru Kuribayashi, Shinji Sugawara

    The 10th International Conference on Computer and Communications Management   2022.7

     More details

    Publishing type:Research paper (international conference proceedings)   Publisher:ACM  

    DOI: 10.1145/3556223.3556250

    researchmap

  • A Static Uniform Job Assignment Algorithm to Workers in User-PC Computing System

    Xudong Zhou, Nobuo Funabiki, Shinji Sugawara, Hein Htet, Ariel Kamoyedji

    The 10th International Conference on Computer and Communications Management   2022.7

     More details

    Publishing type:Research paper (international conference proceedings)   Publisher:ACM  

    DOI: 10.1145/3556223.3556227

    researchmap

  • An Implementation of Job Running Backup Function in User-PC Computing System

    Hein Htet, Nobuo Funabiki, Ariel Kamoyedji, Xudong Zhou, Xu Xiang, Shinji Sugawara, Wen-Chung Kao

    2022 4th International Conference on Computer Communication and the Internet (ICCCI)   2022.7

     More details

    Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    DOI: 10.1109/iccci55554.2022.9850241

    researchmap

  • An implementation of job running backup function in user-PC computing system Reviewed International coauthorship

    Hein Htet, Nobuo Funabiki, Ariel Kamoyedji, Xudong Zhou, Xu Xiang, Shinji Sugawara and Wen-Chung Kao

    Proceedings of The 4th International Conference on Computer Communication and the Internet (ICCCI 2022)   156 - 161   2022.7

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (international conference proceedings)  

  • An implementation of exercise and performance learning assistant system platform using Node.js Reviewed International coauthorship

    Irin Tri Anggraini, Pradini Puspitaningayu, Nobuo Funabiki, Shih-Wei Shen, Wan-Chia Huang, and Chih-Peng Fan

    Proceedings of 2022 IEEE International Conference on Consumer Electronics - Taiwan (ICCE-TW 2022)   193 - 194   2022.7

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (international conference proceedings)  

  • An investigation of learning outcomes using assignment without guide documents in Android programming learning assistance system Reviewed International coauthorship

    Abdul Rahman Patta, Nobuo Funabiki, Yan Watequlis Syaifuddin, and Wen-Chung Kao

    Proceedings of 2022 IEEE International Conference on Consumer Electronics - Taiwan (ICCE-TW 2022)   195 - 196   2022.7

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (international conference proceedings)  

  • Investigation of value trace problem for C++ programming self-study of novice students Reviewed International coauthorship

    Shune Lae Aung, Nem Khan Dim, Soe Mya Mya Aye, Nobuo Funabiki, and Htoo Htoo Sandi Kyaw

    International Journal of Information and Education Technology (IJIET)   12 ( 7 )   631 - 636   2022.7

     More details

    Authorship:Corresponding author   Language:English  

  • Design of OpenPose-based of exercise assistant system with instructor-user synchronization for self-practice dynamic Yoga Reviewed International coauthorship

    Shih-Wei Shen, Wan-Chia Huang, Irin Tri Anggraini, Nobuo Funabiki, and Chih-Peng Fan

    Proceedings of The 10th International Conference on Computer and Communications Management (ICCCM 2022)   246 - 251   2022.7

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (international conference proceedings)  

  • An extension of job-worker assignment algorithm for dynamic job migration for user-PC computing system Reviewed International coauthorship

    Ariel Kamoyedji, Nobuo Funabiki, Hein Htet, Xudong Zhou, Minoru Kuribayashi and Shinji Sugawara

    Proceedings of The 10th International Conference on Computer and Communications Management (ICCCM 2022)   175 - 183   2022.7

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (international conference proceedings)  

  • A static uniform job assignment algorithm to workers in user-PC computing system Reviewed International coauthorship

    Xudong Zhou, Nobuo Funabiki, Shinji Sugawara, Hein Htet, and Ariel Kamoyedji

    Proceedings of The 10th International Conference on Computer and Communications Management (ICCCM 2022)   24 - 30   2022.7

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (international conference proceedings)  

  • Code modification problems for multimedia use in JavaScript-based web client programming Reviewed International coauthorship

    Khaing Hsu Wai, Nobuo Funabiki, Huiyu Qi, Yanqi Xiao, Khin Thet Mon, and Yan Watequlis Syaifudin

    Proceedings of 14th International Workshop on Virtual Environment and Network-Oriented Applications (VENOA-2022)   16 - 21   2022.6

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

  • A fingerprint-based indoor localization system using IEEE 802.15.4 for staying room detection Reviewed International coauthorship

    Pradini Puspitaningayu, Nobuo Funabiki, Yuanzhi Huo, Kazushi Hamazaki, Minoru Kuribayashi, and Wen-Chung Kao

    International Journal of Mobile Computing and Multimedia Communications (IJMCMC)   13 ( 1 )   1 - 21   2022.6

     More details

    Authorship:Corresponding author   Language:English  

  • A proposal of job-worker assignment algorithm considering CPU core utilization for user-PC computing system Reviewed International coauthorship

    Ariel Kamoyedji, Nobuo Funabiki, Hein Htet, and Minoru Kuribayashi

    International Journal of Future Computer and Communication (IJFCC)   11 ( 2 )   40 - 46   2022.5

     More details

    Authorship:Corresponding author   Language:English  

  • An extension of active access-point configuration algorithm to IEEE 802.11n and 11ac dual interfaces in wireless local-area network Reviewed International coauthorship

    Sujan Chandra Roy, Nobuo Funabiki, Kwenga Ismael Munene, Md. Mahbubur Rahman, and Minoru Kuribayashi

    International Journal of Future Computer and Communication (IJFCC)   11 ( 2 )   18 - 26   2022.5

     More details

    Authorship:Corresponding author   Language:English  

  • Value trace problems for code reading study of JavaScript programming Reviewed International coauthorship

    Khin Thet Mon, Khaing Hsu Wai, Nobuo Funabiki, and Htoo Htoo Sandi Kyaw

    International Journal of Information and Education Technology (IJIET)   12 ( 5 )   430 - 435   2022.5

     More details

    Authorship:Corresponding author   Language:English  

  • A study of three introductory exercise problems to novice students for C programming learning Reviewed International coauthorship

    Xiqin Lu, Nobuo Funabiki, Huiyu Qi, Kiyoshi Ueda, and Kazuyuki Kojima

    Proceedings of 2022 10th International Conference on Information and Education Technology (ICIET 2022)   289 - 294   2022.4

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

  • A study of code modification problems for Excel operations in Python programming learning assistant system Reviewed International coauthorship

    San Hay Mar Shwe, Nobuo Funabiki, Khaing Hsu Wai, Shune Lae Aung, and Wen-Chung Kao

    Proceedings of 2022 10th International Conference on Information and Education Technology (ICIET 2022)   209 - 213   2022.4

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

  • An implementation of Java programming learning assistant system platform using Node.js Reviewed International coauthorship

    Soe Thandar Aung, Nobuo Funabiki, Lynn Htet Aung, Hein Htet, Htoo Htoo Sandi Kyaw, and Shinji Sugawara

    Proceedings of 2022 10th International Conference on Information and Education Technology (ICIET 2022)   47 - 52   2022.4

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

  • Exercise and performance learning assistant system for self-practice dynamic Yoga by OpenPose and Fuzzy based design Reviewed International coauthorship

    Shih-Wei Shen, Wan-Chia Huang, Irin Tri Anggraini, Nobuo Funabiki and Chih-Peng Fan

    Proceedings of 2022 10th International Conference on Information and Education Technology (ICIET 2022)   16 - 21   2022.4

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

  • A Proposal of the Fingerprint Optimization Method for the Fingerprint-Based Indoor Localization System with IEEE 802.15.4 Devices.

    Yuan-Zhi Huo, Pradini Puspitaningayu, Nobuo Funabiki, Kazushi Hamazaki, Minoru Kuribayashi, Kazuyuki Kojima

    Information(Inf.)   13 ( 5 )   211 - 211   2022

     More details

    Publishing type:Research paper (scientific journal)  

    DOI: 10.3390/info13050211

    researchmap

  • Application of Fingerprint-based Indoor Localization System Using IEEE 802.15.4 to Two-Floors Environment.

    Pradini Puspitaningayu, Nobuo Funabiki, Yuan-Zhi Huo, Kazushi Hamazaki, Minoru Kuribayashi, Wen-Chung Kao

    4th IEEE Global Conference on Life Sciences and Technologies(LifeTech)   239 - 240   2022

     More details

    Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    DOI: 10.1109/LifeTech53646.2022.9754790

    researchmap

    Other Link: https://dblp.uni-trier.de/db/conf/lifetech/lifetech2022.html#PuspitaningayuF22

  • Implementations of Online Job Acceptance Functions in User-PC Computing System.

    Hein Htet, Nobuo Funabiki, Ariel Kamoyedji, Xudong Zhou, Yan Watequlis Syaifudin, Irin Tri Anggraini, Minoru Kuribayashi

    4th IEEE Global Conference on Life Sciences and Technologies(LifeTech)   121 - 122   2022

     More details

    Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    DOI: 10.1109/LifeTech53646.2022.9754807

    researchmap

    Other Link: https://dblp.uni-trier.de/db/conf/lifetech/lifetech2022.html#HtetFKZSAK22

  • A Proposal of Phrase Fill-in-blank Problem for Learning Recursive Function in C Programming.

    Xiqin Lu, Shixi Chen, Nobuo Funabiki, Minoru Kuribayashi, Kiyoshi Ueda

    4th IEEE Global Conference on Life Sciences and Technologies(LifeTech)   123 - 124   2022

     More details

    Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    DOI: 10.1109/LifeTech53646.2022.9754593

    researchmap

    Other Link: https://dblp.uni-trier.de/db/conf/lifetech/lifetech2022.html#LuCFKU22

  • A proposal of phrase fill-in-blank problem for learning recursive function in C programming

    Xiqin Lu, Shixi Chen, Nobuo Funabiki, Minoru Kuribayashi, Kiyoshi Ueda

    4th IEEE Global Conference on Life Sciences and Technologies (LifeTech)   123 - 124   2022

     More details

    Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    DOI: 10.1109/LifeTech53646.2022.9754593

    Other Link: https://dblp.uni-trier.de/db/conf/lifetech/lifetech2022.html#LuCFKU22

  • Classification of Screenshot Image Captured in Online Meeting System.

    Minoru Kuribayashi, Kodai Kamakari, Nobuo Funabiki

    CD-MAKE   244 - 255   2022

     More details

    Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1007/978-3-031-14463-9_16

    researchmap

    Other Link: https://dblp.uni-trier.de/db/conf/cdmake/cdmake2022.html#KuribayashiKF22

  • A Fingerprint-Based Indoor Localization System Using IEEE 802.15.4 for Staying Room Detection.

    Pradini Puspitaningayu, Nobuo Funabiki, Yuan-Zhi Huo, Kazushi Hamazaki, Minoru Kuribayashi, Wen-Chung Kao

    Int. J. Mob. Comput. Multim. Commun.   13 ( 1 )   1 - 21   2022

     More details

    Publishing type:Research paper (scientific journal)  

    DOI: 10.4018/ijmcmc.301275

    researchmap

  • A Throughput Fairness Control Method for Concurrent Communications in Wireless Local-Area Network with Multiple Access-Points.

    Md. Mahbubur Rahman, Nobuo Funabiki, Kwenga Ismael Munene, Sujan Chandra Roy, Minoru Kuribayashi, Wen-Chung Kao

    Journal of Communications   17 ( 8 )   592 - 599   2022

     More details

    Publishing type:Research paper (scientific journal)  

    DOI: 10.12720/jcm.17.8.592-599

    researchmap

  • A Study of Grammar-Concept Understanding Problem in C Programming Learning Assistant System

    Xiqin Lu, Nobuo Funabiki, Soe Thandar Aung, Htoo Htoo Sandi Kyaw, Kiyoshi Ueda, Wen Chung Kao

    ITE Transactions on Media Technology and Applications   10 ( 4 )   198 - 207   2022

     More details

    Publishing type:Research paper (scientific journal)  

    DOI: 10.3169/mta.10.198

    Scopus

    researchmap

  • A Study of Three Introductory Exercise Problems to Novice Students for C Programming Learning

    Xiqin Lu, Nobuo Funabiki, Huiyu Qi, Kiyoshi Ueda, Kazuyuki Kojima

    2022 10th International Conference on Information and Education Technology, ICIET 2022   289 - 294   2022

     More details

    Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1109/ICIET55102.2022.9778953

    Scopus

    researchmap

  • [Paper] A Study of Grammar-Concept Understanding Problem in C Programming Learning Assistant System

    Lu Xiqin, Funabiki Nobuo, Aung Soe Thandar, Kyaw Htoo Htoo Sandi, Ueda Kiyoshi, Kao Wen-Chung

    ITE Transactions on Media Technology and Applications   10 ( 4 )   198 - 207   2022

     More details

    Language:English   Publisher:The Institute of Image Information and Television Engineers  

    C programming is taught in introductory programming courses in many universities across the world. To assist self-studies of novice students, we have developed C programming learning assistant system (CPLAS). In this paper, we study the grammar-concept understanding problem (GUP) in CPLAS for first-step studies of understanding grammar concepts in C programming. Each question describes the definition of a keyword in a source code and requests to answer it. Any answer is verified through string matching. If a student cannot answer questions, he/she does not understand basic concepts and may be lost in C programming study. For GUP, we selected 66 keywords with questions, and generated 35 instances that cover them. The assignment results to 130 undergraduate students in Okayama and Nihon Universities revealed the difficult keywords and learning progresses of students.

    DOI: 10.3169/mta.10.198

    researchmap

  • Detection and Correction of Adversarial Examples Based on JPEG-Compression-Derived Distortion

    Kenta Tsunomori, Yuma Yamasaki, Minoru Kuribayashi, Nobuo Funabiki, Isao Echizen

    PROCEEDINGS OF 2022 ASIA-PACIFIC SIGNAL AND INFORMATION PROCESSING ASSOCIATION ANNUAL SUMMIT AND CONFERENCE (APSIPA ASC)   1831 - 1836   2022

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    Web of Science

    researchmap

  • Privacy Protection Against Automated Tracking System Using Adversarial Patch

    Hiroto Takiwaki, Minoru Kuribayashi, Nobuo Funabiki, Mehul S. Raval

    PROCEEDINGS OF 2022 ASIA-PACIFIC SIGNAL AND INFORMATION PROCESSING ASSOCIATION ANNUAL SUMMIT AND CONFERENCE (APSIPA ASC)   1849 - 1854   2022

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    Web of Science

    researchmap

  • A throughput drop estimation model and its application to joint optimization of transmission power, frequency channel, and channel bonding in IEEE 802.11n WLAN for large-scale IoT environments.

    Kwenga Ismael Munene, Nobuo Funabiki, Md. Mahbubur Rahman, Hendy Briantoro, Sujan Chandra Roy, Minoru Kuribayashi

    Internet of Things   20   100583 - 100583   2022

     More details

    Publishing type:Research paper (scientific journal)  

    DOI: 10.1016/j.iot.2022.100583

    researchmap

  • A proposal of code modification problem for Python programming learning assistant system Reviewed

    San Hay Mar Shwe, Nobuo Funabiki, Htoo Htoo, Sandi Kyaw, Khaing Hsu Wai, Wen-Chung Kao

    International Symposium on Socially and Technically Symbiotic Systems (STSS)   2021.11

     More details

    Publishing type:Research paper (international conference proceedings)  

    researchmap

  • Feasibility investigations of access-point transmission power optimization method under co-use of channel bonding and non channel bonding in wireless local-area network Reviewed

    Fatema Akhter, Sun Yuanshuai, Nobuo Funabiki, Hendy Briantoro, Kwenga Ismael Munene, Md. Mahbubur Rahman

    The Ninth International Symposium on Computing and Networking Workshops   69 - 72   2021.11

     More details

    Authorship:Corresponding author   Publishing type:Research paper (international conference proceedings)  

    researchmap

  • A Proposal of Dynamic Job Scheduling Algorithm Considering CPU Core Utilization for User-PC Computing System. Reviewed

    Ariel Kamoyedji, Nobuo Funabiki, Hein Htet, Minoru Kuribayashi

    Ninth International Symposium on Computing and Networking   268 - 271   2021.11

     More details

    Authorship:Corresponding author   Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    DOI: 10.1109/CANDARW53999.2021.00051

    researchmap

    Other Link: https://dblp.uni-trier.de/db/conf/ic-nc/candar2021w.html#KamoyedjiFHK21

  • A proposal of code modification problem for Web client programming using JavaScript Reviewed

    Khaing Hsu Wai, Nobuo Funabiki, Khin Thet Mon, San Hay Mar Shwe, Htoo Htoo, Sandi Kyaw, Khin Sandar Lin

    The Ninth International Symposium on Computing and Networking (CANDAR)   196 - 202   2021.11

     More details

    Authorship:Corresponding author   Publishing type:Research paper (international conference proceedings)  

    researchmap

  • A study of grammar-concept understanding problems for web client programming with JavaScript Reviewed

    Khin Thet Mon, Nobuo Funabiki, Soe Thandar Aung, Khaing Hsu Wai, Khin Sandar Lin

    International Symposium on Socially and Technically Symbiotic Systems (STSS)   137 - 138   2021.11

     More details

    Authorship:Corresponding author   Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1109/GCCE59613.2023.10315660

    researchmap

    Other Link: https://dblp.uni-trier.de/db/conf/gcce/gcce2023.html#MonQWFK23

  • Answer platform implementation using Node.js for code writing problem in Java programming learning assistant system Reviewed

    Soe Thandar Aung, Nobuo Funabiki, Yan Watequlis Syaifudin, Htoo Htoo, Sandi Kyaw, Wen-Chung Kao

    International Symposium on Socially and Technically Symbiotic Systems (STSS)   2021.11

     More details

    Authorship:Corresponding author   Publishing type:Research paper (international conference proceedings)  

    researchmap

  • A proposal of grammar-concept understanding problem in Java programming learning assistant system Reviewed

    Soe Thandar Aung, Nobuo Funabiki, Yan Watequlis Syaifudin, Htoo Htoo, Sandi Kyaw, Shune Lae Aung, Nem Khan Dim, Wen-Chung Kao

    Journal of Advances in Information Technology (JAIT)   12 ( 4 )   342 - 345   2021.11

     More details

    Authorship:Corresponding author   Publishing type:Research paper (scientific journal)  

    researchmap

  • Investigations of detection accuracy improvements for fingerprint-based indoor localization system using IEEE 802.15.4 Reviewed

    Pradini Puspitaningayu, Yuanzhi Huo, Nobuo Funabiki, Kazushi Hamazaki, Minoru Kuribayashi, Wen-Chung Kao

    International Conference on Vocational Education and Electrical Engineering (ICVEE)   2021.10

     More details

    Publishing type:Research paper (international conference proceedings)  

    researchmap

  • An OpenPose-based exercise and performance learning assistant design for self-practice Yoga Reviewed

    Cheng-Hsien Lin, Shih-Wei Shen, Irin Tri Anggraini, Nobuo Funabiki, Chih-Peng Fan

    IEEE 10th Global Conference on Consumer Electronics (GCCE)   533 - 534   2021.10

     More details

    Authorship:Corresponding author   Publishing type:Research paper (international conference proceedings)  

    researchmap

  • Test Code Improvements for Code Writing Problem in Java Programming Assistant System. Reviewed

    Xiqin Lu, Huiyu Qi, Nobuo Funabiki, Soe Thandar Aung, Ei Ei Htet, Khin Sandar Lin, Wen-Chung Kao

    10th IEEE Global Conference on Consumer Electronics(GCCE)   599 - 603   2021.10

     More details

    Authorship:Corresponding author   Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    DOI: 10.1109/GCCE53005.2021.9621949

    researchmap

    Other Link: https://dblp.uni-trier.de/db/conf/gcce/gcce2021.html#LuQFAHLK21

  • Applicability investigation of transmission power optimization method for concurrently communicating access-points using channel bonding and non-Bonding in WLAN Reviewed

    Fatema Akhter, Nobuo Funabiki, Hendy Briantoro, Kwenga Ismael Munene, Md. Mahbubur Rahman, Minoru Kuribayashi

    International Conference on Vocational Education and Electrical Engineering (ICVEE)   2021.10

     More details

    Authorship:Corresponding author   Publishing type:Research paper (international conference proceedings)  

    researchmap

  • An implementation of multimedia resources learning topic for interactive applications in Android programming learning assistance system Reviewed

    Yan Watequlis Syaifudin, Nobuo Funabiki, Mustika Mentari, d Muhammad, Sofiul Fuad

    International Conference on Vocational Education and Electrical Engineering (ICVEE)   2021.10

     More details

    Authorship:Corresponding author   Publishing type:Research paper (international conference proceedings)  

    researchmap

  • Implementations of Two Answer Submission Methods for Reducing Errors in Android Programming Learning Assistance System

    Yan Watequlis Syaifudin, Nobuo Funabiki, Muhammad Sofiul F. Ruslan, Devany C. Wijaya, Ikhlaashul Mu'Aasyiqiin, Abdul Rahman Patta

    2021 International Conference on Innovation and Intelligence for Informatics, Computing, and Technologies, 3ICT 2021   126 - 130   2021.9

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)   Publisher:Institute of Electrical and Electronics Engineers Inc.  

    DOI: 10.1109/3ICT53449.2021.9581553

    Scopus

    researchmap

  • Value trace problems with assisting references for Python programming self-study Reviewed

    San Hay Mar Hay Mar Shwe, Nobuo Funabiki, Yan Watequlis Syaifudin, Phyu Phyu Tar, Htoo Htoo Sandi Kyaw, Hnin Aye Thant, Wen-Chung Kao, Nandar Win Min, Thandar Myint, Ei Ei Htet

    International Journal of Web Information Systems   17 ( 4 )   287 - 299   2021.9

     More details

    Authorship:Corresponding author   Publishing type:Research paper (scientific journal)   Publisher:Emerald  

    <sec>
    <title content-type="abstract-subheading">Purpose</title>
    This study aims to present the value trace problem (VTP) for Python programming self-study, by extending the works for Java programming learning assistant system. In total, 130 VTP instances are generated using Python codes in textbooks and websites that cover basic/advanced grammar topics, fundamental data structures and algorithms and two common library usages. Besides, assisting references on Python programming topics related to the VTP instances are introduced to assist novice learners in solving them efficiently.


    </sec>
    <sec>
    <title content-type="abstract-subheading">Design/methodology/approach</title>
    PyPLAS offers the VTP to study grammar topics and library usage through code reading. A VTP instance asks a learner to trace the actual values of important variables or output messages in the given source code. The correctness of any answer is checked through string matching.


    </sec>
    <sec>
    <title content-type="abstract-subheading">Findings</title>
    The applications to 48 undergraduate students in Myanmar and Indonesia confirm the validity of the proposal in Python programming self-studies by novice learners.


    </sec>
    <sec>
    <title content-type="abstract-subheading">Originality/value</title>
    The applications to 48 undergraduate students in Myanmar and Indonesia confirm the validity of the proposal in Python programming self-studies by novice learners.


    </sec>

    DOI: 10.1108/ijwis-03-2021-0025

    researchmap

    Other Link: https://www.emerald.com/insight/content/doi/10.1108/IJWIS-03-2021-0025/full/html

  • Applications of Grammar-Concept Understanding and Value Trace Problems to Novice Students for C Programming Learning.

    Nobuo Funabiki, Xiqin Lu, San Hay Mar Shwe, Ei Ei Htet, Htoo Htoo Sandi Kyaw, Kiyoshi Ueda, Wen-Chung Kao

    IEEE International Conference on Consumer Electronics-Taiwan(ICCE-TW)   1 - 2   2021.9

     More details

    Authorship:Lead author, Corresponding author   Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    DOI: 10.1109/ICCE-TW52618.2021.9603085

    researchmap

    Other Link: https://dblp.uni-trier.de/db/conf/icce-tw/icce-tw2021.html#FunabikiLSHKUK21

  • Evaluations of Fingerprint-based Indoor Positioning System Using IEEE 802.15.4. Reviewed

    Pradini Puspitaningayu, Nobuo Funabiki, Kazushi Hamazaki, Minoru Kuribayashi, Wen-Chung Kao

    IEEE International Conference on Consumer Electronics-Taiwan(ICCE-TW)   1 - 2   2021.9

     More details

    Authorship:Corresponding author   Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    DOI: 10.1109/ICCE-TW52618.2021.9603037

    researchmap

    Other Link: https://dblp.uni-trier.de/db/conf/icce-tw/icce-tw2021.html#PuspitaningayuF21

  • A Web-based Online Platform of Distribution, Collection, and Validation for Assignments in Android Programming Learning Assistance System Reviewed

    Yan Watequlis Syaifudin, Nobuo Funabiki, Mustika Mentari, Habibie Ed Dien, Ikhlaashul Mu'aasyiqiin, Minoru Kuribayashi, Wen-Chung Kao

    ENGINEERING LETTERS   29 ( 3 )   1178 - 1193   2021.8

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (scientific journal)  

    Web of Science

    researchmap

  • A Study of Throughput Drop Estimation Model for Concurrently Communicating Links Under Coexistence of Channel Bonding and Non-bonding in IEEE 802.11n WLAN Reviewed

    Kwenga Ismael Munene, Nobuo Funabiki, Hendy Briantoro, Md Mahbubur Rahman, Sujan Chandra Roy, Minoru Kuribayashi

    COMPLEX, INTELLIGENT AND SOFTWARE INTENSIVE SYSTEMS, CISIS-2021   278   700 - 714   2021.7

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1007/978-3-030-79725-6_71

    Web of Science

    researchmap

  • An Implementation of Job Migration Function Using CRIU and Podman in Docker-based User-PC Computing System. Reviewed

    Hein Htet, Nobuo Funabiki, Ariel Kamoyedji, Xudong Zhou, Minoru Kuribayashi

    ICCCM 2021: 9th International Conference on Computer and Communications Management(ICCCM)   92 - 97   2021.7

     More details

    Authorship:Corresponding author   Publishing type:Research paper (international conference proceedings)   Publisher:ACM  

    DOI: 10.1145/3479162.3479176

    researchmap

    Other Link: https://dblp.uni-trier.de/db/conf/icccm/icccm2021.html#HtetFKZK21

  • A parameter optimization method for fingerprint-based indoor localization system using IEEE 802.15.4 devices Reviewed

    Yuanzhi Huo, Pradini Puspitaningayu, Nobuo Funabiki, Kazushi Hamazaki, Minoru Kuribayashi, Kazuyuki Kojima

    International Conference on Computer Communication and the Internet (ICCCI)   136 - 140   2021.6

     More details

    Authorship:Corresponding author   Publishing type:Research paper (international conference proceedings)  

    researchmap

  • A study of element fill-in-blank problems for C programming learning assistant system Reviewed

    Htoo Htoo, Sandi Kyaw, Nobuo Funabiki, Shune Lae Aung, Nem Khan Dim, Wen-Chung Kao

    International Journal of Information and Education Technology (IJIET)   11 ( 6 )   255 - 261   2021.6

     More details

    Authorship:Corresponding author   Publishing type:Research paper (scientific journal)  

    researchmap

  • A Throughput Drop Estimation Model for Concurrent Communications under Partially Overlapping Channels without Channel Bonding and Its Application to Channel Assignment in IEEE 802.11n WLAN. Reviewed

    Kwenga Ismael Munene, Nobuo Funabiki, Hendy Briantoro, Md. Mahbubur Rahman, Fatema Akhter, Minoru Kuribayashi, Wen-Chung Kao

    IEICE Transactions on Information & Systems   104-D ( 5 )   585 - 596   2021.5

     More details

    Authorship:Corresponding author   Publishing type:Research paper (scientific journal)  

    researchmap

    Other Link: https://dblp.uni-trier.de/db/journals/ieicetd/ieicetd104.html#MuneneFBRAKK21

  • A Proposal of Advanced Widgets Learning Topic for Interactive Application in Android Programming Learning Assistance System. Reviewed

    Yan Watequlis Syaifudin, Nobuo Funabiki, Minoru Kuribayashi, Wen-Chung Kao

    SN Computer Science   2 ( 3 )   172 - 172   2021.5

     More details

    Publishing type:Research paper (scientific journal)   Publisher:Springer Science and Business Media LLC  

    DOI: 10.1007/s42979-021-00580-1

    researchmap

    Other Link: http://link.springer.com/article/10.1007/s42979-021-00580-1/fulltext.html

  • A proposal of recommendation function for element fill-in-Blank problems in java programming learning assistant system Reviewed

    Su Sandy Wint, Nobuo Funabiki

    International Journal of Web Information Systems   17 ( 2 )   140 - 152   2021.4

     More details

    Authorship:Corresponding author   Publishing type:Research paper (scientific journal)   Publisher:Emerald  

    <sec>
    <title content-type="abstract-subheading">Purpose</title>
    To advance Java programming educations, the authors have developed a Web-based Java programming learning assistant system (JPLAS). It offers the element fill-in-blank problem (EFP) for novice students to study Java grammar and basic programming skills by filling in the missing elements in a source code. An EFP instance can be generated by selecting an appropriate code, and applying the blank element selection algorithm. As it is expected to cover broad grammar topics, a number of EFP instances have been generated. This paper aims to propose a recommendation function to guide a student solving the proper EFP instances among them.


    </sec>
    <sec>
    <title content-type="abstract-subheading">Design/methodology/approach</title>
    This function considers the difficulty level of the EFP instance and the grammar topics that have been correctly answered by the student, and is implemented at the offline answering function of JPLAS using JavaScript so that students can use it even without the Internet connections.


    </sec>
    <sec>
    <title content-type="abstract-subheading">Findings</title>
    To evaluate the effectiveness of the proposal, 85 EFP instances are prepared to cover various grammar topics, and are assigned to a total of 92 students in two universities in Myanmar and Indonesia to solve them using the recommendation function. Their solution results confirmed the effectiveness of the proposal.


    </sec>
    <sec>
    <title content-type="abstract-subheading">Originality/value</title>
    The concept of the difficulty level for an EFP instance is newly defined for the proper recommendation, and the accuracy in terms of the average numbers of answer submission times among the students is verified.


    </sec>

    DOI: 10.1108/ijwis-11-2020-0070

    researchmap

    Other Link: https://www.emerald.com/insight/content/doi/10.1108/IJWIS-11-2020-0070/full/html

  • Performance investigation of unit testing in Android programming learning assistance system Reviewed

    Yan Watequlis Syaifudin, Nobuo Funabiki, Devany C. Wijaya, Ikhlaashul Mu'aasyiqiin

    IEEE 3rd Global Conference on Life Sciences and Technologies (LifeTech 2021)   157 - 161   2021.3

     More details

    Authorship:Corresponding author   Publishing type:Research paper (international conference proceedings)  

    researchmap

  • A Code Completion Problem in C Programming Learning Assistant System Reviewed

    Htoo Htoo Sandi Kyaw, Ei Ei Htet, Nobuo Funabiki, Minoru Kuribayashi, Thandar Myint, Phyu Phyu Tar, Nandar Win Min, Hnin Aye Thant, Phyu Hnin Wai

    2021 9TH INTERNATIONAL CONFERENCE ON INFORMATION AND EDUCATION TECHNOLOGY (ICIET 2021)   34 - 40   2021.3

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1109/ICIET51873.2021.9419621

    Web of Science

    researchmap

  • An implementation of multiple activities topic for learning Intent and Fragment in Android programming learning assistance system Reviewed

    Yan Watequlis Syaifudin, Nobuo Funabiki, Ikhlaashul Mu’aasyiqiin, Devany Christina Wijaya

    International Conference on Information and Education Technology (ICIET 2021)   6 - 13   2021.3

     More details

    Authorship:Corresponding author   Publishing type:Research paper (international conference proceedings)  

    researchmap

  • Blending Android programming learning assistance system into online Android programming course Reviewed

    Yan Watequlis Syaifudin, Siti Rohani, Nobuo Funabiki, Pramana Yoga Saputra

    Blending Android programming learning assistance system into online Android programming course   26 - 33   2021.3

     More details

    Authorship:Corresponding author   Publishing type:Research paper (international conference proceedings)  

    researchmap

  • An Improvement of Value Trace Problems for Pointer Study in C Programming. Reviewed

    Xiqin Lu, Nobuo Funabiki, Htoo Htoo Sandi Kyaw, Shune Lae Aung, Nem Khan Dim

    3rd IEEE Global Conference on Life Sciences and Technologies(LifeTech)   148 - 152   2021.3

     More details

    Authorship:Corresponding author   Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    DOI: 10.1109/LifeTech52111.2021.9391784

    researchmap

    Other Link: https://dblp.uni-trier.de/db/conf/lifetech/lifetech2021.html#LuFKAD21

  • A Study of Grammar-Concept Understanding Problem for C Programming Learning. Reviewed

    Xiqin Lu, Soe Thandar Aung, Htoo Htoo Sandi Kyaw, Nobuo Funabiki, Shune Lae Aung, Thin Thin Soe

    3rd IEEE Global Conference on Life Sciences and Technologies(LifeTech)   158 - 161   2021.3

     More details

    Authorship:Corresponding author   Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    DOI: 10.1109/LifeTech52111.2021.9391812

    researchmap

    Other Link: https://dblp.uni-trier.de/db/conf/lifetech/lifetech2021.html#LuAKFAS21

  • A proposal of static job scheduling algorithm considering CPU core utilization for user-PC computing system Reviewed

    Ariel Kamoyedji, Nobuo Funabiki, Hein Htet, Minoru Kuribayashi

    International Conference on Information and Education Technology (ICIET 2021)   374 - 379   2021.3

     More details

    Authorship:Corresponding author   Publishing type:Research paper (international conference proceedings)  

    researchmap

  • An implementation of offline answering function for code completion problem in programming learning assistant system Reviewed

    Htoo Htoo, Sandi Kyaw, Nobuo Funabiki, Minoru Kuribayashi

    IEEE 3rd Global Conference on Life Sciences and Technologies (LifeTech 2021)   166 - 169   2021.3

     More details

    Authorship:Corresponding author   Publishing type:Research paper (international conference proceedings)  

    researchmap

  • Joint Optimization Method of Channel Assignment and Transmission Power for Concurrently Communicating Multiple Access-Points in Wireless Local-Area Network.

    Hendy Briantoro, Nobuo Funabiki, Md. Mahbubur Rahman, Kwenga Ismael Munene, Minoru Kuribayashi, Wen-Chung Kao

    International Journal of Networking and Computing   11 ( 2 )   251 - 266   2021

     More details

    Authorship:Corresponding author   Publishing type:Research paper (scientific journal)  

    researchmap

    Other Link: https://dblp.uni-trier.de/db/journals/ijnc/ijnc11.html#BriantoroFRMKK21

  • Immunization of Pruning Attack in DNN Watermarking Using Constant Weight Code.

    Minoru Kuribayashi, Tatsuya Yasui, Asad Malik, Nobuo Funabiki

    CoRR   abs/2107.02961   2021

     More details

    Publishing type:Research paper (scientific journal)  

    researchmap

    Other Link: https://dblp.uni-trier.de/db/journals/corr/corr2107.html#abs-2107-02961

  • An Implementation of Offline Answering Function for Code Completion Problem in PLAS.

    Htoo Htoo Sandi Kyaw, Nobuo Funabiki, Minoru Kuribayashi

    3rd IEEE Global Conference on Life Sciences and Technologies(LifeTech)   162 - 165   2021

     More details

    Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    DOI: 10.1109/LifeTech52111.2021.9391894

    researchmap

    Other Link: https://dblp.uni-trier.de/db/conf/lifetech/lifetech2021.html#KyawFK21

  • White-Box Watermarking Scheme for Fully-Connected Layers in Fine-Tuning Model.

    Minoru Kuribayashi, Takuro Tanaka, Shunta Suzuki, Tatsuya Yasui, Nobuo Funabiki

    IH&MMSec '21: ACM Workshop on Information Hiding and Multimedia Security(IH&MMSec)   165 - 170   2021

     More details

    Publishing type:Research paper (international conference proceedings)   Publisher:ACM  

    DOI: 10.1145/3437880.3460402

    researchmap

    Other Link: https://dblp.uni-trier.de/db/conf/ih/ihmmsec2021.html#KuribayashiTSYF21

  • Feature Extraction Based on Denoising Auto Encoder for Classification of Adversarial Examples.

    Yuma Yamasaki, Minoru Kuribayashi, Nobuo Funabiki, Huy H. Nguyen, Isao Echizen

    Asia-Pacific Signal and Information Processing Association Annual Summit and Conference   1815 - 1820   2021

     More details

    Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    researchmap

    Other Link: https://dblp.uni-trier.de/rec/conf/apsipa/2021

  • Feature Extraction Suitable for Double JPEG Compression Analysis Based on Statistical Bias Observation of DCT Coefficients

    Daichi Takeshita, Minoru Kuribayashi, Nobuo Funabiki

    2021 ASIA-PACIFIC SIGNAL AND INFORMATION PROCESSING ASSOCIATION ANNUAL SUMMIT AND CONFERENCE (APSIPA ASC)   1808 - 1814   2021

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    Web of Science

    researchmap

  • Application of throughput drop estimation model under partially overlapping channels to channel assignment in IEEE 802.11n WLAN Reviewed

    Kwenga Ismael Munene, Nobuo Funabiki, Hendy Briantoro, Md. Mahbubur Rahman, Fatema Akhter, and Minoru Kuribayashi

    Proceedings of 2020 International Conference on Emerging Technologies for Communications (ICETC 2020)   2020.12

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    researchmap

  • A proposal of throughput allocation method for concurrently communicating two or three hosts in wireless local-area network Reviewed

    Md. Mahbubur Rahman, Nobuo Funabiki, Kwenga Ismael Munene, Hendy Briantoro, Fatema Akhter, Minoru Kuribayashi, and Md. Manowarul Islam

    Proceedings of 2020 International Conference on Emerging Technologies for Communications (ICETC 2020)   2020.12

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    researchmap

  • An implementation of user-PC computing system using Docker container Reviewed

    Hein Htet, Nobuo Funabiki, Ariel Kamoyedji, Minoru Kuribayashi, Fatema Akhter, Wen-Chung Kao

    International Journal of Future Computer and Communication (IJFCC)   9 ( 4 )   66 - 73   2020.12

     More details

    Authorship:Corresponding author   Publishing type:Research paper (scientific journal)  

    researchmap

  • A study of value trace problems for code reading study of C programming Reviewed

    Xiqin Lu, Nobuo Funabiki, Htoo Htoo Sandi Kyaw, Shune Lae Aung, and Nem Khan Dim

    Proceedings of 11th International Workshop on Advances in Networking and Computing (WANC 2020)   445 - 459   2020.11

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    researchmap

  • A Study of Value Trace Problems for Code Reading Study of C Programming

    Lu Xiqin, Nobuo Funabiki, Htoo Htoo Sandi Kyaw, Shune Lae Aung, Nem Khan Dim

    Proceedings - 2020 8th International Symposium on Computing and Networking Workshops, CANDARW 2020   455 - 459   2020.11

     More details

    Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1109/CANDARW51189.2020.00093

    Scopus

    researchmap

  • Transmission Power Optimization of Concurrently Communicating Two Access Points in Wireless Local Area Network. Reviewed

    Hendy Briantoro, Nobuo Funabiki, Minoru Kuribayashi, Kwenga Ismael Munene, Rahardhita Widyatra Sudibyo, Md. Manowarul Islam, Wen-Chung Kao

    Int. J. Mob. Comput. Multim. Commun.   11 ( 4 )   1 - 25   2020.10

     More details

    Authorship:Lead author   Publishing type:Research paper (scientific journal)  

    DOI: 10.4018/IJMCMC.2020100101

    researchmap

  • A proposal of transmission power optimization method for concurrently communicating two access-points in wireless local-area network Reviewed

    Hendy Briantoro, Nobuo Funabiki, Kwenga Ismael Munene, Rahardhita Widyatra Sudibyo, Minoru Kuribayashi, and Wen-Chung Kao

    Proceedings of 2020 IEEE International Conference on Consumer Electronics - Taiwan (ICCE-TW 2019)   2020.9

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    researchmap

  • A Study of Throughput-Drop Estimation Model for Concurrently Communicating Two Links without Channel Bonding in IEEE 802.11n Wireless Local-Area Network

    Ismael Munene Kwenga, Nobuo Funabiki, Rahardhita Widyatra Sudibyo, Hendy Briantoro, Md. Mahbubur Rahman, Wen-Chung Kao

    2020 IEEE International Conference on Consumer Electronics - Taiwan, ICCE-Taiwan 2020   2020.9

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)   Publisher:Institute of Electrical and Electronics Engineers Inc.  

    DOI: 10.1109/ICCE-Taiwan49838.2020.9258012

    Scopus

    researchmap

  • A proposal of code amendment problem in Java programming learning assistant system Reviewed

    10 ( 10 )   751 - 756   2020.9

     More details

    Language:English   Publishing type:Research paper (scientific journal)  

    researchmap

  • A code completion problem in Java programming learning assistant system Reviewed

    Htoo Htoo Sandi Kyaw, Su Sandy Wint, Nobuo Funabiki, and Wen-Chung Kao

    IAENG International Journal of Computer Science   47 ( 3 )   350 - 359   2020.8

     More details

    Language:English   Publishing type:Research paper (scientific journal)  

    researchmap

  • A proposal of exercise and performance learning assistant system for self-practice at home Invited Reviewed

    Irin Tri Anggraini, Achmad Basuki, Nobuo Funabiki, Xiqin Lu, Chih Peng Fan, Yu Chung Hsu, Cheng Hsien Lin

    Advances in Science, Technology and Engineering Systems   5 ( 5 )   1196 - 1203   2020.5

     More details

    Authorship:Corresponding author   Publishing type:Research paper (scientific journal)  

    DOI: 10.25046/aj0505145

    Scopus

    researchmap

  • A generalized TCP fairness control method for multiple-host concurrent communications in elastic WLAN system using Raspberry Pi access-point Reviewed

    Rahardhita Widyatra Sudibyo, Nobuo Funabiki, Minoru Kuribayashi, Kwenga Ismael Munene, Hendy Briantoro, Md. Manowarul Islam, Wen-Chung Kao

    International Journal of Mobile Computing and Multimedia Communications (IJMCMC)   11 ( 2 )   18 - 40   2020.4

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (scientific journal)  

    DOI: 10.4018/IJMCMC.2020040102

    researchmap

  • An Implementation and Evaluation of Advanced Widgets Topic for Interactive Application Stage in Android Programming Learning Assistance System Reviewed

    Yan Watequlis Syaifudin, Nobuo Funabiki, Minoru Kuribayashi

    ICIET 2020: 2020 8TH INTERNATIONAL CONFERENCE ON INFORMATION AND EDUCATION TECHNOLOGY   88 - 93   2020.3

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1145/3395245.3396198

    Web of Science

    researchmap

  • An extension of code correction problem for Java programming learning assistant system Reviewed

    Nobuo Funabiki, Masaki Yamaguchi, Minoru Kuribayashi, Htoo Htoo Sandi Kyaw, Su Sandy Wint, Soe Thandar Aung, and Wen-Chung Kao

    Proceedings of 2020 8th International Conference on Information and Education Technology (ICIET 2020)   110 - 115   2020.3

     More details

    Authorship:Lead author   Language:English   Publishing type:Research paper (international conference proceedings)  

    researchmap

  • A proposal of preprocessing stage for active access-point configuration algorithm in elastic WLAN system Reviewed

    Mousumi Saha, Nobuo Funabiki, Sumon Kumar Debnath, Wen-Chung Kao, Shigeto Tajima, and Teruo Higashino

    Proceedings of 2020 8th International Conference on Information and Education Technology (ICIET 2020)   284 - 289   2020.3

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    researchmap

  • The Performance of a Metaheuristic Algorithm for Finding a Maximal Weight Clique in the Fill-in-Blank Problem

    Kazuho Kanahara, Kengo Katayama, Nobuo Funabiki, Etsuji Tomita

    PervasiveHealth: Pervasive Computing Technologies for Healthcare   257 - 261   2020.3

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)   Publisher:ICST  

    DOI: 10.1145/3395245.3396407

    Scopus

    researchmap

  • A proposal of TCP fairness control method for multiple-host concurrent communications in wireless local-area network Reviewed

    Rahardhita Widyatra Sudibyo, Nobuo Funabiki, Kwenga Ismael Munene, Md. Manowarul Islam, and Wen-Chung Kao

    Proceedings of 2020 IEEE International Conference on Consumer Electronics (ICCE 2020)   2020.1

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    researchmap

  • Application of IEEE802.11ac/n link throughput estimation model in holding access-point assignment algorithm for wireless local-area network

    Shigeto Tajima, Nobuo Funabiki, Teruo Higashino

    Journal of Communications   15 ( 1 )   81 - 87   2020.1

     More details

    Language:English   Publishing type:Research paper (scientific journal)   Publisher:Engineering and Technology Publishing  

    DOI: 10.12720/jcm.15.1.81-87

    Scopus

    researchmap

  • Detection of Adversarial Examples Based on Sensitivities to Noise Removal Filter.

    Akinori Higashi, Minoru Kuribayashi, Nobuo Funabiki, Huy H. Nguyen, Isao Echizen

    Asia-Pacific Signal and Information Processing Association Annual Summit and Conference(APSIPA)   1386 - 1391   2020

     More details

    Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    researchmap

    Other Link: https://dblp.uni-trier.de/conf/apsipa/2020

  • Classification of Video Recaptured from Display Device.

    Minoru Kuribayashi, Kodai Kamakari, Kento Kawata, Nobuo Funabiki

    Asia-Pacific Signal and Information Processing Association Annual Summit and Conference(APSIPA)   1381 - 1385   2020

     More details

    Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    researchmap

    Other Link: https://dblp.uni-trier.de/conf/apsipa/2020

  • DeepWatermark: Embedding Watermark into DNN Model.

    Minoru Kuribayashi, Takuro Tanaka, Nobuo Funabiki

    Asia-Pacific Signal and Information Processing Association Annual Summit and Conference(APSIPA)   1340 - 1346   2020

     More details

    Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    researchmap

    Other Link: https://dblp.uni-trier.de/conf/apsipa/2020

  • A Generalization of Transmission Power Optimization Method for Concurrently Communicating Multiple Access-Points in Wireless Local-Area Network. Reviewed

    Hendy Briantoro, Nobuo Funabiki, Kwenga Ismael Munene, Md. Mahbubur Rahman, Fatema Akhter, Wen-Chung Kao, Minoru Kuribayashi

    Eighth International Symposium on Computing and Networking Workshops   1 - 7   2020

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    DOI: 10.1109/CANDARW51189.2020.00015

    researchmap

    Other Link: https://dblp.uni-trier.de/db/conf/ic-nc/candar2020w.html#BriantoroFMRAKK20

  • A Proposal of Air-Conditioning Guidance System Using Discomfort Index. Reviewed

    Samsul Huda, Nobuo Funabiki, Minoru Kuribayashi, Rahardhita Widyatra Sudibyo, Nobuya Ishihara, Wen-Chun Kao

    Advances on Broad-Band Wireless Computing, Communication and Applications - Proceedings of the 15th International Conference on Broad-Band and Wireless Computing, Communication and Applications (BWCCA-2020)(BWCCA)   154 - 165   2020

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)   Publisher:Springer  

    DOI: 10.1007/978-3-030-61108-8_15

    researchmap

    Other Link: https://dblp.uni-trier.de/db/conf/bwcca/bwcca2020.html#HudaFKSIK20

  • Near-Optimal Detection for Binary Tardos Code by Estimating Collusion Strategy Reviewed

    Tatsuya Yasui, Minoru Kuribayashi, Nobuo Funabiki, Isao Echizen

    IEEE Transactions on Information Forensics and Security   15   2069 - 2080   2020

     More details

    Publishing type:Research paper (scientific journal)   Publisher:Institute of Electrical and Electronics Engineers ({IEEE})  

    DOI: 10.1109/tifs.2019.2956587

    researchmap

  • A proposal of calligraphy learning assistant system with letter portion practice function using projection mapping. Reviewed

    Samsul Huda, Nobuo Funabiki, Minoru Kuribayashi, Wen-Chung Kao

    International Journal of Web Information Systems   16 ( 2 )   137 - 149   2020

     More details

    Language:English   Publishing type:Research paper (scientific journal)  

    DOI: 10.1108/IJWIS-07-2019-0032

    researchmap

  • A proposal of recommendation function for solving element fill-in-blank problem in java programming learning assistant system Reviewed

    Funabiki, N., Matsumoto, S., Wint, S.S., Kuribayashi, M., Kao, W.-C.

    Advances in Intelligent Systems and Computing   1036   247 - 257   2020

     More details

    Language:English   Publishing type:Research paper (scientific journal)   Publisher:Advances in Intelligent Systems and Computing  

    DOI: 10.1007/978-3-030-29029-0_23

    Scopus

    researchmap

  • Improvement of Bit Distribution of Binary Sequence Generated by Alternative Trace Map Function.

    Fatema Akhter, Tomoya Tatara, Yasuyuki Nogami, Takuya Kusaka, Nobuo Funabiki

    Eighth International Symposium on Computing and Networking Workshops   302 - 306   2020

     More details

    Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    DOI: 10.1109/CANDARW51189.2020.00066

    researchmap

    Other Link: https://dblp.uni-trier.de/db/conf/ic-nc/candar2020w.html#AkhterTNKF20

  • A Calligraphy Learning Assistant System with Letter Portion Practice Function Using Projection Mapping

    Samsul Huda, Nobuo Funabiki, Minoru Kuribayashi, Wen-Chung Kao

    2020 IEEE INTERNATIONAL CONFERENCE ON CONSUMER ELECTRONICS (ICCE)   489 - 490   2020

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    Web of Science

    researchmap

  • A Study of Value Trace Problems for Code Reading Study of C Programming.

    Xiqin Lu, Nobuo Funabiki, Htoo Htoo Sandi Kyaw, Shune Lae Aung, Nem Khan Dim

    Eighth International Symposium on Computing and Networking Workshops   455 - 459   2020

     More details

    Publishing type:Research paper (international conference proceedings)   Publisher:IEEE  

    DOI: 10.1109/CANDARW51189.2020.00093

    researchmap

    Other Link: https://dblp.uni-trier.de/db/conf/ic-nc/candar2020w.html#XiqinFKAD20

  • A Proposal of Code Correction Problem for Java Programming Learning Assistant System

    Nobuo Funabiki, Sai He, Htoo Htoo Sandi Kyaw, Wen-Chun Kao

    Advances in Intelligent Systems and Computing   993   671 - 680   2020

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)   Publisher:Springer Verlag  

    DOI: 10.1007/978-3-030-22354-0_60

    Scopus

    researchmap

  • Fill-a-pix puzzle as a SAT problem Reviewed

    Aye Myint Myat, Khine Khine Htwe, and Nobuo Funabiki

    Proceedings of The 3rd International Conference on Advanced Information Technologies (ICAIT2019)   244 - 249   2019.11

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    researchmap

  • A proposal of Yoga pose assessment method using pose detection for self-learning Reviewed

    Maybel Chan Thar, Khine Zar Ne Winn, and Nobuo Funabiki

    Proceedings of The 3rd International Conference on Advanced Information Technologies (ICAIT2019)   137 - 142   2019.11

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    researchmap

  • A proposal of entertainment and performance learning assistant system for seniors Reviewed

    Irin Tri Anggraini, Achmad Basuki, and Nobuo Funabiki

    Proceedings of 2019 International Electronics Symposium (IES)   14 - 18   2019.9

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    researchmap

  • Performance of an accelerometer-based wireless body area network in indoor environment: a preliminary study Reviewed

    Pradini Puspitaningayu, Nobuo Funabiki, Rahardhita Widyatra Sudibyo, Hendy Briantoro, Nurhayati, and Tri Wrahatnolo

    Proceedings of International Conference on Research and Academic Community Services (ICRACOS 2019)   2019.9

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    researchmap

  • A dynamic access-point transmission power minimization method using PI feedback control in elastic WLAN system for IoT applications Reviewed

    Md. Manowarul Islam, Nobuo Funabiki, Rahardhita Widyatra Sudibyo, Kwenga Ismael Munene, Wen-Chung Kao

    8   1 - 15   2019.8

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (scientific journal)  

    researchmap

  • An informative test code approach in code writing problem for three object-oriented programming concepts in Java programming learning assistant system Reviewed

    Khin Khin Zaw, Win Zaw, Nobuo Funabiki, and Wen-Chung Kao

    IAENG International Journal of Computer Science   46 ( 3 )   445 - 453   2019.8

     More details

    Language:English   Publishing type:Research paper (scientific journal)  

    researchmap

  • A network configuration optimization algorithm for wireless local-area network with three Raspberry Pi access-points under concurrent communications Reviewed

    Mousumi Saha, Nobuo Funabiki, Rahardhita Widyatra Sudibyo, Sumon Kumar Debnath, Md. Manowarul Islam, Minoru Kuribayashi, and Wen-Chung Kao

    International Journal of Future Computer and Communication (IJFCC)   8 ( 2 )   55 - 62   2019.6

     More details

    Language:English   Publishing type:Research paper (scientific journal)  

    researchmap

  • An improvement of throughput measurement minimization method for access-point transmission power minimization in wireless local-area network Reviewed

    Md. Manowarul Islam, Nobuo Funabiki, Mousumi Saha, Kwenga Ismael Munene, Rahardhita Widyatra Sudibyo, and Wen-Chung Kao

    Proceedings of 2019 IEEE International Conference on Consumer Electronics - Taiwan (ICCE-TW 2019)   2019.5

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    researchmap

  • Web-Server Implementation of Code Completion Problem for Java Programming Learning Assistant System Reviewed

    Htoo Htoo Sandi Kyaw, Nobuo Funabiki, Nobuya Ishihara, Minoru Kuribayashi, Wen-Chung Kao

    2019 IEEE INTERNATIONAL CONFERENCE ON CONSUMER ELECTRONICS - TAIWAN (ICCE-TW)   2019.5

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    Web of Science

    researchmap

  • A personal use vehicle anti-theft tracking system using IoT platform Reviewed

    Saw Nang Paing, May Zin Oo, Mazliza Othman, and Nobuo Funabiki

    International Journal of Computer & Software Engineering   4   2019.2

     More details

    Language:English   Publishing type:Research paper (scientific journal)  

    researchmap

  • A proposal of transmission power minimization extension in active access-point configuration algorithm for elastic wireless local-area network system Reviewed

    Md. Manowarul Islam, Nobuo Funabiki, Minoru Kuribayashi, Mousumi Saha, Kwenga Ismael Munene, Rahardhita Widyatra Sudibyo, and Wen-Chung Kao

    International Journal of Computer & Software Engineering   4   2019.2

     More details

    Language:English   Publishing type:Research paper (scientific journal)  

    researchmap

  • Enhancements of minimax access-point setup optimisation approach for IEEE 802.11 WLAN. Reviewed

    Kyaw Soe Lwin, Nobuo Funabiki, Sumon Kumar Debnath, Kwenga Ismael Munene, Rahardhita Widyatra Sudibyo, Minoru Kuribayashi, Wen-Chung Kao

    IJSSC   9 ( 1 )   47 - 59   2019

     More details

    Language:English   Publishing type:Research paper (scientific journal)  

    DOI: 10.1504/IJSSC.2019.100017

    researchmap

  • A proposal of Android Programming Learning Assistant System with implementation of basic application learning Reviewed

    Syaifudin, Y.W., Funabiki, N., Kuribayashi, M., Kao, W.-C.

    International Journal of Web Information Systems   16 ( 1 )   115 - 135   2019

     More details

    Language:English   Publishing type:Research paper (scientific journal)  

    DOI: 10.1108/IJWIS-08-2019-0038

    Scopus

    researchmap

  • An extension of throughput drop estimation model for three-link concurrent communications under partially overlapping channels and channel bonding in ieee 802.11n wlan Reviewed

    Munene, K.I., Funabiki, N., Islam, M.M., Kuribayashi, M., Al Mamun, M.S., Kao, W.-C.

    Advances in Science, Technology and Engineering Systems   4 ( 4 )   94 - 105   2019

     More details

    Language:English   Publishing type:Research paper (scientific journal)  

    DOI: 10.25046/aj040411

    Scopus

    researchmap

  • A proposal of TCP fairness control method for two-host concurrent communications in elastic WLAN system using raspberry pi access-point Reviewed

    Sudibyo, R.W., Funabiki, N., Kuribayashi, M., Munene, K.I., Manowarul Islam, Md., Kao, W.-C.

    Advances in Science, Technology and Engineering Systems   4 ( 6 )   76 - 80   2019

     More details

    Language:English   Publishing type:Research paper (scientific journal)  

    DOI: 10.25046/aj040602

    Scopus

    researchmap

  • A proposal of calligraphy learning assistant system with letter portion practice function using projection mapping Reviewed

    Huda, S., Funabiki, N., Kuribayashi, M., Kao, W.-C.

    International Journal of Web Information Systems   1 - 2   2019

     More details

    Publishing type:Research paper (scientific journal)   Publisher:IEEE  

    DOI: 10.1108/IJWIS-07-2019-0032

    Scopus

    researchmap

  • Robust and secure data hiding for PDF text document Reviewed

    Kuribayashi, M., Fukushima, T., Funabiki, N.

    IEICE Transactions on Information and Systems   102-D ( 1 )   41 - 47   2019

     More details

    Publishing type:Research paper (scientific journal)  

    DOI: 10.1587/transinf.2018MUP0003

    Scopus

    researchmap

  • Throughput measurement and estimation model for concurrent communications of multiple raspberry pi access-points in wireless local-area network Reviewed

    Saha, M., Sudibyo, R.W., Funabiki, N., Kuribayashi, M., Debnath, S.K., Kao, W.-C.

    Journal of Communications   14 ( 11 )   1009 - 1009   2019

     More details

    Language:English   Publishing type:Research paper (scientific journal)  

    DOI: 10.12720/jcm.14.11.1009-1016

    Scopus

    researchmap

  • Decentralized tracing protocol for fingerprinting system Reviewed

    Kuribayashi, M., Funabiki, N.

    APSIPA Transactions on Signal and Information Processing   8   1595 - 1601   2019

     More details

    Publishing type:Research paper (scientific journal)   Publisher:IEEE  

    DOI: 10.1017/ATSIP.2018.28

    Scopus

    researchmap

  • An Informative Test Code Approach in Code Writing Problem for Java Collections Framework in Java Programming Learning Assistant System. Reviewed

    Ei Ei Mon, Nobuo Funabiki, Minoru Kuribayashi, Wen-Chung Kao

    JSW   14 ( 5 )   200 - 208   2019

     More details

    Language:English   Publishing type:Research paper (scientific journal)  

    DOI: 10.17706/jsw.14.5.200-208

    researchmap

  • A proposal of code completion problem for java programming learning assistant system

    Htoo Htoo Sandi Kyaw, Shwe Thinzar Aung, Hnin Aye Thant, Nobuo Funabiki

    Advances in Intelligent Systems and Computing   772   855 - 864   2019

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)   Publisher:Springer Verlag  

    DOI: 10.1007/978-3-319-93659-8_78

    Scopus

    researchmap

  • A Proposal of Calligraphy Learning Assistant System using Projection Mapping Reviewed

    HUDA Samsul, XIQIN Lu, FUNABIKI Nobuo, KURIBAYASHI Minoru

    電子情報通信学会技術研究報告   118 ( 211(MVE2018 12-24) )   10 - 15   2018.12

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    J-GLOBAL

    researchmap

  • Error debugging problem in Java Programming learning assistant system Reviewed

    Hsu Wai Hnin, Khin Khin Zaw, and Nobuo Funabiki

    Proceedings of The 9th International Conference on Science and Engineering 2018 (ICSE 2018)   293 - 297   2018.12

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    researchmap

  • Implementation of integration VaaMSN and SEMAR for wide coverage air quality monitoring

    Yohanes Yohanie Fridelin Panduman, Adnan Rachmat Anom Besari, Sritrusta Sukaridhoto, Rizqi Putri Nourma Budiarti, Rahardhita Widyatra Sudibyo, Funabiki Nobuo

    Telkomnika (Telecommunication Computing Electronics and Control)   16 ( 6 )   2630 - 2642   2018.12

     More details

    Language:English   Publishing type:Research paper (scientific journal)   Publisher:Universitas Ahmad Dahlan  

    DOI: 10.12928/TELKOMNIKA.v16i6.10152

    Scopus

    researchmap

  • Applications of minimax access-point setup optimization approach to IEEE802.11ac WLAN at 5GHz Reviewed

    Kyaw Soe Lwin, Zinan Wang, Nobuo Funabiki, MinoruKuribayashi, and Wen-Chung Kao

    Proceedings of The 2nd International Conference on Advanced Information Technologies (ICAIT2018)   132 - 138   2018.11

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    researchmap

  • Estimation of Collusion Attack in Bias-based Binary Fingerprinting Code Reviewed

    Tatsuya Yasui, Minoru Kuribayashi, Nobuo Funabiki, Isao Echizen

    2018 ASIA-PACIFIC SIGNAL AND INFORMATION PROCESSING ASSOCIATION ANNUAL SUMMIT AND CONFERENCE (APSIPA ASC)   1550 - 1555   2018.11

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    Web of Science

    researchmap

  • A throughput drop estimation model for two-link concurrent communications with partially overlapping channels in IEEE 802.11n WLAN Reviewed

    Kwenga Ismael Munene, Nobuo Funabiki, Rahardhita Widyatra Sudibyo, and Wen-Chung Kao

    Proceedings of The 7th IEEE Global Conference on Consumer Electronics (GCCE2018)   809 - 810   2018.10

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    researchmap

  • An informative test code approach for studying three object-oriented programming concepts by code writing problem in Java programming learning assistant system Reviewed

    Khin Khin Zaw, Nobuo Funabiki, Ei Ei Mon, and Wen-Chung Kao

    Proceedings of The 7th IEEE Global Conference on Consumer Electronics (GCCE2018)   592 - 596   2018.10

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    researchmap

  • IoT-Based vehicle anti-theft tracking system Reviewed

    Saw Nang Paing, May Zin Oo, Mazliza Othman, Nobuo Funabikio

    Proceedings of 2018 Joint International Conference on Science, Technology and Innovation, Mandalay (ICSTIM)   1 - 5   2018.10

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    researchmap

  • 最大クリーク問題に対するk-opt局所探索法の改良 Reviewed

    金原一歩, 片山謙吾, 岡野傑士, 尾崎 亮, 西原典孝, 舩曵信生

    電子情報通信学会論文誌 (A)   J101-A ( 10 )   260 - 264   2018.10

     More details

  • MIMO host location optimization in active access-point configuration algorithm for elastic WLAN system Reviewed

    Sumon Kumar Debnath, Nobuo Funabiki, Mousumi Saha, and Md. Selim Al Mamun

    International Journal of Space-Based and Situated Computing (IJSSC)   8 ( 2 )   59 - 69   2018.8

     More details

    Language:English   Publishing type:Research paper (scientific journal)  

    researchmap

  • Fingerprinting for multimedia content broadcasting system Reviewed

    Kuribayashi, M., Funabiki, N.

    Journal of Information Security and Applications   41   52 - 61   2018

     More details

    Publishing type:Research paper (scientific journal)  

    DOI: 10.1016/j.jisa.2018.06.002

    Web of Science

    Scopus

    researchmap

  • Universal scoring function based on bias equalizer for bias-based fingerprinting codes Reviewed

    Kuribayashi, M., Funabiki, N.

    IEICE Transactions on Fundamentals of Electronics, Communications and Computer Sciences   E101A ( 1 )   119 - 128   2018

     More details

    Publishing type:Research paper (scientific journal)  

    DOI: 10.1587/transfun.E101.A.119

    Web of Science

    Scopus

    researchmap

  • Data hiding for text document in PDF file Reviewed

    Kuribayashi, M., Fukushima, T., Funabiki, N.

    Smart Innovation, Systems and Technologies   81   390 - 398   2018

     More details

    Publishing type:Research paper (scientific journal)  

    DOI: 10.1007/978-3-319-63856-0_47

    Web of Science

    Scopus

    researchmap

  • A throughput estimation model under two-link concurrent communications with partially overlapping channels and its application to channel assignment in IEEE 802.11n WLAN. Reviewed

    Kwenga Ismael Munene, Nobuo Funabiki, Minoru Kuribayashi, Rahardhita Widyatra Sudibyo, Wen-Chung Kao

    IJSSC   8 ( 3 )   123 - 137   2018

     More details

    Language:English   Publishing type:Research paper (scientific journal)  

    DOI: 10.1504/IJSSC.2018.097286

    researchmap

  • Efficient Decoding Algorithm for Cyclically Permutable Code. Reviewed

    Minoru Kuribayashi, Shodai Suma, Nobuo Funabiki

    IEEE Information Theory Workshop, ITW 2018, Guangzhou, China, November 25-29, 2018   1 - 5   2018

     More details

    Publisher:IEEE  

    DOI: 10.1109/ITW.2018.8613319

    researchmap

  • Dynamic Access-Point Configuration Approach for Elastic Wireless Local-Area Network System and Its Implementation Using Raspberry Pi. Reviewed

    Md. Manowarul Islam, Nobuo Funabiki, Minoru Kuribayashi, Sumon Kumar Debnath, Kwenga Ismael Munene, Kyaw Soe Lwin, Rahardhita Widyatra Sudibyo, Md. Selim Al Mamun

    Int. J. Netw. Comput.   8 ( 2 )   254 - 281   2018

     More details

    Publishing type:Research paper (scientific journal)  

    researchmap

  • Secure data management system with traceability against internal leakage. Reviewed

    Minoru Kuribayashi, Takahiro Ueda, Nobuo Funabiki

    2017 Asia-Pacific Signal and Information Processing Association Annual Summit and Conference, APSIPA ASC 2017, Kuala Lumpur, Malaysia, December 12-15, 2017   1486 - 1494   2017

  • Watermarking with Fixed Decoder for Aesthetic 2D Barcode Reviewed

    Minoru Kuribayashi, Ee-Chien Chang, Nobuo Funabiki

    DIGITAL FORENSICS AND WATERMARKING, IWDW 2016   10082   379 - 392   2017

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1007/978-3-319-53465-7_28

    Web of Science

    researchmap

  • A workbook design for fill-in-blank problems in java programming learning assistant system

    Nobuo Funabiki, Minako Dake, Khin Khin Zaw, Wen-Chung Kao

    Lecture Notes on Data Engineering and Communications Technologies   2   331 - 342   2017

     More details

    Language:English   Publishing type:Part of collection (book)   Publisher:Springer Science and Business Media Deutschland GmbH  

    DOI: 10.1007/978-3-319-49106-6_31

    Scopus

    researchmap

  • A Linux-PC Implementation Design for Elastic WLAN System Reviewed

    Md Ezharul Islam, Nobuo Funabiki

    2ND INTERNATIONAL CONFERENCE ON ELECTRICAL ENGINEERING AND INFORMATION COMMUNICATION TECHNOLOGY (ICEEICT 2015)   2015

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    Web of Science

    researchmap

  • A Design of Radio-controlled Submarine Modification for River Water Quality Monitoring Reviewed

    Sritrusta Sukaridhoto, Dadet Pramadihanto, Taufiqurrahman, Muhammad Alif, Andrie Yuwono, Nobuo Funabiki

    2015 INTERNATIONAL SEMINAR ON INTELLIGENT TECHNOLOGY AND ITS APPLICATIONS (ISITIA)   75 - 80   2015

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    Web of Science

    researchmap

  • Anonymous Credential System with Efficient Proofs for Monotone Formulas on Attributes Reviewed

    Shahidatul Sadiah, Toru Nakanishi, Nobuo Funabiki

    ADVANCES IN INFORMATION AND COMPUTER SECURITY (IWSEC 2015)   9241   262 - 278   2015

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1007/978-3-319-22425-1_16

    Web of Science

    researchmap

  • Two extensions of active access-point joint optimization algorithm for wireless local-area network Reviewed

    Mousumi Saha, Nobuo Funabiki, Bin Wu, Pradini Puspitaningayu

    IAENG International Journal of Computer Science   52 ( 3 )   748 - 770   2015

     More details

    Authorship:Corresponding author   Language:English   Publishing type:Research paper (scientific journal)   Publisher:IJNC Editorial Committee  

    researchmap

  • Revocable Group Signatures with Compact Revocation List Using Accumulators Reviewed

    Toru Nakanishi, Nobuo Funabiki

    INFORMATION SECURITY AND CRYPTOLOGY - ICISC 2013   8565   435 - 451   2014

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1007/978-3-319-12160-4_26

    Web of Science

    researchmap

  • An Anonymous Reputation System with Reputation Secrecy for Manager Reviewed

    Toru Nakanishi, Tomoya Nomura, Nobuo Funabiki

    INFORMATION SECURITY AND CRYPTOLOGY - ICISC 2013   8565   363 - 378   2014

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1007/978-3-319-12160-4_22

    Web of Science

    researchmap

  • Efficient proofs for CNF formulas on attributes in pairing-based anonymous credential system

    Nasima Begum, Toru Nakanishi, Nobuo Funabiki

    Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)   7839   495 - 509   2013

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1007/978-3-642-37682-5_35

    Scopus

    researchmap

  • Performance Evaluation of Check-By-Voting for Colluding Attack in Volunteer Computing Systems

    Kan Watanabe, Masaru Fukushi, Nobuo Funabiki, Toru Nakanishi

    Lecture Notes in Electrical Engineering   33 - 48   2012.12

     More details

    Publishing type:Part of collection (book)   Publisher:Springer Netherlands  

    DOI: 10.1007/978-94-007-5651-9_3

    researchmap

  • A proposal of access-point aggregation approach for multiple wireless local area networks Reviewed

    Nobuo Funabiki, Md. Ezharul Islam, Toru Nakanishi, Kan Watanabe

    Proceedings - 2012 6th International Conference on Complex, Intelligent, and Software Intensive Systems, CISIS 2012   677 - 682   2012

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1109/CISIS.2012.121

    Scopus

    researchmap

  • Cooking-step scheduling algorithm for simultaneous cooking of multiple dishes Reviewed

    Nobuo Funabiki, Yukiko Matsushima

    Lecture Notes in Electrical Engineering   110   123 - 136   2012

     More details

  • An Extension of Wireless Internet-Access Mesh Network Simulator for Use of Smart Antenna. Reviewed

    Nobuo Funabiki, Shigeto Tajima, Teruo Higashino, Toru Nakanishi, Kan Watanabe

    2012 Seventh International Conference on Broadband, Wireless Computing, Communication and Applications, Victoria, BC, Canada, November 12-14, 2012   517 - 522   2012

     More details

    Publisher:IEEE  

    DOI: 10.1109/BWCCA.2012.91

    researchmap

  • Anonymous IEEE802.1X Authentication System Using Group Signatures

    Sudarsono Amang, Nakanishi Toru, Nogami Yasuyuki, Funabiki Nobuo

    Information and Media Technologies   5 ( 2 )   751 - 764   2010

     More details

    Language:English   Publisher:Information and Media Technologies Editorial Board  

    Recently, ubiquitous Internet-access services have been provided by Internet service providers (ISPs) by deploying wireless local area networks (LANs) in public spaces including stations, hotels, and coffee shops. The IEEE802.1X protocol is usually used for user authentications to allow only authorized users to access services. Then, although user personal information of access locations, services, and operations can be easily collected by ISPs and thus, their strict management has been demanded, it becomes very difficult when multiple ISPs provide roaming services by their corporations. In this paper, we present an anonymous IEEE802.1X authentication system using a group signature scheme to allow user authentication without revealing their identities. Without user identities, ISPs cannot collect personal information. As an efficient revocable group signature scheme, we adopt the verifier-local revocation (VLR) type with some modifications for use of the fast pairing computation. We show the implementation of our proposal and evaluation results where the practicality of our system is confirmed for up to 1, 000 revoked users.

    DOI: 10.11185/imt.5.751

    CiNii Article

    researchmap

  • Anonymous IEEE802.1X authentication system using group signatures Reviewed

    Amang Sudarsono, Toru Nakanishi, Yasuyuki Nogami, Nobuo Funabiki

    Journal of Information Processing   18   63 - 76   2010

     More details

    Language:English   Publishing type:Research paper (scientific journal)   Publisher:Information Processing Society of Japan  

    DOI: 10.2197/ipsjjip.18.63

    Scopus

    researchmap

  • A proposal of a web-page layout optimization method for multimodal browsing sizes Reviewed

    Nobuo Funabiki, Yosuke Isshiki, Megumi Isogai, Toru Nakanishi

    Digest of Technical Papers - IEEE International Conference on Consumer Electronics   894 - 898   2009

     More details

    Authorship:Lead author   Language:English   Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1109/ISCE.2009.5156917

    Scopus

    researchmap

  • A comparative study of open source softwares for virtualization with streaming server applications Reviewed

    Sritrusta Sukaridhoto, Nobuo Funabiki, Toru Nakanishi, Dadet Pramadihanto

    Digest of Technical Papers - IEEE International Conference on Consumer Electronics   577 - 581   2009

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1109/ISCE.2009.5156885

    Scopus

    researchmap

  • Efficient revocable group signature schemes using primes Reviewed

    Toru Nakanishi, Nobuo Funabiki

    Journal of Information Processing   16   110 - 121   2008

     More details

    Language:English   Publishing type:Research paper (scientific journal)   Publisher:Information Processing Society of Japan  

    DOI: 10.2197/ipsjjip.16.110

    Scopus

    researchmap

  • Efficient Revocable Group Signature Schemes Using Primes

    Nakanishi Toru, Funabiki Nobuo

    Information and Media Technologies   3 ( 4 )   768 - 779   2008

     More details

    Language:English   Publisher:Information and Media Technologies Editorial Board  

    Group signature schemes with membership revocation have been intensively researched. In this paper, we propose revocable group signature schemes with less computational costs for signing/verification than an existing scheme without the update of the signer's secret keys. The key idea is the use of a small prime number embedded in the signer's secret key. By using simple prime integer relations between the secret prime and the public product of primes for valid or invalid members, the revocation is efficiently ensured. To show the practicality, we implemented the schemes and measured the signing/verification times in a common PC (Core2 DUO 2.13GHz). The times are all less than 0.5 seconds even for relatively large groups (10, 000 members), and thus our schemes are sufficiently practical.

    DOI: 10.11185/imt.3.768

    CiNii Article

    researchmap

  • A short anonymously revocable group signature scheme from decision linear assumption Reviewed

    Toru Nakanishi, Nobuo Funabiki

    Proceedings of the 2008 ACM Symposium on Information, Computer and Communications Security, ASIACCS '08   337 - 340   2008

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1145/1368310.1368359

    Scopus

    researchmap

  • Hierarchical Logical Topology in WDM Ring Networks with Limited ADM Reviewed

    KITANI T.

    Proceedings of the IFIP Networking 2008 (Networking 2008)   326 - 337   2008

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1007/978-3-540-79549-0_28

    CiNii Article

    researchmap

  • A proposal of improved lip contour extraction method using deformable template matching and its application to dental treatment Reviewed

    Yujin Yokogawa, Nobuo Funabiki, Teruo Higashino, Masashi Oda, Yoshihide Mori

    Systems and Computers in Japan   38 ( 5 )   80 - 88   2007.5

     More details

    Language:English   Publishing type:Research paper (scientific journal)  

    DOI: 10.1002/scj.10668

    Scopus

    researchmap

  • Proposal of a hierarchical heuristic algorithm for node assignment in bidirectional manhattan street networks Reviewed

    Masataka Yonezu, Nobuo Funabiki, Tomoya Kitani, Tokumi Yokohira, Toru Nakanishi, Teruo Higashino

    Systems and Computers in Japan   38 ( 4 )   74 - 83   2007.4

     More details

    Language:English   Publishing type:Research paper (scientific journal)  

    DOI: 10.1002/scj.10534

    Scopus

    researchmap

  • A channel configuration problem for access-point communications in wireless mesh networks Reviewed

    Nobuo Funabiki, Toru Nakanishi, Walaa Hassan, Kanako Uemura

    2007 15TH IEEE INTERNATIONAL CONFERENCE ON NETWORKS   466 - 471   2007

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    Web of Science

    researchmap

  • Group signature schemes with membership revocation for large groups Reviewed

    Toru Nakanishi, Nobuo Funabiki

    IEICE TRANSACTIONS ON FUNDAMENTALS OF ELECTRONICS COMMUNICATIONS AND COMPUTER SCIENCES   E89A ( 5 )   1275 - 1283   2006.5

     More details

    Language:English   Publishing type:Research paper (scientific journal)  

    DOI: 10.1093/ietfec/e89-a.5.1275

    Web of Science

    researchmap

  • A short verifier-local revocation group signature scheme with backward unlinkability Reviewed

    Toru Nakanishi, Nobuo Funabiki

    ADVANCES IN INFORMATION AND COMPUTER SECURITY, PROCEEDINGS   4266   17 - 32   2006

     More details

    Language:English   Publishing type:Research paper (scientific journal)  

    Web of Science

    researchmap

  • Verifier-local revocation group signature schemes with backward unlinkability from bilinear maps Reviewed

    Toru Nakanishi, Nobuo Funabiki

    Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)   3788   533 - 548   2005

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1007/11593447_29

    Scopus

    researchmap

  • An optical-drop wavelength assignment algorithm for efficient wavelength reuse under heterogeneous traffic in WDM ring networks Reviewed

    Nobuo Funabiki, Jun Kawashima, Toru Nakanishi, Kiyohiko Okayama, Teruo Higashino

    IEICE Transactions on Fundamentals of Electronics, Communications and Computer Sciences   E88-A ( 5 )   1234 - 1240   2005

     More details

    Language:English   Publishing type:Research paper (scientific journal)   Publisher:Institute of Electronics, Information and Communication, Engineers, IEICE  

    DOI: 10.1093/ietfec/e88-a.5.1234

    Scopus

    researchmap

  • A proposal of hierarchical chordal ring network topology for WDM networks Reviewed

    Tomoya Kitani, Nobuo Funabiki, Teruo Higashino

    Proceedings - IEEE International Conference on Networks, ICON   2   605 - 609   2004

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1109/ICON.2004.1409241

    Scopus

    researchmap

  • A Test Sequence Generation Method for Communication Protocols Using the SAT Algorithm Reviewed

    Takanori Mori, Hirotaka Otsuka, Nobuo Funabiki, Akio Nakata, Teruo Higashino

    Systems and Computers in Japan   34 ( 11 )   20 - 29   2003.10

     More details

    Language:English   Publishing type:Research paper (scientific journal)  

    DOI: 10.1002/scj.10482

    Scopus

    researchmap

  • A neural network combined two-stage algorithm for route assignment problems with reliability satisfaction in multihop radio networks Reviewed

    T Baba, N Funabiki, S Tajima

    ELECTRONICS AND COMMUNICATIONS IN JAPAN PART III-FUNDAMENTAL ELECTRONIC SCIENCE   85 ( 6 )   63 - 73   2002

     More details

    Language:English   Publishing type:Research paper (scientific journal)  

    DOI: 10.1002/ecjc.1102

    Web of Science

    researchmap

  • An optimal path selection algorithm for static and mobile multicast routing problems

    Shigeto Tajima, Masakazu Fujii, Nobuo Funabiki, Tokumi Yokohira, Kazufumi Tsunemura, Teruo Higashino

    Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)   2343   193 - 202   2002

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)   Publisher:Springer Verlag  

    DOI: 10.1007/3-540-45803-4_18

    Scopus

    researchmap

  • A global routing technique for Wave-Steered circuits

    *Nobuo Funabiki, Amit Singh, Arindam Mukherjee, Malgorzata Marek-Sadowska

    Proc. of Euromicro Symposium on Digital Design (DSD’2001)   2001.9

     More details

  • A minimal-state processing search algorithm for satisfiability problems Reviewed

    Nobuo Funabiki, Tokumi Yokohira, Toru Nakanishi, Shigeto Tajima, Teruo Higashino

    Proceedings of the IEEE International Conference on Systems, Man and Cybernetics   4   2769 - 2774   2001

     More details

    Language:English   Publishing type:Research paper (scientific journal)  

    DOI: 10.1109/ICSMC.2001.972986

    Scopus

    researchmap

  • Expanded maximum neural network algorithm for a channel assignment problem in cellular radio networks Reviewed

    Katsuyoshi Ikenaga, Yoichi Takenaka, Nobuo Funabiki

    Electronics and Communications in Japan, Part III: Fundamental Electronic Science (English translation of Denshi Tsushin Gakkai Ronbunshi)   83 ( 11 )   11 - 19   2000

     More details

    Language:English   Publishing type:Research paper (scientific journal)   Publisher:Scripta Technica Inc  

    DOI: 10.1002/(SICI)1520-6440(200011)83:11<11::AID-ECJC2>3.0.CO;2-D

    Scopus

    researchmap

  • A neural network for one-shot scheduling problems in multicast packet switching systems Reviewed

    T Baba, N Funabiki, S Nishikawa

    ELECTRONICS AND COMMUNICATIONS IN JAPAN PART III-FUNDAMENTAL ELECTRONIC SCIENCE   83 ( 3 )   12 - 21   2000

     More details

    Language:English   Publishing type:Research paper (scientific journal)  

    Web of Science

    researchmap

  • A Binary Neural Network Algorithm for the Graph Partitioning Problem

    Yasuhiro Tamaki, Nobuo Funabiki, Seishi Nishikawa

    Electronics and Communications in Japan, Part III: Fundamental Electronic Science (English translation of Denshi Tsushin Gakkai Ronbunshi)   82 ( 12 )   34 - 42   1999

     More details

    Language:English   Publishing type:Research paper (scientific journal)   Publisher:John Wiley and Sons Inc.  

    DOI: 10.1002/(sici)1520-6440(199912)82:12<34::aid-ecjc4>3.0.co;2-5

    Scopus

    researchmap

  • Proposal of an N-parallel computation method for a neural network for the N queens problem

    Hiroaki Yoshio, Takayuki Baba, Nobuo Funabiki, Seishi Nishikawa

    Electronics and Communications in Japan, Part III: Fundamental Electronic Science (English translation of Denshi Tsushin Gakkai Ronbunshi)   80 ( 11 )   12 - 20   1997.11

     More details

    Language:English   Publishing type:Research paper (scientific journal)   Publisher:Scripta Technica Inc  

    DOI: 10.1002/(SICI)1520-6440(199711)80:11<12::AID-ECJC2>3.0.CO;2-U

    Scopus

    researchmap

  • A maximum neural network approach for N-queens problems

    FUNABIKI N.

    Biol Cybern   76   251 - 255   1997.6

  • An evolutionary neural network algorithm for max cut problems

    N. Funabiki, J. Kitamichi, S. Nishikawa

    IEEE International Conference on Neural Networks - Conference Proceedings   2   1260 - 1265   1997

     More details

    Language:English   Publishing type:Research paper (international conference proceedings)  

    DOI: 10.1109/ICNN.1997.616215

    Scopus

    researchmap

  • Maximum Neural Network Algorithms for N - Queen Problems

    TAKENAKA Yoichi, FUNABIKI Nobuo, NISHIKAWA Seishi

    Transactions of Information Processing Society of Japan   37 ( 10 )   1781 - 1788   1996.10

     More details

    Language:Japanese   Publisher:Information Processing Society of Japan (IPSJ)  

    This paper presents maximum neural network algorithms for N-queen problems using the maximum neuron model. The maximum neuron model is proposed by Takefuji et al. in order to provide efficient neural network solutions for combinatorial optimization problems. In this model, one and only one neuron id always fired in each group of neurons, which can not only reduce the searching space drastically but also save the computation load. The simulation results show that the performance of our maximum neural network surpasses the existing neural network for the same problem. Particularly, the maximum neural network in shown to be much suitable for the semi-synchronous computation.

    CiNii Article

    CiNii Books

    researchmap

    Other Link: http://id.nii.ac.jp/1001/00013567/

  • A binary neural network approach for link activation problems in multihop radio networks Reviewed

    N Funabiki, S Nishikawa

    IEICE TRANSACTIONS ON COMMUNICATIONS   E79B ( 8 )   1086 - 1093   1996.8

  • A parallel neural network computing for the maximum clique problem

    Lee Kuo Chun, Funabiki Nobuo, Cho Y. B, Takefuji Yoshiyasu

    905 - 910   1991

     More details

    Language:English  

    &lt;p&gt;A novel computational model for large-scale maximum clique problems is proposed and tested. The maximum clique problem is first formulated as an unconstrained quadratic zero-one programming and it is solved by minimizing the weight summation over the same partition in a newly constructed graph. The proposed maximum neural network has the following advantages: (1) coefficient-parameter tuning in the motion equation is not required in the maximum neural network while the conventional neural networks suffer from it; (2) the equilibrium state of the maximum neural network is clearly defined in order to terminate the algorithm, while the existing neural networks do not have the clear definition; and (3) the maximum neural network always allows the state of the system to converge to the feasible solution, while the existing neural networks cannot guarantee it. The proposed parallel algorithm for large-size problems outperforms the best known algorithms in terms of computation time with much the same solution quality where the conventional branch-and-bound method cannot be used due to the exponentially increasing computation time.&lt;/p&gt;

    researchmap

  • A maximum neural network for the max cut problem

    Lee Kuo Chun, Takefuji Yoshiyasu, Funabiki Nobuo

    379 - 384   1991

     More details

    Language:English  

    &lt;p&gt;The max cut problem, one of the NP-complete problems, was chosen to test the capability of an artificial neural network. The algorithm based on the maximum neural network was tested by 1000 randomly generated examples, including up to 300 vertex problems. The simulation result shows that the proposed parallel algorithm using the maximum neural network generates better solutions than Hsu&#039;s algorithm within one hundred iteration steps, regardless of the problem size.&lt;/p&gt;

    researchmap

  • Analog maximum neural network circuits using the switched capacitor technique

    Cho Yong Beom, Lee Kuo Chun, Takefuji Yoshiyasu, Funabiki Nobuo

    1906 - 1911   1991

     More details

    Language:English  

    &lt;p&gt;The circuit of the maximum neural network based on the switched capacitor technique is proposed. The performance of the proposed circuit was derived from SPICE simulation. The bipartite subgraph problem is solved by using the proposed circuit. The SPICE simulation result confirms the function of the network. Because the complexity of the proposed analog circuit is so small, it is possible to fabricate an optimization system in a single chip.&lt;/p&gt;

    researchmap

▼display all

Books

  • IAENG Transactions on Engineering Sciences - Special Issue for the International Association of Engineers Conferences 2016 (Volume II)

    Sio-long Ao, Len Gelman, Haeng Kon Kim, Mahyar A Amouzegar( Role: Contributor)

    World Scientific Publishing  2018.1 

     More details

  • ICTプロフェッショナル概論

    岡山大学出版会  2013 

     More details

  • Intelligent control and innovative computing

    Springer  2012 

     More details

  • グラフ理論の基礎と応用

    共立出版  2012 

     More details

  • Wireless Mesh Networks

    InTech - Open Access Publisher  2011 

     More details

  • 情報セキュリティ対策の要点-実務と理論-

    コロナ社  2005 

     More details

  • Soft computing in communications

    Springer  2004 

     More details

▼display all

MISC

  • A Study on 3D Model Adaptation for Generating Patch-based Adversarial Perturbations

    瀧脇大登, 栗林稔, 舩曵信生

    電子情報通信学会技術研究報告(Web)   123 ( 332(EMM2023 80-88) )   2024

  • JPEG圧縮由来の歪み信号に基づくフィルタリングを活用した敵対的事例検出手法

    角森健太, 栗林稔, 舩曵信生

    電子情報通信学会技術研究報告(Web)   123 ( 332(EMM2023 80-88) )   2024

  • A Proposal of Two Types of Exercise Problems for TCP/IP Programming Learning by C Language

    LU Xiqin, FUNABIKI Nobuo, NAING Inzali, HTOO SANDI KYAW Htoo, UEDA Kiyoshi

    電子情報通信学会技術研究報告(Web)   122 ( 406(NS2022 167-251) )   2023

  • An Overview of Edge Device Framework in SEMAR IoT Application Server Platform

    PANDUMAN Yohanes Yohanie Fridelin, FUNABIKI Nobuo, HUSNA Radhiatul, SHWE San Hay Mar, SUKARIDHOTO Sritrusta, KAO Wen-Chung

    電子情報通信学会大会講演論文集(CD-ROM)   2023   2023

  • An investigation of IEEE802.11ax protocol usage to holding access-point assignment algorithm in wireless local-area networks

    田島滋人, 舩曵信生

    電子情報通信学会技術研究報告(Web)   122 ( 406(NS2022 167-251) )   2023

  • A Throughput Drop Estimation Model with Non-Channel Bonding for Two-Link Concurrent Communications in IEEE 802.11ac WLAN

    ROY Sujan Chandra, FUNABIKI Nobuo, WU Bin, SUN Yuanshuai, HTET Ei Ei, KURIBAYASHI Minoru

    電子情報通信学会大会講演論文集(CD-ROM)   2023   2023

  • An Extension of Answer Interface File Generator for Node.js-based Java Programming Learning Assistant System Platform

    AUNG Soe Thandar, FUNABIKI Nobuo, WAI Khaing Hsu, LU Xiqin, JING Yanhui

    電子情報通信学会大会講演論文集(CD-ROM)   2023   2023

  • Experimental Verification of Interface Setup Optimization Method Using Throughput Estimation Model for Concurrently Communicating Three Access-Points in Wireless Local-Area Network

    AKHTER Fatema, FUNABIKI Nobuo, HTET Ei Ei, KURIBAYASHI Minoru

    電子情報通信学会大会講演論文集(CD-ROM)   2023   2023

  • An Extension of Static Worker Assignment Algorithm to Uniform Jobs with Multiple CPU Time in User-PC Computing System

    ZHOU Xudong, FUNABIKI Nobuo, AUNG Lynn Htet, XU Xiang

    電子情報通信学会大会講演論文集(CD-ROM)   2023   2023

  • A Proposal for Flowchart Understanding Problem (FUP) for System Design Learning

    MON Khin Thet, FUNABIKI Nobuo, WAI Khaing Hsu, AUNG Soe Thandar

    電子情報通信学会大会講演論文集(CD-ROM)   2023   2023

  • Design and Implementation of Unit Testing Tool in Client-Side Web Programming Learning System

    NAING Inzali, FUNABIKI Nobuo, WAI Khaing Hsu, HTOO SANDI KYAW Htoo, QI Huiyu, FLASMA Veronicha

    電子情報通信学会技術研究報告(Web)   122 ( 406(NS2022 167-251) )   2023

  • An Extension of User-PC Computing System for NS-3 Network Simulations

    HTET AUNG Lynn, FUNABIKI Nobuo, KURIBAYASHI Minoru, GUNJI Haruki, KOKUBUN Yuto, UEDA Kiyoshi

    電子情報通信学会技術研究報告(Web)   122 ( 406(NS2022 167-251) )   2023

  • A Study of Grammar-concept Understanding Problem for Web Application Development using MEAN Architecture

    KYAW Htoo Htoo Sandi, KANEKO Keiichi, AUNG Soe Thandar, NAING Inzali, FUNABIKI Nobuo

    電子情報通信学会技術研究報告(Web)   122 ( 406(NS2022 167-251) )   2023

  • Efficient Execution of Wireless Multi-hop Network Simulation by User-PC Computing System using Docker

    郡司遥輝, 舩曵信生, HTET Hein, AUNG Lynn Htet, 三好匠, 山崎託, 山本嶺, 上田清志

    電子情報通信学会技術研究報告(Web)   122 ( 406(NS2022 167-251) )   2023

  • A Study of Automatic Test Data Generation Method for C Programming

    LI Zhikang, FUNABIKI Nobuo, LU Xiqin, QI Huiyu

    電子情報通信学会大会講演論文集(CD-ROM)   2023   2023

  • Development of Web Application for Generating Design QR Code

    山崎裕真, 栗林稔, 舩曵信生

    電子情報通信学会技術研究報告(Web)   122 ( 337(ICM2022 31-43) )   2023

  • Extensions of Air Conditioning Optimization Guidance System for Improved Ventilation Instructions

    坂上暢規, 浜崎和志, 伊東翔, 永山智也, 舩曵信生, 栗林稔

    電子情報通信学会技術研究報告(Web)   122 ( 329(MSS2022 44-61) )   2023

  • Human Head Position Detection Using OpenPose for Privacy Protection

    瀬尾亮太, 田中千奈月, 栗林稔, 舩曵信生

    電子情報通信学会技術研究報告(Web)   122 ( 412(EMM2022 67-92) )   2023

  • A Study on Eliminating Malicious Node in Federated Learning

    赤井怜音, 栗林稔, 舩曵信生

    電子情報通信学会技術研究報告(Web)   122 ( 412(EMM2022 67-92) )   2023

  • Prediction of Room Temperature and Airflow Distribution in Air Conditioning Guidance Systems

    ZHAO Yihan, 小島一恭, 佐藤博之, HUO Yuanzhi, 舩曵信生

    日本機械学会年次大会講演論文集(CD-ROM)   2022   2022

  • A Feasibility Study of Interface Setup Optimization Method Using Throughput Estimation Model for Concurrently Communicating Three Access-Points in Wireless Local-Area Network

    AKHTER Fatema, FUNABIKI Nobuo, WU Bin, MARIO GULO Melki, CHANDRA ROY Sujan, KURIBAYASHI Minoru

    電子情報通信学会技術研究報告(Web)   122 ( 310(NS2022 128-149) )   2022

  • Two Extensions of Indoor Localization System Using IEEE802.15.4 for Detection Accuracy Improvement

    濱崎和志, HUO Yuanzhi, PUSPITANINGAYU Pradini, 舩曵信生, 栗林稔

    電子情報通信学会技術研究報告(Web)   122 ( 310(NS2022 128-149) )   2022

  • Generating patch-wise adversarial examples for avoidance of face recognition system and verification of its robustness

    瀧脇大登, 栗林稔, 舩曵信生

    電子情報通信学会技術研究報告(Web)   122 ( 25(IT2022 1-14) )   2022

  • A study of adversarial example detection using the correlation between adversarial noise and JPEG compression-derived distortion

    角森健太, 山崎裕真, 栗林稔, 舩曵信生, 越前功

    電子情報通信学会技術研究報告(Web)   122 ( 25(IT2022 1-14) )   2022

  • A Study on Convergency of DNN Watermarking Without Embedding Loss Function

    聴覚研究会資料 = Proceedings of the auditory research meeting   51 ( 7 )   393 - 398   2021.11

     More details

    Language:Japanese   Publisher:日本音響学会  

    CiNii Article

    CiNii Books

    researchmap

  • A study of fingerprint parameter optimization method for indoor localization system using IEEE802.15.4 devices

    Yuanzhi Huo, Pradini Puspitaningayu, Kazushi Hamazaki, Nobuo Funabiki, Minoru Kuribayashi, Kazuyuki Kojima

    電子情報通信学会技術研究報告   LOIS2021-4   19 - 24   2021.5

     More details

    Authorship:Corresponding author   Publishing type:Research paper, summary (national, other academic conference)  

    researchmap

  • A Study of Face Detection and Its Privacy Protection in Photos Taken by Wide-Angle Surveillance Camera

    中井康貴, 栗林稔, 舩曳信生, 藤井爽平, 石原洋之

    電子情報通信学会技術研究報告(Web)   120 ( 418(EMM2020 67-79) )   2021

  • Extensions of Answer Analysis Function for Programming Learning Assistant System

    西村一輝, 岩本晃司郎, HTOO SANDI KYAW Htoo, 舩曵信生, 栗林稔

    電子情報通信学会技術研究報告(Web)   121 ( 12(LOIS2021 1-11) )   2021

  • An Extension of Indoor Localization System Using IEEE802.15.4 Protocol for Multiple Users

    濱崎和志, PUSPITANINGAYU Pradini, 舩曵信生, 栗林稔

    電子情報通信学会技術研究報告(Web)   121 ( 12(LOIS2021 1-11) )   2021

  • An Implementation of Ventilation Request Function in Air-Conditioning Guidance System

    坂上暢規, HUO Yuanzhi, 舩曵信生, 栗林稔

    電子情報通信学会技術研究報告(Web)   121 ( 12(LOIS2021 1-11) )   2021

  • A Study on Feature Extraction Suitable for Double JPEG Compression Analysis Based on Statistical Bias Observation of DCT Coefficients

    竹下大地, 栗林稔, 舩曵信生

    電子情報通信学会技術研究報告(Web)   121 ( 28(IT2021 1-14) )   2021

  • A Study of Detecting Adversarial Examples Using Sensitivities to Multiple Auto Encoders

    山崎裕真, 栗林稔, 舩曵信生, NGUYEN Huy HONG, 越前功

    電子情報通信学会技術研究報告(Web)   121 ( 28(IT2021 1-14) )   2021

  • Detection of Adversarial Examples in CNN Image Classifiers Using Features Extracted with Multiple Strengths of Filter

    東亮憲, 栗林稔, 舩曵信生, NGUYEN Huy Hong, 越前功

    電子情報通信学会技術研究報告(Web)   120 ( 418(EMM2020 67-79) )   2021

  • A Study on Convergency of DNN Watermarking Without Embedding Loss Function

    田中拓朗, 安井達哉, 栗林稔, 舩曵信生

    電子情報通信学会技術研究報告(Web)   121 ( 246(EA2021 27-56) )   2021

  • Poster Presentation : Evaluation on JPEG Image Compression History Analysis Using Histogram of DCT Coefficients with Different Block Size

    聴覚研究会資料 = Proceedings of the auditory research meeting   50 ( 6 )   337 - 342   2020.11

     More details

    Language:Japanese   Publisher:日本音響学会  

    CiNii Article

    CiNii Books

    researchmap

  • DM-QIM Watermarking for Fully Connected Layers of DNN Model

    映像情報メディア学会技術報告 = ITE technical report   44 ( 18 )   21 - 26   2020.9

     More details

    Language:Japanese   Publisher:映像情報メディア学会  

    CiNii Article

    CiNii Books

    researchmap

  • A Database-less Implementation for Portable Server of Java Programming Learning Assistant System

    岩本晃司郎, 舩曵信生, 石原信也, 栗林稔

    電気・情報関連学会中国支部連合大会講演論文集(CD-ROM)   71st   2020

  • DM-QIM Watermarking for Weights of Deep Neural Network

    田中拓朗, 安井達哉, 栗林稔, 舩曵信生

    電子情報通信学会技術研究報告   119 ( 463(EMM2019 102-129)(Web) )   2020

  • Study of CNN-based Analysis on Editing History of JPEG File Using Histogram of DCT Coefficients

    小浦啓太郎, 栗林稔, 舩曵信生

    電子情報通信学会技術研究報告   119 ( 463(EMM2019 102-129)(Web) )   2020

  • Detection of Illegal Movies Captured by Video Camera from Display Device

    鎌苅康大, 河田健斗, 栗林稔, 舩曵信生

    電子情報通信学会技術研究報告   119 ( 463(EMM2019 102-129)(Web) )   2020

  • A proposal of individual input data extraction method in Word document file

    LI Yuehao, 舩曵信生, 栗林稔, 石原信也

    電子情報通信学会技術研究報告   119 ( 468(ET2019 76-105)(Web) )   2020

  • DM-QIM Watermarking for Fully Connected Layers of DNN Model

    田中拓朗, 栗林稔, 舩曵信生

    電子情報通信学会技術研究報告(Web)   120 ( 151(EMM2020 29-35) )   2020

  • Detecting Adversarial Examples Based on Sensitivities to Lossy Compression Algorithms

    東亮憲, 栗林稔, 舩曵信生, NGUYEN Huy Hong, 越前功

    電子情報通信学会技術研究報告   119 ( 463(EMM2019 102-129)(Web) )   2020

  • Evaluation on JPEG Image Compression History Analysis Using Histogram of DCT Coefficients with Different Block Size

    中嶋直也, 栗林稔, 舩曵信生

    電子情報通信学会技術研究報告(Web)   120 ( 241(EA2020 21-45) )   2020

  • An Improvement of Air-Conditioning Guidance System with Outdoor Discomfort Index for Avoiding False Messages

    HUDA Samsul, FUNABIKI Nobuo, KURIBAYASHI Minoru, WIDYATRA SUDIBYO Rahardhita, ISHIHARA Nobuya

    電子情報通信学会技術研究報告(Web)   120 ( 69(NS2020 22-30) )   2020

  • A Calligraphy Learning Assistant System with Letter Portion Practice Function Using Projection Mapping

    Huda Samsul, Funabiki Nobuo, Kuribayashi Minoru, Kao Wen-Chung

    IEEE Conference Proceedings   2020 ( ICCE )   2020

  • A Proposal of Air Conditioner Overuse Alarm System Using Raspberry Pi

    HUDA Samsul, FUNABIKI Nobuo, KURIBAYASHI Minoru, SUDIBYO Rahardhita Widyatra, ISHIHARA Nobuya

    電子情報通信学会大会講演論文集(CD-ROM)   2020   2020

  • Extraction of Characteristic Vectors and Its Dimension Reduction for Estimating Collusion Strategy in Fingerprinting Codes

    コンピュータセキュリティシンポジウム2019論文集   ( 2019 )   982 - 989   2019.10

     More details

    Language:Japanese  

    CiNii Article

    researchmap

  • Detecting Adversarial Example Based on Changes of CNN Classification Results Caused by JPEG Compression

    コンピュータセキュリティシンポジウム2019論文集   ( 2019 )   975 - 981   2019.10

     More details

    Language:Japanese  

    CiNii Article

    researchmap

  • Analysis on Editing History of JPEG File Based on the Bias in Histogram of DCT Coefficients

    コンピュータセキュリティシンポジウム2019論文集   ( 2019 )   969 - 974   2019.10

     More details

    Language:Japanese  

    CiNii Article

    researchmap

  • Three Improvements of Code Correction Problem in Java Programming Learning Assistant System

    情報処理学会論文誌プログラミング(PRO)   12 ( 3 )   17 - 17   2019.7

     More details

    Language:Japanese  

    本グループでは,Javaプログラミング教育の高度化を狙いとして,Webを用いたJavaプログラミング学習支援システムJPLASを開発している.JPLASでは,学習者の作成した解答コードに対し,テストコードを用いたソフトウェアテストによる自動採点を行っている.その際,学習者は,テストコード中の情報(クラス,メソッド,変数の名称,アクセス修飾子,データ型など)を読み取り,解答コードに反映する必要がある.そのため,テストコードと誤りのある問題コードを与え,後者の修正を求める,コード修正問題を提案している.また,問題コード生成のために,ソースコードに誤りを施すアルゴリズムを提案している.本研究では,コード修正問題において,1)問題コードの多様化のための誤り情報の追加,2)テストコードを用いた問題コードの検証による正当性検証,3)問題コードの難易度の制御機能,の3つの改良を提案する.それらをJPLASに実装し,本学科Javaプログラミング授業での利用により,本提案の有効性を検証する.
    To enhance Java programming educations, we have developed the Web-based Java Programming Learning Assistant System (JPLAS). JPLAS automatically marks the answer code of a student through software test using the test code. Thus, a student has to extract the necessary information from the test code to implement the answer code. To help a novice student, we proposed the code correction problem in the previous study, where a source code with errors, called a problem code, is given to a student with a test code, and is requested to be corrected to pass the test. We also proposed the algorithm to generate the problem code by making errors in the source code. In this study, we propose three improvements in the code correction problem: 1) to allow additional code items for errors for variation of the problem code, 2) to verify the correctness of the problem code by testing it, and 3) to implement the problem difficulty control function. We verify the effectiveness through applications in the Java programing course in our department.

    CiNii Article

    CiNii Books

    researchmap

  • Implementations of Answering Status Visualization and Problem Recommendation Functions in Java Programming Learning Assistant System

    情報処理学会論文誌プログラミング(PRO)   12 ( 3 )   16 - 16   2019.7

     More details

    Language:Japanese  

    Javaは,可搬性,堅牢性,安全性に優れたプログラミング言語として,業務系システム,組み込みシステムなどに幅広く利用されており,そのプログラミング教育が重要である.そこで本研究室では,Webを用いたJavaプログラミング学習支援システムJPLAS(Java Programming Learning Assistant System)を開発し,授業での運用を行っている.現状のJPLASでは,教員がそれぞれの学生の問題解答状況を一覧で把握するための機能を有していない.また,全学生に同一の問題が出されており,個々の学生の学習レベルに適した問題が出題されていない.本発表では,以上の課題を解決するために,JPLASにおいて,エレメント補充問題を対象として,学生の解答状況の可視化機能,および,各学生に次に解くべき問題の推薦機能を実装する.特に後者では,これまでの学生の解答結果の分析により,各問題の難易度の算出法を提案し,各学生の解答履歴から,その学生に適した難易度の問題を次に解くべき問題として推薦する.評価として,教員に対して,解答状況可視化機能を用いたプログラミング演習を行ってもらう.また,学生に対して,問題推薦機能を用いた問題演習を行ってもらう.その後,アンケートの実施および解答結果の分析を行い,有効性を検証する.今後の課題として,問題難易度設定方法の再検討,エレメント補充問題以外の問題も対応可能な問題推薦機能への拡張があげられる.
    As a portable, solid, secure programming language, Java is used widely such as business system and embedded system, thus its programming education is important. Therefore, we have developed the Web-based Java Programming Learning Assistant System (JPLAS) and used it in the Java programming course. JPLAS has no function which teacher can follow answering status of problems for each student. Additionally, it set the same problems to all of students, thus, it doesn't set the suitable problems corresponding to learning level for each student. In this presentation, we implement the answering status visualization function for each student and the recommendation function which recommend problems each student should solve the next for element fill in blank problems in JPLAS. In particular in the latter one, according to analysis of students' answering results so far, we propose the calculation method of problem difficulty and the system recommend the suitable problem to solve the next with learning level and answering history of each student. As an evaluation, we apply the answering status visualization function to the teacher in the programming exercise. Furthermore, we inspect the effectiveness by conducting a questionnaire survey and analyzing the answering results after students solve some of problems using problem recommendation function. In the future works, revision of the way to set up the problem level of difficulty and extension of problem recommendation function to follow other type of problems are some important tips.

    CiNii Article

    CiNii Books

    researchmap

  • Cyclically Permutable codeとLDPC符号における同期回復と誤り訂正能力の比較

    須磨尚大, 栗林稔, 舩曵信生

    情報理論とその応用シンポジウム予稿集(CD-ROM)   42nd   2019

  • Estimation of Collusion Strategy for Fingerprinting Codes under Noisy Environment

    安井達哉, 栗林稔, 舩曵信生

    電子情報通信学会技術研究報告   118 ( 494(EMM2018 91-115)(Web) )   2019

  • A Study of Patch Size for Distinguishing CGs from Real Photos Using CNN

    河田健斗, 栗林稔, 舩曵信生

    電子情報通信学会技術研究報告   118 ( 494(EMM2018 91-115)(Web) )   2019

  • An Implementation of Letter Portion Practice Function in Calligraphy Learning Assistant System Using Projection Mapping

    HUDA Samsul, FUNABIKI Nobuo, KURIBAYASHI Minoru

    情報科学技術フォーラム講演論文集   18th   2019

  • An Evaluation of Calligraphy Learning Assistant System Using Projection Mapping

    HUDA Samsul, FUNABIKI Nobuo, KURIBAYASHI Minoru, KYAW Htoo Htoo Sandi

    電子情報通信学会大会講演論文集(CD-ROM)   2019   2019

  • Implementation and Evaluation of Fingerprinting System for Preventing Internal Leakage of Sensitive Data

    聴覚研究会資料 = Proceedings of the auditory research meeting   48 ( 7 )   661 - 666   2018.11

     More details

    Language:Japanese   Publisher:日本音響学会  

    CiNii Article

    CiNii Books

    researchmap

  • Segment-Wise Watermarking Scheme for PDF Document File Considering The Applicability to Fingerprinting System

    聴覚研究会資料 = Proceedings of the auditory research meeting   48 ( 7 )   655 - 660   2018.11

     More details

    Language:Japanese   Publisher:日本音響学会  

    CiNii Article

    CiNii Books

    researchmap

  • Dynamic Estimation of Collusion Strategy for the Detection of Colluders in Fingerprinting Codes

    安井 達哉, 栗林 稔, 舩曵 信生, 越前 功

    映像情報メディア学会技術報告 = ITE technical report   42 ( 31 )   65 - 70   2018.9

     More details

    Language:Japanese   Publisher:映像情報メディア学会  

    CiNii Article

    CiNii Books

    researchmap

  • A Study on Synchronization and Error Correction for Cyclically Permutable Code

    須磨尚大, 栗林稔, 舩曵信生

    電子情報通信学会技術研究報告   118 ( 31(IT2018 1-11) )   13 - 18   2018.5

     More details

    Language:Japanese   Publisher:電子情報通信学会  

    CiNii Article

    J-GLOBAL

    researchmap

  • A Study of Aesthetic QR Code Considering Local Characteristic of Image

    栗林稔, 村上元貴, 舩曵信生

    電子情報通信学会技術研究報告   118 ( 31(IT2018 1-11) )   19 - 24   2018.5

     More details

    Language:Japanese   Publisher:電子情報通信学会  

    CiNii Article

    J-GLOBAL

    researchmap

  • Estimation of Collusion Strategy for Fingerprinting Codes

    安井達哉, 栗林稔, 舩曵信生

    電子情報通信学会技術研究報告   117 ( 476(EMM2017 77-93) )   17 - 22   2018.3

     More details

    Language:Japanese   Publisher:電子情報通信学会  

    CiNii Article

    J-GLOBAL

    researchmap

  • Analysis on History of JPEG Compression Considering the Characteristic of Quantization Table

    小浦啓太郎, 栗林稔, 舩曵信生

    電子情報通信学会技術研究報告   117 ( 476(EMM2017 77-93) )   45 - 50   2018.3

     More details

    Language:Japanese   Publisher:電子情報通信学会  

    CiNii Article

    J-GLOBAL

    researchmap

  • A Study of Tracing Algorithm for Fingerprinting Code Considering Erasure Symbols (マルチメディア情報ハイディング・エンリッチメント)

    栗林 稔, 舩曵 信生

    電子情報通信学会技術研究報告 = IEICE technical report : 信学技報   117 ( 425 )   13 - 18   2018.1

     More details

    Language:English   Publisher:電子情報通信学会  

    CiNii Article

    researchmap

  • An Extension of Test Code Generation Support Tool Using Test Log to Java Method with Returning Value

    日下 涼太, 舩曵 信生, 栗林 稔, 石原 信也

    電子情報通信学会技術研究報告 = IEICE technical report : 信学技報   117 ( 381 )   127 - 132   2018.1

     More details

    Language:Japanese   Publisher:電子情報通信学会  

    CiNii Article

    CiNii Books

    researchmap

  • An Introduction of Source Code Management System for Java Programming Learning Assistant System : JPLAS

    松本 慎平, 舩曵 信生, 栗林 稔, 石原 信也

    電子情報通信学会技術研究報告 = IEICE technical report : 信学技報   117 ( 380 )   167 - 172   2018.1

     More details

    Language:Japanese   Publisher:電子情報通信学会  

    CiNii Article

    researchmap

  • A Proposal of Code Correction Problem for Test Code Study in Java Programming Learning Assistant System

    何 賽, 舩曵 信生, 栗林 稔, 石原 信也

    電子情報通信学会技術研究報告 = IEICE technical report : 信学技報   117 ( 381 )   161 - 166   2018.1

     More details

    Language:Japanese   Publisher:電子情報通信学会  

    CiNii Article

    CiNii Books

    researchmap

  • A test code generation method for coding standard input/output with exception handling in Java programming learning assistant system

    Ei Ei Mon, Nobuo Funabiki, Ryota Kusaka, Khin Khin Zaw, Wen-Chung Kao

    Advances in Science, Technology and Engineering Systems Journal   3 ( 1 )   30 - 37   2018

     More details

    Language:English  

    researchmap

    Other Link: https://astesj.com/v03/i01/p05/

  • A proposal of code completion problem for Java programming learning assistant system

    Htoo Htoo, Sandi Kyaw, Shwe Thinzar Aung, Hnin Aye Thant, Nobuo Funabiki

    Proceeding of The 10th International Workshop on Virtual Environment and Network-Oriented Applications (VENOA-2018)   855 - 864   2018

     More details

    Language:English  

    researchmap

  • A proposal of hardware channel bonding for IEEE802.11n wireless network using Raspberry Pi

    Rahardhita Widyatra Sudibyo, Nobuo Funabiki, Wen-Chung Kao

    Proceeding of 2018 IEEE International Conference on Consumer Electronics - Taiwan (ICCE-TW 2018)   277 - 278   2018

     More details

    Language:English  

    researchmap

  • A study of MIMO host location optimization in active access-point configuration algorithm for elastic WLAN system

    Mousumi Saha, Nobuo Funabiki, Sumon Kumar Debnath, Wen-Chung Kao

    Proceeding of 2018 IEEE International Conference on Consumer Electronics - Taiwan (ICCE-TW 2018)   275 - 276   2018

     More details

    Language:English  

    researchmap

  • A throughput estimation model for IEEE 802.11n MIMO link in wireless local-area networks

    Sumon Kumar Debnath, Mousumi Saha, Nobuo Funabiki, Wen-Chung Kao

    Proceedings of 3rd International Conference on Computer and Communication Systems (ICCCS-2018)   327 - 331   2018

     More details

    Language:English  

    researchmap

  • A holding access-point assignment algorithm for IEEE802.11 wireless local-area networks

    Shigeto Tajima, Nobuo Funabiki, Teruo Higashino

    International Journal of Space-Based and Situated Computing   8 ( 1 )   50 - 58   2018

     More details

    Language:English  

    researchmap

  • An improved informative test code approach for code writing problem in Java programming learning assistant system

    Nobuo Funabiki, Khin Khin Zaw, Ei Ei Mon, Wen-Chung Kao

    Proceeding of The 6th International Conference on Emerging Internet, Data and Web Technologies (EIDWT-2018)   687 - 698   2018

     More details

    Authorship:Lead author   Language:English  

    researchmap

  • Implementation and Evaluation of Fingerprinting System for Preventing Internal Leakage of Sensitive Data

    上田貴大, 栗林稔, 舩曵信生

    電子情報通信学会技術研究報告   118 ( 312(EA2018 63-80) )   2018

  • Segment-Wise Watermarking Scheme for PDF Document File Considering The Applicability to Fingerprinting System

    福島拓哉, 栗林稔, 舩曵信生

    電子情報通信学会技術研究報告   118 ( 312(EA2018 63-80) )   2018

  • Dynamic Estimation of Collusion Strategy for the Detection of Colluders in Fingerprinting Codes

    安井達哉, 栗林稔, 舩曵信生, 越前功

    電子情報通信学会技術研究報告   118 ( 223(IE2018 30-43)(Web) )   2018

  • File access extension of test code generation tool for Java programming learning assistant system

    Nobuo Funabiki, Ryota Kusaka, Nobuya Ishihara, Wen-Chung Kao

    2017 IEEE 6th Global Conference on Consumer Electronics, GCCE 2017   2017-   1 - 2   2017.12

     More details

    Authorship:Lead author   Language:English   Publisher:Institute of Electrical and Electronics Engineers Inc.  

    DOI: 10.1109/GCCE.2017.8229400

    Scopus

    researchmap

  • A holding access-point assignment algorithm for wireless local-area networks

    Shigeto Tajima, Nobuo Funabiki, Sumon Kumar Debnath, Teruo Higashino

    2017 9th IEEE International Conference on Communication Software and Networks, ICCSN 2017   2017-   367 - 371   2017.12

     More details

    Language:English   Publisher:Institute of Electrical and Electronics Engineers Inc.  

    DOI: 10.1109/ICCSN.2017.8230137

    Scopus

    researchmap

  • Accumulator for monotone formulas and its application to anonymous credential system

    Shahidatul Sadiah, Toru Nakanishi, Nasima Begum, Nobuo Funabiki

    Journal of Information Processing   25   949 - 961   2017.12

     More details

    Authorship:Lead author   Language:English   Publisher:Information Processing Society of Japan  

    DOI: 10.2197/ipsjjip.25.949

    Scopus

    researchmap

  • A Study of Throughput Estimation Model and Channel Assignment Algorithm for Partially Overlapping Channels in IEEE 802.11n Wireless Local-Area Networks (ネットワークシステム)

    イスマエル・ムネネ クエンガ, 舩曵 信生, セリム・アル・マムン ムハマド, ソウ・ルイン キョウ, クマル・デブナ シュモン

    電子情報通信学会技術研究報告 = IEICE technical report : 信学技報   117 ( 303 )   23 - 28   2017.11

     More details

    Language:English   Publisher:電子情報通信学会  

    CiNii Article

    CiNii Books

    researchmap

  • A Study of Throughput Estimation Model for IEEE 802.11n MIMO Link in Wireless Local-Area Network (ネットワークシステム) Reviewed

    クマル・デブナ シュモン, 舩曵 信生, ソウ・ルイン キョウ, セリム・アル・マムン ムハマド

    電子情報通信学会技術研究報告 = IEICE technical report : 信学技報   117 ( 303 )   17 - 22   2017.11

     More details

    Language:English   Publisher:電子情報通信学会  

    CiNii Article

    CiNii Books

    researchmap

  • A Study of DCT-OFDM-Based Watermarking Scheme Assisted by Error Correcting Code

    重本章吾, 栗林稔, 舩曵信生

    電子情報通信学会技術研究報告   117 ( 282(EMM2017 55-65) )   47 - 52   2017.11

     More details

    Language:Japanese   Publisher:電子情報通信学会  

    CiNii Article

    J-GLOBAL

    researchmap

  • A study of obfuscation for the security enhancement of watermarking schemes

    山下晃一郎, 栗林稔, 舩曵信生

    電子情報通信学会技術研究報告   117 ( 282(EMM2017 55-65) )   53 - 58   2017.11

     More details

    Language:Japanese   Publisher:電子情報通信学会  

    CiNii Article

    J-GLOBAL

    researchmap

  • Making of Code Clone Elimination Problem Function for Java Programming Learning Assistant System

    石原 信也, 舩曵 信生, 栗林 稔

    電子情報通信学会技術研究報告 = IEICE technical report : 信学技報   117 ( 249 )   25 - 30   2017.10

     More details

    Language:Japanese   Publisher:電子情報通信学会  

    CiNii Article

    CiNii Books

    researchmap

  • An Informative Test Code Approach for Code Writing Problem in Java Programming Learning Assistant System (ソフトウェアサイエンス)

    キン ゾウ キン, 舩曵 信生

    電子情報通信学会技術研究報告 = IEICE technical report : 信学技報   117 ( 248 )   31 - 36   2017.10

     More details

    Language:English   Publisher:電子情報通信学会  

    CiNii Article

    CiNii Books

    researchmap

  • An Informative Test Code Approach for Code Writing Problem in Java Programming Learning Assistant System (ディペンダブルコンピューティング)

    キン ゾウ キン, 舩曵 信生

    電子情報通信学会技術研究報告 = IEICE technical report : 信学技報   117 ( 249 )   31 - 36   2017.10

     More details

    Language:English   Publisher:電子情報通信学会  

    CiNii Article

    CiNii Books

    researchmap

  • A software architecture for Java programming learning assistant system

    Ishihara Nobuya, Funabiki Nobuo, Kuribayashi Minoru, Kao Wen-Chung

    International Journal of Computer & Software Engineering   2 ( 1 )   116 - 116   2017.7

     More details

    Language:English   Publisher:Graphy Publications  

    For advancements of Java programming educations, we have developed a Web-based Java Programming Learning System (JPLAS). JPLAS provides four problems with different levels, namely, element fill-inblank problem, value trace problem, statement fill-in-blank problem, and code writing problem, to cover students at different learning stages. Unfortunately, since JPLAS has been implemented by a number of students who studied in our group at different years, the code has become complex and redundant, which makes further extensions of JPLAS extremely hard. In this paper, we propose a software architecture for JPLAS to avoid redundancy. Based on the MVC model, our proposal uses Java for the model (M), HTML/CSS/JavaScript for the view (V), and JSP for the controller (C). Besides, adopting a design pattern, the marking functions of the four problems are implemented uniformly. For evaluations, after JPLAS is implemented with this architecture, the number of code files is compared with that of the previous implementation, and the number of additional files is examined for two new functions.

    CiNii Article

    researchmap

  • An offline answering function for code writing problem in Java Programming Learning Assistant System

    Nobuo Funabiki, Yingxin Wang, Nobuya Ishihara, Wen-Chung Kao

    2017 IEEE International Conference on Consumer Electronics - Taiwan, ICCE-TW 2017   241 - 242   2017.7

     More details

    Authorship:Lead author   Language:English   Publisher:Institute of Electrical and Electronics Engineers Inc.  

    DOI: 10.1109/ICCE-China.2017.7991085

    Scopus

    researchmap

  • Watermarking Scheme with Large Capacity Considering the Internal Structure of PDF File

    福島拓哉, 栗林稔, 舩曵信生

    電子情報通信学会技術研究報告   117 ( 39(IT2017 1-15) )   13 - 18   2017.5

     More details

    Language:Japanese   Publisher:電子情報通信学会  

    CiNii Article

    J-GLOBAL

    researchmap

  • A Proposal of Fingerprinting System for Protection of Sensitive Data from Internal Leakage

    上田貴大, 栗林稔, 舩曵信生

    電子情報通信学会技術研究報告   117 ( 39(IT2017 1-15) )   19 - 24   2017.5

     More details

    Language:Japanese   Publisher:電子情報通信学会  

    CiNii Article

    J-GLOBAL

    researchmap

  • DCT-OFDM Watermarking Scheme Based on Communication System Model

    Minoru Kuribayashi, Shogo Shigemoto, Nobuo Funabiki

    IEICE TRANSACTIONS ON FUNDAMENTALS OF ELECTRONICS COMMUNICATIONS AND COMPUTER SCIENCES   E100A ( 4 )   944 - 952   2017.4

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1587/transfun.E100.A.944

    Web of Science

    researchmap

  • A Consideration of Partial Channel Interference in Channel Assignment for Holding Access-Point Assignment Problem in Wireless Local-Area Networks

    116 ( 484 )   457 - 462   2017.3

     More details

  • Cross-layer selective routing for cost and delay minimization in IEEE 802.11ac wireless mesh network

    I. W. Lai, Nobuo Funabiki, Shigeto Tajima, Md. Selim Al Mamun, Sho Fujita

    Wireless Networks   1 - 13   2017.2

     More details

    Language:English   Publisher:Springer New York LLC  

    DOI: 10.1007/s11276-017-1462-9

    Scopus

    researchmap

  • Cross-layer selective routing for cost and delay minimization in IEEE 802.11ac wireless mesh network

    I. W. Lai, Nobuo Funabiki, Shigeto Tajima, Md. Selim Al Mamun, Sho Fujita

    Wireless Networks   1 - 13   2017.2

     More details

    Language:English   Publisher:Springer New York LLC  

    DOI: 10.1007/s11276-017-1462-9

    Scopus

    researchmap

  • A Proposal of Code Clone Deletion Problem for Java Programming Learning Assistant System

    石原 信也, 舩曵 信生, 栗林 稔

    電子情報通信学会技術研究報告 = IEICE technical report : 信学技報   116 ( 425 )   47 - 52   2017.1

     More details

    Language:Japanese   Publisher:電子情報通信学会  

    CiNii Article

    researchmap

  • An Improvement of Naming Rule Testing Tool for Java Programming Learning

    松本慎平, 舩曵信生, 栗林稔, 石原信也

    電子情報通信学会技術研究報告   116 ( 426(SS2016 36-59) )   41‐46   2017.1

     More details

    Language:Japanese  

    J-GLOBAL

    researchmap

  • Javaプログラミング学習のための命名規則検査ツールの改良—An Improvement of Naming Rule Testing Tool for Java Programming Learning—システム数理と応用

    松本 慎平, 舩曵 信生, 栗林 稔, 石原 信也

    電子情報通信学会技術研究報告 = IEICE technical report : 信学技報   116 ( 425 )   41 - 46   2017.1

     More details

    Language:Japanese   Publisher:東京 : 電子情報通信学会  

    CiNii Article

    CiNii Books

    researchmap

    Other Link: https://ndlsearch.ndl.go.jp/books/R000000004-I027982840

  • A parameter optimization tool and its application to throughput estimation model for wireless LAN

    Nobuo Funabiki, Chihiro Taniguchi, Kyaw Soe Lwin, Khin Khin Zaw, Wen-Chung Kao

    The 9th International Workshop on Virtual Environment and Network-Oriented Applications (VENOA-2017)   701 - 710   2017

     More details

    Authorship:Lead author   Language:English  

    researchmap

  • A User-PC computing system as ultralow-cost computation platform for small groups

    Nobuo Funabiki, Kyaw Soe Lwin, Yuuki Aoyagi, Minoru Kuribayashi, Wen-Chung Kao

    Application and Theory of Computer Technology   2 ( 3 )   10 - 24   2017

     More details

    Authorship:Lead author   Language:English  

    researchmap

  • A Proposal of Software Architecture for Java Programming Learning Assistant System

    Nobuya Ishihara, Nobuo Funabiki, Minoru Kuribayashi, Wen-Chung Kao

    2017 IEEE 31ST INTERNATIONAL CONFERENCE ON ADVANCED INFORMATION NETWORKING AND APPLICATIONS (AINA)   64 - 70   2017

     More details

  • A Proposal of Test Code Generation Tool for Java Programming Learning Assistant System

    Nobuo Funabiki, Ryota Kusaka, Nobuya Ishihara, Wen-Chung Kao

    2017 IEEE 31ST INTERNATIONAL CONFERENCE ON ADVANCED INFORMATION NETWORKING AND APPLICATIONS (AINA)   51 - 56   2017

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/AINA.2017.60

    Web of Science

    researchmap

  • A graph-based blank element selection algorithm for fill-in-blank problems in Java programming learning assistant system

    Nobuo Funabiki, Tana, Khin Khin Zaw, Nobuya Ishihara, Wen-Chung Kao

    International Journal of Computer Science   44 ( 2 )   247 - 260   2017

     More details

    Authorship:Lead author   Language:English  

    researchmap

  • An element fill-in-blank problem application in UTYCC for Java programming learning assistant system

    Htoo Htoo, Sandi Kyaw, Shwe Thinzar Aung, Hnin Aye Thant, Nobuo Funabiki

    Proceedings of The 8th International Conference on Science and Engineering 2017 (ICSE 2017)   271 - 275   2017

     More details

    Language:English  

    researchmap

  • A proposal of informative test code approach for code writing problem in Java programming learning assistant system

    Khin Khin Zaw, Nobuo Funabiki, Wen-Chung Kao

    Proceedings of The 8th International Conference on Science and Engineering 2017 (ICSE 2017)   260 - 265   2017

     More details

    Language:English  

    researchmap

  • A design-aware test code approach for code writing problem in Java programming learning assistant system

    Khin Khin Zaw, Nobuo Funabiki

    International Journal of Space-Based and Situated Computing   7 ( 3 )   145 - 154   2017

     More details

    Language:English  

    researchmap

  • Dynamic access-point configuration approach for elastic wireless local-area network system

    Md. Manowarul Islam, Md. Selim Al Mamun, Nobuo Funabiki, Minoru Kuribayashi

    Proceedings of The Fifth International Symposium on Computing and Networking (CANDAR, ASON))   2017

     More details

    Language:English  

    DOI: 10.1109/CANDAR.2017.20

    researchmap

  • A Channel Assignment Extension of Active Access-Point Configuration Algorithm for Elastic WLAN System and Its Implementation Using Raspberry Pi

    Mamun Md. Selim Al, Funabiki Nobuo, Lwin Kyaw Soe, Islam Md. Ezharul, Kao Wen-Chung

    International Journal of Networking and Computing   7 ( 2 )   248 - 270   2017

     More details

    Language:English   Publisher:IJNC Editorial Committee  

    Recently, Wireless Local-Area Network (WLAN) has become prevailing as it provides flexible Internet access to users with low cost through installation of several types of access points (APs) in the network. Previously, we proposed the active AP configuration algorithm for the elastic WLAN system using heterogeneous APs, which dynamically optimizes the configuration by activating or deactivating APs based on traffic demands. However, this algorithm assumes that any active AP may use a different channel from the other ones to avoid interferences, although the number of non-interfered channels in IEEE 802.11 protocols is limited. In this paper, we propose the extension of the AP configuration algorithm to consider the channel assignment to the active APs under this limitation. Besides, AP associations of the hosts are modified to improve the network performance by averaging loads among channels. The effectiveness of our proposal is evaluated using the WIMNET simulator in two topologies. Finally, the elastic WLAN system including this proposal is implemented using Raspberry Pi for the AP. The feasibility and performance of the implementation are verified through experiments using the testbed.

    DOI: 10.15803/ijnc.7.2_248

    CiNii Article

    researchmap

  • A Minimax Approach for Access Point Setup Optimization in IEEE 802.11n Wireless Networks

    Lwin Kyaw Soe, Funabiki Nobuo, Taniguchi Chihiro, Zaw Khin Khin, Mamun Md. Selim Al, Kuribayashi Minoru, Kao Wen-Chung

    International Journal of Networking and Computing   7 ( 2 )   187 - 207   2017

     More details

    Language:English   Publisher:IJNC Editorial Committee  

    Recently, an IEEE 802.11n access point (AP) prevailed over the wireless local area network (WLAN) due to the high-speed data transmission using the multiple input multiple output (MIMO) technology. Unfortunately, the signal propagation from the 802.11n AP is not uniform in the circumferential and height directions because of the multiple antennas for MIMO. As a result, the data transmission speed between the AP and a host could be significantly affected by their relative setup conditions. In this paper, we propose a minimax approach for optimizing the 802.11n AP setup condition in terms of the angles and the height in an indoor environment using throughput measurements. First, we detect a bottleneck host that receives the weakest signal from the AP in the field using the throughput estimation model. To explore optimal values of parameters for this model, we adopt the versatile parameter optimization tool. Then, we optimize the AP setup by changing the angles and the height while measuring throughput. For evaluations, we verify the accuracy of the model using measurement results and confirm the throughput improvements for hosts in the field by our approach.

    DOI: 10.15803/ijnc.7.2_187

    CiNii Article

    researchmap

  • A fill-in-blank problem workbook for Java programming learning assistant system

    Ta Na, Nobuo Funabiki, Khin Khin Zaw, Nobuya Ishihara, Shinpei Matsumoto, Wen-Chung Kao

    International Journal of Web Information Systems   13 ( 2 )   140 - 154   2017

     More details

    Language:English   Publisher:Emerald Group Publishing Ltd.  

    DOI: 10.1108/IJWIS-12-2016-0076

    Scopus

    researchmap

  • A Proposal of Software Architecture for Java Programming Learning Assistant System

    Nobuya Ishihara, Nobuo Funabiki, Minoru Kuribayashi, Wen-Chung Kao

    2017 IEEE 31ST INTERNATIONAL CONFERENCE ON ADVANCED INFORMATION NETWORKING AND APPLICATIONS (AINA)   2 ( 1 )   64 - 70   2017

  • A graph-based blank element selection algorithm for fill-in-blank problems in Java programming learning assistant system

    Nobuo Funabiki, Tana, Khin Khin Zaw, Nobuya Ishihara, Wen Chung Kao

    IAENG International Journal of Computer Science   44 ( 2 )   247 - 260   2017

     More details

    Authorship:Lead author   Language:English  

    researchmap

  • A fill-in-blank problem workbook for Java programming learning assistant system

    Ta Na, Nobuo Funabiki, Khin Khin Zaw, Nobuya Ishihara, Shinpei Matsumoto, Wen-Chung Kao

    International Journal of Web Information Systems   13 ( 2 )   140 - 154   2017

     More details

    Language:English   Publisher:Emerald Group Publishing Ltd.  

    DOI: 10.1108/IJWIS-12-2016-0076

    Scopus

    researchmap

  • Javaプログラミング学習支援システムJPLASのステートメント補充問題のオフライン解答機能

    TANG Lewei, 舩曵信生, 石原信也, 栗林稔

    電気・情報関連学会中国支部連合大会講演論文集(CD-ROM)   68th   2017

  • A Channel Assignment Extension of Holding Access-Point Assignment Algorithm for Wireless Local-Area Networks

    116 ( 382 )   95 - 100   2016.12

     More details

  • Raspberry Pi Configuration for Access-Point and Its Throughput Measurements in IEEE802.11n Wireless Networks (ネットワークシステム)

    KUMAR DEBNATH Sumon, 舩曵 信生, SOE LWIN Kyaw, SELIM AL MAMUN Md., WIDYATRA SUDIBYO Rahardhita, HUDA Samsul

    電子情報通信学会技術研究報告 = IEICE technical report : 信学技報   116 ( 382 )   101 - 106   2016.12

     More details

    Language:English   Publisher:電子情報通信学会  

    CiNii Article

    CiNii Books

    researchmap

  • A Development of Parameter Optimization Tool and Its Application to Throughput Estimation Model for Wireless LANs

    谷口知弘, 舩曵信生, 栗林稔, SOE LWIN Kyaw, SUMON KUMAR Debnath, KHIN ZAW Khin

    電子情報通信学会技術研究報告   116 ( 382(NS2016 118-140) )   89 - 94   2016.12

     More details

    Language:Japanese   Publisher:電子情報通信学会  

    CiNii Article

    J-GLOBAL

    researchmap

  • Implementations of Problem Assignment and Offline Fill-in-blank Problem Learning Functions in Java Programming Learning Assistant System

    佐々木伸, 舩曵信生, 栗林稔, 石原信也

    電子情報通信学会技術研究報告   116 ( 351(ET2016 66-77) )   33 - 38   2016.12

     More details

    Language:Japanese   Publisher:電子情報通信学会  

    CiNii Article

    J-GLOBAL

    researchmap

  • Offline Answering Function for Code Writing Problem in Java Programming Learning Assistant System

    WANG Yingxin, 舩曵信生, 栗林稔, 石原信也

    電子情報通信学会技術研究報告   116 ( 351(ET2016 66-77) )   39 - 44   2016.12

     More details

    Language:Japanese   Publisher:電子情報通信学会  

    CiNii Article

    J-GLOBAL

    researchmap

  • Development of Aesthetic QR Code Encoder for Arbitrary Image

    行地将智, 栗林稔, CHANG Ee-Chien, 舩曵信生, 石原信也

    電子情報通信学会技術研究報告   116 ( 302(EA2016 48-67) )   49 - 54   2016.11

     More details

    Language:Japanese   Publisher:電子情報通信学会  

    CiNii Article

    J-GLOBAL

    researchmap

  • Throughput Measurements for Access-Point Setup Optimization in IEEE802.11n Wireless Networks (ネットワークシステム) -- (WDN特集セッション)

    ソウ ルウィン キョウ, 舩曵 信生, キン ゾウ キン, セリム アル マムン ムハマド, 栗林 稔

    電子情報通信学会技術研究報告 = IEICE technical report : 信学技報   116 ( 149 )   27 - 32   2016.7

     More details

    Language:English   Publisher:電子情報通信学会  

    CiNii Article

    researchmap

  • Throughput Measurements for Access-Point Setup Optimization in IEEE802.11n Wireless Networks (高信頼制御通信) -- (WDN特集セッション)

    ソウ ルウィン キョウ, 舩曵 信生, キン ゾウ キン, セリム アル マムン ムハマド, 栗林 稔

    電子情報通信学会技術研究報告 = IEICE technical report : 信学技報   116 ( 145 )   45 - 50   2016.7

     More details

    Language:English   Publisher:電子情報通信学会  

    CiNii Article

    researchmap

  • Throughput Measurements for Access-Point Setup Optimization in IEEE802.11n Wireless Networks (無線通信システム) -- (WDN特集セッション)

    ソウ ルウィン キョウ, 舩曵 信生, キン ゾウ キン, セリム アル マムン ムハマド, 栗林 稔

    電子情報通信学会技術研究報告 = IEICE technical report : 信学技報   116 ( 147 )   75 - 80   2016.7

     More details

    Language:English   Publisher:電子情報通信学会  

    CiNii Article

    CiNii Books

    researchmap

  • Considerations of Some Obfuscated Operations on the Security of Watermarking Schemes under the Kerckhoffs' Principle

    山下 晃一郎, 栗林 稔, 舩曵 信生

    電子情報通信学会技術研究報告 = IEICE technical report : 信学技報   116 ( 129 )   7 - 12   2016.7

     More details

    Language:Japanese   Publisher:電子情報通信学会  

    CiNii Article

    CiNii Books

    researchmap

  • A Study of Employment of Error Correcting Codes for the Watermarking Scheme Considering the Characteristic of Noise

    重本章吾, 栗林稔, 舩曵信生

    電子情報通信学会技術研究報告   116 ( 130(SITE2016 7-31) )   1 - 6   2016.7

     More details

    Language:Japanese   Publisher:電子情報通信学会  

    CiNii Article

    J-GLOBAL

    researchmap

  • A Proposal of Automatic Test Code Generation Tool for Java Programming Learning Assistant System

    日下涼太, 舩曵信生, 栗林稔, 石原信也

    電子情報通信学会技術研究報告   116 ( 85(ET2016 8-20) )   41 - 46   2016.6

     More details

    Language:Japanese   Publisher:電子情報通信学会  

    CiNii Article

    J-GLOBAL

    researchmap

  • A Proposal of Coding Rule for Java Programming Learning Assistant System Using MVC Model and Its Implementation

    石原信也, 舩曵信生, 栗林稔

    電子情報通信学会技術研究報告   116 ( 85(ET2016 8-20) )   47 - 52   2016.6

     More details

    Language:Japanese   Publisher:電子情報通信学会  

    CiNii Article

    J-GLOBAL

    researchmap

  • A Study of Holding Access-Point Assignment Algorithm for Wireless Local-Area Networks

    116 ( 8 )   11 - 16   2016.4

     More details

  • BS-3-31 EVALUATIONS OF ACTIVE ACCESS-POINT CONFIGURATION ALGORITHM UNDER LIMITED MOBILE ROUTER ALLOCATIONS(BS-3. Advanced Networking Technologies for Innovative Information Networks)

    Mamun Md. Selim Al, Islam Md. Ezharul, Debnath Sumon Kumar, Funabiki Nobuo

    Proceedings of the IEICE General Conference   2016 ( 2 )   "S - 72"-"S-73"   2016.3

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Previously, we proposed an active access point (AP) configuration algorithm with the dynamic mobile router placement using the K-means algorithm to realize the elastic Wireless Local-Area Network (WLAN) system. However, this algorithm assumed that mobile routers can be freely placed at any location in the network, although they should be managed personally by their owners and thus, it becomes unrealistic. In this paper, we consider the locations of hosts as the candidate locations for the mobile routers, because host owners may use mobile routers for the Internet access. We compare the throughput performance of the limited mobile router locations with the previous free locations using the WIMNET simulator.

    CiNii Article

    CiNii Books

    researchmap

  • BS-3-33 PERFORMANCE EVALUATIONS OF ELASTIC WLAN SYSTEM TESTBED(BS-3. Advanced Networking Technologies for Innovative Information Networks)

    Islam Ezharul, Funabiki Nobuo, Lwin Kyaw Soe, Mamun Md. Selim Al, Debnath Sumon Kumar, Kuribayashi Minoru

    Proceedings of the IEICE General Conference   2016 ( 2 )   "S - 76"-"S-77"   2016.3

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    The elastic wireless local-area network (WLAN) system has been proposed as an adaptive and elastic WLAN system to traffic load changes in the network. Using Linux PCs, we implemented a testbed for this system that collects necessary information for the Access-Point (AP) aggregation algorithm to determine the activation/deactivation of APs by using Linux commands. Then, it controls the active APs and the associations of hosts based on the algorithm output. In this paper, we present performance evaluations of this elastic WLAN system testbed in two network scenarios in our building.

    CiNii Article

    CiNii Books

    researchmap

  • BS-3-35 THROUGHPUT MEASUREMENTS WITH VARIOUS INDOOR AP PLACEMENT CONDITIONS FOR IEEE802.11N WIRELESS NETWORKS(BS-3. Advanced Networking Technologies for Innovative Information Networks)

    Lwin Kyaw Soe, Funabiki Nobuo, Islam Md. Ezharul

    Proceedings of the IEICE General Conference   2016 ( 2 )   "S - 80"-"S-81"   2016.3

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Recently, the IEEE802.11n protocol has become popular for wireless local-area networks (WLANs). It adopts the MIMO (Multiple-Input-Multiple-Output) technology for high-speed data transmissions using multiple antennas. As a result, the device can be influenced by the installation environment in receiving/transmitting signals. This paper presents experimental performance evaluations of IEEE802.11n devices for WLAN by focusing on throughputs versus placement heights and orientations in indoor environments. Our results show that throughput performance is strongly affected by the placement heights and the orientations of access point (AP). These results should be considered in optimizing the placement of APs in the network field.

    CiNii Article

    CiNii Books

    researchmap

  • A Proposal of Readable Code Learning Tool for Java Programming

    小川卓也, 舩曵信生, 栗林稔, 石原信也, 天野憲樹

    電子情報通信学会技術研究報告   115 ( 419(MSS2015 35-66) )   35 - 40   2016.1

     More details

    Language:Japanese   Publisher:電子情報通信学会  

    CiNii Article

    J-GLOBAL

    researchmap

  • A Proposal of Job Scheduling with Performance Measurements by Benchmarks for User PC Computing System

    青柳有輝, 舩曵信生, 栗林稔

    電子情報通信学会技術研究報告   115 ( 419(MSS2015 35-66) )   153 - 158   2016.1

     More details

    Language:Japanese   Publisher:電子情報通信学会  

    CiNii Article

    J-GLOBAL

    researchmap

  • Elastic WLAN System Model and Its Implementation on Linux-PC (ソフトウェアサイエンス)

    ISLAM Md. EZHARUL, FUNABIKI Nobuo, KURIBAYASHI Minoru

    電子情報通信学会技術研究報告 = IEICE technical report : 信学技報   115 ( 420 )   147 - 152   2016.1

     More details

    Language:English   Publisher:電子情報通信学会  

    CiNii Article

    CiNii Books

    researchmap

  • Elastic WLAN System Model and Its Implementation on Linux-PC (システム数理と応用)

    ISLAM Md. EZHARUL, FUNABIKI Nobuo, KURIBAYASHI Minoru

    電子情報通信学会技術研究報告 = IEICE technical report : 信学技報   115 ( 419 )   147 - 152   2016.1

     More details

    Language:English   Publisher:電子情報通信学会  

    CiNii Article

    researchmap

  • Value trace problems for graph theory algorithms in Java programming learning assistant system

    Nobuo Funabiki, Khin Khin Zaw, Minoru Kuribayashi, Wen-Chung Kao

    2016 5th International Conference on Educational and Information Technology (ICEIT 2016)   2016

     More details

    Authorship:Lead author   Language:English  

    researchmap

  • Applications of coding rule learning function to workbook codes for Java programming learning assistant system

    Nobuo Funabiki, Shinpei Matsumoto, Khin Khin Zaw, Wen-Chung Kao

    The 7th International Conference on Science and Engineering 2016 (7th ICSE 2016)   1170 - 1175   2016

     More details

    Authorship:Lead author   Language:English  

    researchmap

  • A minimax approach for access-point setup optimization using throughput measurements in IEEE802.11n wireless networks

    Kyaw Soe Lwin, Nobuo Funabiki, Khin Khin Zaw, Md. Selim Al Mamun, Minoru Kuribayashi

    The Fourth International Symposium on Computing and Networking (CANDAR, ASON)   311 - 317   2016

     More details

    Language:English  

    DOI: 10.1109/CANDAR.2016.0062

    researchmap

  • A Channel Assignment Extension of Active Access-Point Configuration Algorithm for Elastic WLAN System under Limited Channels

    Md. Selim Al Mamun, Sumon Kumar Debnath, Kyaw Soe Lwin, Nobuo Funabiki

    2016 FOURTH INTERNATIONAL SYMPOSIUM ON COMPUTING AND NETWORKING (CANDAR)   318 - 324   2016

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/CANDAR.2016.32

    Web of Science

    researchmap

  • An active access-point configuration algorithm for elastic wireless local-area network system using heterogeneous devices

    Khin Khin Zaw, Nobuo Funabiki, Wen-Chung Kao

    International Journal of Networking and Computing   6 ( 2 )   395 - 419   2016

     More details

    Language:English  

    researchmap

  • Throughput measurements for access-point installation optimization in IEEE802.11n wireless networks

    Nobuo Funabiki, Kyaw Soe Lwin, Minoru Kuribayashi, I-Wei Lai

    2016 IEEE International Conference on Consumer Electronics - Taiwan (ICCE-TW 2016)   324 - 325   2016

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/ICCE-TW.2016.7520994

    researchmap

  • Worker PC Performance Measurements Using Benchmarks for User-PC Computing System

    Nobuo Funabiki, Yuki Aoyagi, Minoru Kuribayashi, Wen-Chun Kao

    2016 IEEE INTERNATIONAL CONFERENCE ON CONSUMER ELECTRONICS-TAIWAN (ICCE-TW)   277 - 278   2016

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/ICCE-TW.2016.7521026

    Web of Science

    researchmap

  • Offline Answering Function for Fill-in-blank Problems in Java Programming Learning Assistant System

    Nobuo Funabiki, Hiroki Masaoka, Nobuya Ishihara, I-Wei Lai, Wen-Chung Kao

    2016 IEEE INTERNATIONAL CONFERENCE ON CONSUMER ELECTRONICS-TAIWAN (ICCE-TW)   315 - 316   2016

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/ICCE-TW.2016.7521045

    Web of Science

    researchmap

  • Toward Personalized Learning in JPLAS: Generating and Scoring Functions for Debugging Questions

    Takato Mohri, Shingo Yamaguchi, Nobuo Funabiki

    2016 IEEE 5TH GLOBAL CONFERENCE ON CONSUMER ELECTRONICS   216 - 219   2016

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/GCCE.2016.7800392

    Web of Science

    researchmap

  • A Proposal of Three Extensions in Blank Element Selection Algorithm for Java Programming Learning Assistant System

    Khin Khin Zaw, Nobuo Funabiki, Minoru Kuribayashi

    2016 IEEE 5TH GLOBAL CONFERENCE ON CONSUMER ELECTRONICS   3 - 5   2016

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/GCCE.2016.7800312

    Web of Science

    researchmap

  • Analysis of Fill-in-blank Problem Solution Results in Java Programming Course

    Nobuo Funabiki, Tana, Nobuya Ishihara, Wen-Chung Kao

    2016 IEEE 5TH GLOBAL CONFERENCE ON CONSUMER ELECTRONICS   479 - 480   2016

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/GCCE.2016.7800486

    Web of Science

    researchmap

  • A Proposal of Coding Rule Learning Function in Java Programming Learning Assistant System

    Nobuo Funabiki, Takuya Ogawa, Nobuya Ishihara, Minoni Kuribayashi, Wen-Chung Kao

    PROCEEDINGS OF 2016 10TH INTERNATIONAL CONFERENCE ON COMPLEX, INTELLIGENT, AND SOFTWARE INTENSIVE SYSTEMS (CISIS)   561 - 566   2016

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/CISIS.2016.94

    Web of Science

    researchmap

  • A workbook design for fill-in-blank problems in Java programming learning assistant system

    Nobuo Funabiki, Khin Khin Zaw, Wen-Chung Kao

    The 11-th International Conference on Broadband and Wireless Computing, Communication and Applications (BWCCA2016)   331 - 342   2016

     More details

    Authorship:Lead author   Language:English  

    researchmap

  • Analysis of fill-in-blank problem solutions and extensions of blank element selection algorithm for Java programming learning assistant system

    Nobuo Funabiki, Tana, Khin Khin Zaw, Nobuya Ishihara, Wen-Chung Kao

    The World Congress on Engineering and Computer Science 2016 (WCECS 2016)   237 - 242   2016

     More details

    Authorship:Lead author   Language:English  

    researchmap

  • A core blank element selection algorithm for code reading studies by fill-in-blank problems in Java programming learning assistant system

    Khin Khin Zaw, Nobuo Funabiki

    The 7th International Conference on Science and Engineering 2016 (7th ICSE 2016)   204 - 208   2016

     More details

    Language:English  

    researchmap

  • A Proposal of Recipe Conversion Algorithm for Cooking-Step Schedule Optimization

    115 ( 221 )   67 - 72   2015.9

     More details

    Language:Japanese  

    CiNii Article

    researchmap

  • BS-6-2 A Blank Line Selection Algorithm for Value Trace Problem in Java Programming Learning Assistant System(BS-6.Network and service Design, Control and Management)

    Zaw Khin Khin, Funabiki Nobuo

    Proceedings of the Society Conference of IEICE   2015 ( 2 )   "S - 19"-"S-20"   2015.8

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    To cultivate the code reading capability of Java novice students, we have studied the value trace problem for the Web-based Java Programming Learning Assistant System (JPLAS). This problem asks students to trace actual values of important variables in fundamental data structure or algorithms. To realize the automatic problem generation, the whole sequence of changing data of such variables are output in lines by executing the code for the data structure or algorithm. Then, output data lines that have difference from their previous lines are blanked to be filled. In this paper, we propose the blank line selection algorithm for the value trace problem, and show an example of the generated problem for the insertion sort algorithm.

    CiNii Article

    CiNii Books

    researchmap

  • A Cooking-Step Scheduling Algorithm with Guidance System for Homemade Cooking

    Yukiko Matsushima, Nobuo Funabiki

    IEICE TRANSACTIONS ON INFORMATION AND SYSTEMS   E98D ( 8 )   1439 - 1448   2015.8

     More details

  • An Active Access-Point Configuration Algorithm for Wireless Local Area Networks with Heterogeneous Devices (ネットワークシステム)

    セリム アル マムン ムハマド, エズハルル イスラム ムハマド, 舩曵 信生

    電子情報通信学会技術研究報告 = IEICE technical report : 信学技報   115 ( 159 )   147 - 152   2015.7

     More details

    Language:English   Publisher:電子情報通信学会  

    CiNii Article

    CiNii Books

    researchmap

  • Performance evaluations for multi-user MIMO using WIMNET simulator

    115 ( 159 )   141 - 146   2015.7

     More details

  • An Implementation and Evaluation of Job Scheduling Methods for User-PC Computing System

    AOYAGI Yuki, FUNABIKI Nobuo, FUKUSHI Masaru

    IEICE technical report   114 ( 477 )   553 - 558   2015.3

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    We have proposed and implemented User-PC computing (UPC) system as a parallel computing platform using idling computing resources (CPU cycles) in personal computers (PCs) of members in the same organization such as a laboratory in a university. Because the original UPC system has adopted a sequential job scheduling method which assigns new jobs to workers in the descending order of their performance up to its permissible number, some workers may not be assigned any job. In this paper, we propose static and dynamic round-robin (RR)job scheduling methods of assigning a predefined number of new jobs to the workers in round-robin fashion. The dynamic RR method considers the change of the worker's performance by using the CPU time of recent jobs. Our experiment results show that when the performance difference among workers and the number of jobs are small, both RR methods performs well, and when both of them are large, the dynamic RR method shows better performance.

    CiNii Article

    CiNii Books

    researchmap

  • Active Access Point Selection Algorithm for Scalable Wireless Mesh Networks

    FUJITA Sho, FUNABIKI Nobuo

    IEICE technical report   114 ( 477 )   427 - 432   2015.3

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    The wireless Internet-access mesh network (WIMNET) can realize an inexpensive scalable Internet-access network by using multiple access points (APs) connected by wireless links. We have proposed the active AP selection algorithm of selecting active APs for high-speed and low-cost communications in large WIMNET. In this paper, we extend this algorithm to improve the performance of WIMNET by introducing mobile routers. Besides, we present the plural AP deactivation procedure using link speeds for better practicality. We show the effectiveness of the proposals through simulations in two instances.

    CiNii Article

    CiNii Books

    researchmap

  • Javaプログラミング授業におけるエレメント空欄補充問題の実践

    塔 娜, 舩曵 信生, 石原 信也

    研究報告コンピュータと教育(CE)   2015 ( 11 )   1 - 8   2015.2

     More details

    Language:Japanese  

    本グループでは,プログラミング言語 Java の学習支援のために,Web を用いた Java プログラミング学習支援システム JPLAS(Java Programming Learning Assistant System) を開発している.JPLAS では,Java の初学者を対象としたエレメント空欄補充問題を提供しており,グラフ理論を用いた解の一意性を充たす問題生成のためのアルゴリズムを提案している.今回,本アルゴリズムを用いてエレメント空欄補充問題を生成し,本学科の Java プログラミング授業で実践活用した結果を報告する.

    CiNii Article

    CiNii Books

    researchmap

  • 学生用PCを用いたユーザPCコンピューティングシステムのWebインターフェース

    金 奉洙, 舩曵 信生

    研究報告コンピュータと教育(CE)   2015 ( 7 )   1 - 8   2015.2

     More details

    Language:Japanese  

    本グループでは,研究室内の学生が使用するパーソナルコンピュータ (PC) の空き資源を利用して,大規模シミュレーションなどの計算プロジェクトを実行する,ユーザ PC コンピューティングシステム UPC(User-PC Computing System) を開発している.UPC では,大規模コンピューティング環境の実現に関して,運営コストの低減と利便性の向上の実現を目指している.UPC では,計算プロジェクトの実行には,コマンド入力が必要となっており,その知識に乏しいユーザには UPC の使用が容易ではない.そこで本研究では,ブラウザで UPC の利用を可能とするために,Web 技術を用いた UPC ユーザインターフェース機能を開発する.UPC サーバ間とファイル共有ソフトを用いて連携することで,異なる複数の UPC へのインターフェース機能の提供を可能としている.本稿では,今回開発した UPC インターフェース機能の構成を示す.

    CiNii Article

    CiNii Books

    researchmap

  • Javaコードのクラス間連携理解のためのコアステートメント抽出アルゴリズム

    石原 信也, 舩曵 信生

    研究報告コンピュータと教育(CE)   2015 ( 10 )   1 - 8   2015.2

     More details

    Language:Japanese  

    Java プログラミング学習では,既存のソースコードを読み,その処理や構造を理解することが有効である.このコードリーディングをプログラミング教育に取り入れるためには,学習者がソースコードを理解したか否かを確認する方法が必要となる.そのため本グループでは,ソースコード中の肝要なステートメント (コアステートメント) を空欄とし,その記述を要求する,ステートメント空欄補充問題の提案と授業適用を行っている.本研究では,ソースコード中の空欄化すべきコアステートメント抽出アルゴリズムを提案する.本アルゴリズムでは,コアステートメントとして,1) 要求仕様を充たすためのアルゴリズム要素,2) オブジェクト指向言語の特徴であるクラス間連携要素,3) データベースなど外部機能との連携要素,の 3 種類を想定し,それぞれの抽出法を定義している.提案アルゴリズムを実装し,5 つの Java ソースコードに適用して得られたコアステートメントを,Java 学習者による抽出結果と比較した.その結果,両者に高い一致がみられ,提案アルゴリズムの有効性が確認された.

    CiNii Article

    CiNii Books

    researchmap

  • Revocable Group Signatures with Compact Revocation List Using Accumulators

    Toru Nakanishi, Nobuo Funabiki

    IEICE TRANSACTIONS ON FUNDAMENTALS OF ELECTRONICS COMMUNICATIONS AND COMPUTER SCIENCES   E98A ( 1 )   117 - 131   2015.1

     More details

  • Cross-Layer Selective Routing for Active Access-Point Minimization in Wireless Mesh Network

    I-Wei Lai, Wen-Chung Kao, Nobuo Funabiki

    2015 IEEE INTERNATIONAL CONFERENCE ON CONSUMER ELECTRONICS - TAIWAN (ICCE-TW)   482 - 483   2015

     More details

  • An Operator Fill-in-blank Problem for Algorithm Understanding in Java Programming Learning Assistant System

    Nobuo Funabiki, Shin Sasaki, Ta Na, Wen-Chung Kao

    2015 IEEE 4TH GLOBAL CONFERENCE ON CONSUMER ELECTRONICS (GCCE)   346 - 347   2015

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/GCCE.2015.7398539

    Web of Science

    researchmap

  • A proposal of statement fill-in-blank problem using program dependence graph in Java programming learning assistant system

    Nobuya Ishihara, Nobuo Funabiki, Wen-Chung Kao

    Information Engineering Express   1 ( 3 )   19 - 28   2015

     More details

    Language:English  

    researchmap

  • A proposal of value trace problem for algorithm code reading in Java programming learning assistant system

    Khin Khin Zaw, Nobuo Funabiki, Wen-Chung Kao

    Information Engineering Express   1 ( 3 )   9 - 18   2015

     More details

    Language:English  

    researchmap

  • A Worker Implementation on Windows OS for User-PC Computing System

    Nobuo Funabiki, Yusuke Asai, Yuuki Aoyagi, Wen-Chung Kao

    PROCEEDINGS OF 2015 THIRD INTERNATIONAL SYMPOSIUM ON COMPUTING AND NETWORKING (CANDAR)   279 - 282   2015

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/CANDAR.2015.17

    Web of Science

    researchmap

  • A Function for Generating Debugging Questions in a Java Programming Learning Assistant System

    Shingo Yamaguchi, Takato Mohri, Nobuo Funabiki

    2015 IEEE 4TH GLOBAL CONFERENCE ON CONSUMER ELECTRONICS (GCCE)   350 - 353   2015

     More details

  • An Extension of Statement Fill-in-blank Problem in Java Programming Learning Assistant System

    Nobuya Ishihara, Nobuo Funabiki, Ta Na, Wen-Chung Kao

    2015 IEEE 4TH GLOBAL CONFERENCE ON CONSUMER ELECTRONICS (GCCE)   354 - 358   2015

     More details

  • Correlation Analysis of Fill-in-blank Problem Solutions to Final Programming Results in Java Programming Course

    Ta Na, Nobuo Funabiki, Nobuya Ishihara, Wen-Chung Kao

    2015 IEEE 4TH GLOBAL CONFERENCE ON CONSUMER ELECTRONICS (GCCE)   348 - 349   2015

     More details

  • Active Access-Point Configuration Algorithm with Dynamic Mobile Router Placement for Elastic WLAN System

    Md. Selim Al Mamun, Md. Ezharul Islam, Nobuo Funabiki, I-Wei Lai

    PROCEEDINGS OF 2015 THIRD INTERNATIONAL SYMPOSIUM ON COMPUTING AND NETWORKING (CANDAR)   246 - 252   2015

     More details

  • Extensions of Access-Point Aggregation Algorithm for Large-scale Wireless Local Area Networks

    Islam Md. Ezharul, Funabiki Nobuo, Nakanishi Toru

    IJNC   5 ( 1 )   200 - 222   2015

     More details

    Language:English   Publisher:IJNC Editorial Committee  

    Recently, many organizations such as universities and companies have deployed wireless local area networks (WLANs) to cover the whole site for ubiquitous network services. In these WLANs, wireless access-points (APs) are often managed independently by different groups such as laboratories or departments. Then, a host may detect signals from multiple APs, which can degrade the communication performance due to radio interferences among them and increase operational costs. Previously, we proposed the AP aggregation algorithm to solve this problem by minimizing the number of active APs through aggregating them using the virtual AP technology. However, our extensive simulations in various instances found that 1) the minimization of active APs sometimes excessively degrades the network performance, and 2) the sequential optimization of host associations does not always reach optimal where slow links are still used. In this paper, we propose two extensions of the AP aggregation algorithm to solve these problems by 1) ensuring the minimum average throughput for any host by adding active APs and 2) further optimizing host associations by changing multiple hosts simultaneously in the host association finalization phase. We verify the effectiveness through simulations in four network instances using the WIMNET simulator.

    DOI: 10.15803/ijnc.5.1_200

    CiNii Article

    researchmap

    Other Link: https://jlc.jst.go.jp/DN/JLC/20005432460?from=CiNii

  • Practices of Fill-in-blank Problems in Java Programming Course

    Nobuo Funabiki Tana, Nobuya Ishihara

    2015 IEEE INTERNATIONAL CONFERENCE ON CONSUMER ELECTRONICS - TAIWAN (ICCE-TW)   120 - 121   2015

     More details

  • Concept of User-PC Computing System

    Nobuo Funabiki, Bongsu Kim, Yuki Aoyagi

    2015 IEEE INTERNATIONAL CONFERENCE ON CONSUMER ELECTRONICS - TAIWAN (ICCE-TW)   480 - 481   2015

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/ICCE-TW.2015.7217009

    Web of Science

    researchmap

  • A proposal of graph-based blank element selection algorithm for Java programming learning with fill-in-blank problems

    Tana, Nobuo Funabiki, Nobuya Ishihara

    The International MultiConference of Engineers and Computer Scientists 2015 (IMECS 2015)   2015

     More details

    Language:English  

    researchmap

  • Practices of Cooking-Step Scheduling Algorithm for Homemade Cooking

    Yukiko Matsushima, Nobuo Funabiki

    2015 IIAI 4TH INTERNATIONAL CONGRESS ON ADVANCED APPLIED INFORMATICS (IIAI-AAI)   500 - 505   2015

     More details

  • A Concept of Value Trace Problem for Java Code Reading Education

    Khin Khin Zaw, Nobuo Funabiki

    2015 IIAI 4TH INTERNATIONAL CONGRESS ON ADVANCED APPLIED INFORMATICS (IIAI-AAI)   253 - 258   2015

     More details

  • A Proposal of Statement Fill-in-blank Problem in Java Programming Learning Assistant System

    Nobuya Ishihara, Nobuo Funabiki

    2015 IIAI 4TH INTERNATIONAL CONGRESS ON ADVANCED APPLIED INFORMATICS (IIAI-AAI)   247 - 252   2015

     More details

  • An Anonymous Reputation System with Reputation Secrecy for Manager

    Toru Nakanishi, Nobuo Funabiki

    IEICE TRANSACTIONS ON FUNDAMENTALS OF ELECTRONICS COMMUNICATIONS AND COMPUTER SCIENCES   E97A ( 12 )   2325 - 2335   2014.12

     More details

  • A Proposal of Blank Element Selection Algorithm for Java Programming Learning

    Tana, FUNABIKI Nobuo, ISHIHARA Nobuya

    Technical report of IEICE. SS   114 ( 271 )   1 - 6   2014.10

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    The programming language Java has been widely used in industries and educated in educational institutes due to its excellent developing environments, reliability, and portability. To assist Java educations, we have developed a Web-based Java Programming Learning Assistant System (JPLAS). JPLAS provides the fill-in-blank problem for Java novice students to learn it by filling proper elements into blanks in a Java code. In the paper, we propose a blank element selection algorithm to find a feasible problem that has the unique solution for any blank. This algorithm first generates a simple graph such that a vertex represents a candidate element in the code and an edge is made between two vertices that can be blanked simultaneously. Then, it extracts a clique of the graph to maximize the number of feasible blanks. We applied the algorithm to 100 Java codes and checked the uniqueness of the solutions manually. The results show that by showing the execution results of the three codes, we confirmed the uniqueness of the solutions.

    CiNii Article

    CiNii Books

    researchmap

  • A Study of Access-Point Allocation Algorithm for Scalable Wireless Mesh Networks in Indoor Environments

    FARAG Tamer, FUNABIKI Nobuo, HASSAN Walaa

    IEICE technical report   114 ( 252 )   1 - 6   2014.10

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Previously, we proposed an access-point (AP) allocation algorithm for scalable Wireless Internet-access Mesh NETwork (WIMNET) with multiple gateways (GWs) and the hop count limitation. The algorithm for K GWs consists of 1) the partition of the network field into K clusters by the K-means algorithm, 2) the sequential AP allocation in each cluster by our AP allocation algorithm for one GW, and 3) the simultaneous routing in K clusters by our routing algorithm considering multiple GWs and the hop count limitation. In this paper, we study the AP allocation algorithm in indoor environments as common fields for WIMNET. We assume that one wall drops the transmission speed by 15%, which is equivalent to 10m increase of the distance in an open space. To handle situations unsuitable to the K-means algorithm where plural GWs are closely located in neighboring rooms, we regard these GWs as one virtual GW, and apply 1) and 2) in the algorithm. Then, we apply 3) to the individual real GWs. We verify the effectiveness of our proposal through simulations in an indoor field using the WIMNET simulator.

    CiNii Article

    CiNii Books

    researchmap

  • A Consideration of Extended Wireless Internet-Access Mesh Network Simulator for MU-MIMO

    TAJIMA Shigeto, FUNABIKI Nobuo, HIGASHINO Teruo

    IEICE technical report   114 ( 252 )   7 - 12   2014.10

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Recently, IEEE802.11ac has been focused as a new high-speed wireless communication protocol. IEEE802.11ac adopts the frame aggregation that can reduce communication overheads by aggregating multiple frames into one big frame and the MU-MIMO (Multi-User Multi-Input-Multi-Output) that can improve the channel efficiency by allowing simultaneous transmissions to multiple destinations using the same channel. We have studied the efficient use of this protocol in the Wireless Internet-access Mesh NETwork (WIMNET) that provides an expandable Internet-access network by connecting multiple access-points through wireless links. In this paper, we present an extension of the WIMNET simulator that has been developed by our group in considering frame aggregation and MU-MIMO in IEEE802.11ac to evaluate the performance of WIMNET using this protocol. We evaluate the effect of MU-MIMO in WIMNET through simulations using the extended WIMNET simulator.

    CiNii Article

    CiNii Books

    researchmap

  • Robustness Evaluations of Cooking-Step Scheduling Algorithm under Operation Time Fluctuations

    MATSUSHIMA Yukiko, FUNABIKI Nobuo

    114 ( 222 )   5 - 10   2014.9

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    To assist homemade cooking of busy people such as working people, child-growing families, and students, we have proposed a cooking-step scheduling algorithm for multiple dishes such that the total cooking time be minimized. For a given set of dishes where the cooking procedure for each dish is composed of a sequence of cooking-steps requiring certain time, this algorithm generates an optimal schedule for applying the cooking-steps of the dishes by considering the constraints of the cooks and the instruments. In this paper, we evaluate the robustness of this algorithm under time fluctuations in real cooking that can happen by variations of the proficiency of cooks and the cooking environment. First, we developed the evaluation cooking model to simulate the cooking process for a given schedule and time, and conducted simulations with randomly fluctuated time within 30% of the original one. Then, we actually cooked four dishes using the schedule found by the algorithm. In any result, the variation of the total cooking time is small compared to changes of cooking-step time. Thus, the robustness of the algorithm is confirmed.

    CiNii Article

    CiNii Books

    researchmap

  • BS-6-2 Throughput Measurements in Big Room with Different Access Point Locations for IEEE 802.11ac Wireless Networks(BS-6.Network and service Design, Control and Management)

    CHEW Chang Choon, FUNABIKI Nobuo

    Proceedings of the Society Conference of IEICE   2014 ( 2 )   "S - 38"-"S-39"   2014.9

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    The IEEE802.11ac wireless communication protocol has been introduced for high-speed wireless networks. In this paper, we provide throughput measurement results by Transmission Control Protocol (TCP) in a big room with various access point (AP) locations. Our measurement results show that TCP throughputs are greatly affected by AP locations for two-AP cases and are not affected for one-AP cases.

    CiNii Article

    CiNii Books

    researchmap

  • BS-6-1 AN EXTENSION OF ACCESS-POINT AGGREGATION ALGORITHM FOR HOST MOBILITY(BS-6.Network and service Design, Control and Management)

    Islam Md Ezharu, Funabiki Nobuo

    Proceedings of the Society Conference of IEICE   2014 ( 2 )   "S - 36"-"S-37"   2014.9

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    The AP aggregation algorithm has been proposed to reduce the number of active APs in overlapped WLANs by aggregating them to solve the problem of performance degradation due to interferences, and increased operational cost. However, this algorithm does not consider the mobility of hosts, although they usually join or leave the network randomly. In this paper, we propose an extension of the AP aggregation algorithm to deal with the mobility by considering the probability of each host to stay active. We verify the effectiveness of this extension through simulations using the WIM- NET simulator.

    CiNii Article

    CiNii Books

    researchmap

  • Efficient Proofs for Monotone Formulas on Attributes Excluding Restriction in Anonymous Credential System

    SADIAH Shahidatul, NAKANISHI Toru, FUNABIKI Nobuo

    Technical report of IEICE. ISEC   114 ( 203 )   21 - 26   2014.9

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    An anonymous credential system on attributes allows a user to convince a service provider anonymously that he/she owns the certified attributes. Previously, we proposed an anonymous credential scheme to prove the satisfaction of a monotone formula when only one attribute is true for any OR relation. A monotone formula represents any combination of AND relations and OR relations. However, this system has a drawback that it cannot verify a user's certificate such that two or more attributes for an OR relation are true. In this paper, we propose an extended scheme for proofs of arbitrary monotone formula by adopting Linear Homonorphic (LH) signature scheme to generate a certificate that contains the minimum attribute set as required in the verification.

    CiNii Article

    CiNii Books

    researchmap

  • Robustness Evaluations of Cooking-Step Scheduling Algorithm under Operation Time Fluctuations

    38 ( 36 )   5 - 10   2014.9

     More details

  • Throughput Evaluations Using NS-2 for Access-Point Aggregation Algorithm in IEEE802.11n Wireless LANs

    HASSAN Walaa, FUNABIKI Nobuo, ISLAM Md. EZHARUL, FARAG Tamer

    IEICE technical report. Information networks   114 ( 110 )   25 - 30   2014.6

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    The IEEE 802.11-based WiFi wireless technology has been commonly used in efficient wireless local area networks (WLANs). Recently, the IEEE 802.11n protocol among several ones has become popular as higher throughput operations with up to 600 Mbps. For a large-scale WLAN with multiple access-points (APs), we have proposed an access-point aggregation algorithm to minimize the operation cost while maximizing the performance. However, the effectiveness of this algorithm has been verified only through the WIMNET simulator that has been developed by our group as a simple network simulator. In this paper, we implement the modified 802.11n module that has been introduced by Wang and Wei on the NS-2 version 2.34, and evaluate the performance of this algorithm through simulations using it.

    CiNii Article

    CiNii Books

    researchmap

  • An Extension of Access Point Allocation Algorithm for Wireless Mesh Networks with Multiple Gateways and Maximum Hop Limitation

    FARAG Tamer, FUNABIKI Nobuo, HASSAN Walaa

    IEICE technical report. Information networks   114 ( 110 )   31 - 36   2014.6

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    As an inexpensive, scalable Internet-access wireless network, we have studied design optimizations of a Wireless Internet-access Mesh NETwork (WIMNET) that adopts multiple access-points (APs) connected by Wireless Distribution System (WDS). In WIMNET, the proper allocation of APs is essential in ensuring the communication quality while reducing the installation and management costs. Thus, previously we proposed an AP allocation algorithm for WIMNET where only one gateway (GW) to the Internet exists and no hop limitation is imposed. In this study, we extend this algorithm for multiple GWs and the maximum hop limitation, which is common for large-scale WIMNET using WDS. First, for given K GWs, we partition the whole network into K sub-networks using the k-means algorithm such that the hosts in each sub-network connects with one GW. Then, we apply the previous AP allocation algorithm to each sub-network sequentially to allocate the APs. Finally, we apply our existing routing algorithm to obtain the routing path satisfying the hop limitation. We verify the effectiveness of this extended algorithm through simulations in one instance using the WIMNET simulator.

    CiNii Article

    CiNii Books

    researchmap

  • An Extension of Routing Algorithm for Wireless Mesh Networks Considering Frame Aggregation

    TANI Yuma, FUNABIKI Nobuo, TAJIMA Shigeto

    IEICE technical report. Information networks   114 ( 110 )   19 - 24   2014.6

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    As a flexible inexpensive Internet-access network, we have studied the Wireless Internet-access Mesh NETwork (WIMNET) that is composed of wireless interconnected Access-Points (APs). We have proposed routing algorithm for WIMNET under realistic environments such as 1) multiple gateways, 2) communication speed changes, and 3) the limited number of hops. In this study, we extend the algorithm by considering the frame aggregation adopted in the IEEE802.11ac high-speed wireless communication protocol. We verify the effectiveness of our proposal through simulating three instances using the WIMNET simulator.

    CiNii Article

    CiNii Books

    researchmap

  • A Draft Coding Rule for Codes in Java Programming Learning Assistant System

    ISHIHARA Nobuya, FUNABUKI Nobuo

    IEICE technical report. Education technology   114 ( 82 )   57 - 62   2014.6

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    We have developed the Java programming learning support system JPLAS as a Web application using JSP, Servlet, and Java Beans, to support repetitive self-learning of Java programming through automatic verifications of answers from students to assignments. Because the codes in JPLAS have been implemented by students who have newly joined our group and taken over the codes from seniors, their managements and updates have become complicated. At the same time, they do not follow the Web standard including HTML5 and CSS3 that has become popular to realize rich Web clients. In this paper, we propose a draft coding rule to implement codes in JPLAS following the Web standard. By adopting HTML5 and Ajax, this rule makes it possible implementing codes that can be easily maintained by avoiding redundancy.

    CiNii Article

    CiNii Books

    researchmap

  • An Extension of Fill-in-blank Problem Generation Algorithm for Java Programming Learning Assistant System

    Tana, FUNABUKI Nobuo, ISHIHARA Nobuya, OGAWA Takuya

    IEICE technical report. Education technology   114 ( 82 )   63 - 68   2014.6

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    To help Java programming educations in universities and professional schools, we have developed a Web-based Java Programming Learning Assistant System (JPLAS). Since JPLAS provides the fill-in-blank problem function for Java novice students, we have proposed a graph-based fill-in-blank problem generation algorithm for it. In this paper, we extend this algorithm for blanking grammatically related words so as to encourage students studying the Java grammar more deeply. Besides, we evaluate generated problems with up to 20 blanks in a Java code where we have limited maximally 10 blanks previously. We applied problems by the extended algorithm to middle level students and found that the length, numbers of classes and methods, the difficulty of the implemented algorithm, and the existence of comments in the Java code have large influences on the correct solution rate.

    CiNii Article

    CiNii Books

    researchmap

  • An Implementation of Statement Fill-in-blank Problem Function for Java Programming Learning Assistant System

    ISHIHARA Nobuya, FUNABIKI Nobuo, NAKANISHI Toru

    IEICE technical report. Education technology   113 ( 482 )   35 - 40   2014.3

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    We have proposed a Web-based JPLAS (Java Programming Learning Assistant System) to help students studying Java programming by themselves at home. By adopting the Test-Driven Development (TDD) method to verify the codes from students, JPLAS aims to reduce loads of teachers in addition to enhancing learning activities of students. In this paper, we propose and implement the statement fill-in-blank problem function in JPLAS as a trial assistance for code reading that has not been underestimated, although it is very important in studies of programming. In the statement fill-in-blank problem, a student is requested to fill a statement to the blank in a given Java code. By using a Program Dependence Graph (PDG), this function blanks an essential statement in the code. To evaluate our proposal, we generated multiple statement fill-in-blank problems using codes with similar procedures and applied them to students in a Java programming course in our department. Then, we found that the solution time of students decreased as they solved more problems.

    CiNii Article

    CiNii Books

    researchmap

  • A Difficulty Estimation Method of Fill-in-blank Problems for Java Programming Learning Assistant System

    OGAWA Takuya, FUNABIKI Nobuo, NAKANISHI Toru, ISHIHARA Nobuya, NA Ta, AMANO Noriki

    IEICE technical report. Education technology   113 ( 482 )   41 - 46   2014.3

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    In our group, we have proposed a Web-based Java Programing Learning Assistant System (JPLAS) that helps students to study Java programing by themselves and the reduction of the burden on teacher. JPLAS has two kinds of blanks supplement (element fill-in-blank problem, statement fill-in-blank problem). These problems are applied to a student as a self-study problem in the classes of this school for Java programming abecedarians. In this thesis, after having enumerated indexes to estimate the difficulty of the problem that a teacher generated in JPLAS, we propose the index suitable for the difficulty estimate of each problem by performing the correlation analysis with the correct answer rate of each problem by the self-study result. We enable the presentation of the problem that a teacher accepted the level of the student by implementing difficulty estimation method of each fill-in-blank problem in JPLAS.

    CiNii Article

    CiNii Books

    researchmap

  • An Extension of Active Access Point Selection Algorithm Considering Practical Conditions for Wireless Mesh Networks

    FUJITA Sho, FUNABIKI Nobuo, NAKANISHI Toru

    IEICE technical report. Circuits and systems   113 ( 463 )   35 - 40   2014.3

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    The wireless Internet-access mesh network (WIMNET) can realize an inexpensive flexible Internet-access network by using multiple access points (APs) connected by wireless links. For WIMNET with a single Internet Gateway (GW), we have proposed the active AP selection algorithm of selecting active APs from redundantly allocated APs for communications. However, in practical implementations of WIMNET, multiple GWs usually exist and the number of hops between a GW and a host is limited. Furthermore, the communication speed is dynamically changed by the link distance for the new high-speed communication protocol IEEE802.11ac. In this paper, we propose an extension of the active AP selection algorithm to consider these conditions. We verify the effectiveness of our proposal through simulations in four instances using the WIMNET simulator.

    CiNii Article

    CiNii Books

    researchmap

  • File Synchronization Performance using Bittorrent Sync in IEEE802.11ac Wireless Networks

    KIM Bongsu, FUNABIKI Nobuo, NAKANISHI Toru

    IEICE technical report. Circuits and systems   113 ( 463 )   29 - 34   2014.3

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Recently, Bittorrent Inc. has released a file synchronization software called Bittorrent Sync based on the peer-to-peer file sharing software Bittorrent. Using this software, users can synchronize the files on the designated folders across the multiple devices that are connected through the Internet without using a management server. These devices can be personal computers, smart phones, and tablets using different operating systems. To identify the folders to be synchronized, this software uses a 20-byte secret key that is randomly generated. We have considered the use of Bittorrent Sync to share files among nodes in a large wireless local area network (WLAN), where some nodes may be connected through mulithop wireless links. In this paper, we set up a simple WLAN test bed using the IEEE 802.1 lac protocol that has been recently introduced as a high-speed wireless communication protocol, and measure throughputs when various files with different sizes are synchronized among nodes using the software. Our results show that the throughput is quite high and stable, and a larger file can be transferred in a higher speed than a smaller file.

    CiNii Article

    CiNii Books

    researchmap

  • An Extension of Wireless Internet-Access Mesh Network Simulator for Frame Aggregation

    TAJIMA Shigeto, FUNABIKI Nobuo, HIGASHINO Teruo

    IEICE technical report. Circuits and systems   113 ( 463 )   103 - 108   2014.3

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    The Wireless Internet-access Mesh NETwork (WIMNET) can provide an inexpensive, flexible, and expandable Internet-access network by connecting multiple access-points (APs) through wireless links. To improve the performance of WIMNET, it is important to adopt high-speed wireless communication protocols IEEE 802.11n/ac that have recently become available, for heavily crowded links between APs. As one of the technologies to enhance the communication speed, the frame aggregation has been introduced so that multiple frames can be sent at the same time to reduce the communication overhead. Because each link between APs usually handles packets to/from multiple hosts in WIMNET, the effect of the frame aggregation can be further enhanced. In this paper, we present a model of the frame aggregation and an extension of the WIMNET simulator based on the model, which has been developed by our group to evaluate the performance of WIMNET. Through simulations in simple topologies, we show the effectiveness of the frame aggregation, and the necessity of the proper number of aggregated frames and the aggregated routing path.

    CiNii Article

    CiNii Books

    researchmap

  • Throughput Measurements Using IEEE 802.11ac Devices for High-Speed Wireless Networks

    CHEW Chang Choon, FUNABIKI Nobuo, NAKANISHI Toru

    IEICE technical report. Circuits and systems   113 ( 463 )   23 - 28   2014.3

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Recently, IEEE802.11ac communication protocols have been introduced for high-speed wireless networks. Then, commercial devices implementing this protocol have been available from several vendors. In this paper, we provide various TCP throughput measurement results using devices from three vendors implementing this protocol under a set of TCP parameters in various conditions including one or two-hop communications, wall obstacle existences, different link distances, and the use of a repeater. Our measurement results show that TCP throughputs are greatly affected by vendors and communication conditions.

    CiNii Article

    CiNii Books

    researchmap

  • An Implementation of Moblie Anonymous Attribute Authentication System on Android Devices

    IPSJ SIG Notes   2014 ( 45 )   1 - 6   2014.2

     More details

    Language:Japanese   Publisher:Information Processing Society of Japan (IPSJ)  

    In current ID-based authentication systems, service providers can collect user's history via user's ID. On the other hand, service providers often want to authenticate user's attributes. To solve this problem, an anonymous attribute authentication system was proposed, where the user's attribtes are autheticated without revealing any information that can speciy the user. In this paper, we implemented a mobile anonymous attribute system using NFC and Bluetooth, where, by bringing the device close to another one, we can perform a direct anonymous attribute authentication. From the experiments on real devices, the execution time of anonymous attribute authentication is 0.98 seconds, and the total processing time including the connection establishment is 1.85 seconds.

    CiNii Article

    CiNii Books

    researchmap

  • A proposal of Web Browser-based Volunteer Computing Platform

    Shogo Takaki, Kan Watanabe, Masaru Fukushi, Noriki Amano, Nobuo Funabiki, Toru Nakanishi

    IPSJ SIG Notes   2014 ( 29 )   1 - 8   2014.2

     More details

    Language:Japanese   Publisher:Information Processing Society of Japan (IPSJ)  

    In Volunteer Computing (VC) systems, volunteer participants can contribute their idle computing resources by computing a piece of the computation (job) in their idle time. In existing VC systems, participants must put an extra effort, e.g. installing a dedicated software to their computers and register their personal E-mail addresses, which will be barriers to join as a participant. This paper proposes a web-based VC platform, in which participants can join to VC system by just accessing a specified URL with Web browsers. By using LLVM techniques such as PNaCL, VC jobs become convertible as fast-acting Web applications. As the results of our experiments based on Himeno Benchmark, we show that the performance of PNaCl codes on a web browser is equivalent of native one.

    CiNii Article

    CiNii Books

    researchmap

  • A Web Recipe Conversion Algorithm for Cooking-Step Scheduling

    ZHANG Yijia, FUNABIKI Nobuo, NAKANISHI Toru

    Technical report of IEICE. SS   113 ( 422 )   11 - 16   2014.1

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Previously, we have proposed the cooking-step scheduling algorithm to assist home-made cooking by busy people such as working persons and students. When a cooking-step schedule of applying the cooking procedures in recipes in a Web site is generated by this algorithm, their conversion into the unique input form to the algorithm is required. In this paper, we propose a Web-recipe conversion algorithm that converts cooking procedures in a recipe into six types of cooking-steps and estimates the corresponding cooking time by extracting keywords in the recipe that correspond to the cooking-step types. We verified the effectiveness of the proposed algorithm through applying it to 100 recipes.

    CiNii Article

    CiNii Books

    researchmap

  • A Clue Function Using Javadoc for Code Writing Problem in Java Programming Learning Assistant System

    NAKAMURA Takuya, FUNABIKI Nobuo, NAKANISHI Toru, AMANO Noriki

    IEICE technical report. Education technology   113 ( 377 )   115 - 120   2014.1

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Java has been educated in a lot of universities and professional schools due to the reliability, portability, and easy learning. To assist Java educations, our group has developed a Web-based Java Programming Learning Assistant System (JPLAS) that helps students to study Java programming by themselves through automatic testing of Java codes from students using the test-driven development method. Unfortunately, JPLAS is not suitable for less-experienced students in Java because they have to understand test codes that are necessary in automatic testing before writing source codes. In this paper, we propose a Javadoc-based hint function in the code design learning function of JPLAS to let such students learn how to collect the necessary information for a source code from a test code easily. It helps students to understand the whole structure of the source code and complete more accurate code design. We verify the effectiveness of our proposal through applications to 10 students in our laboratory.

    CiNii Article

    CiNii Books

    researchmap

  • Implementation of Anonymous Credential System with Efficient Proofs for Monotone Formulas on Attributes Excluding Restriction

    Shahidatul Sadiah, Toru Nakanishi, Nobuo Funabiki

    2014 SECOND INTERNATIONAL SYMPOSIUM ON COMPUTING AND NETWORKING (CANDAR)   531 - 535   2014

     More details

  • A Proposal of Routing Algorithm under Practical Conditions for Wireless Internet-Access Mesh Networks

    Nobuo Funabiki, Toru Nakanishi, Wataru Maruyama

    2014 IEEE INTERNATIONAL CONFERENCE ON CONSUMER ELECTRONICS - TAIWAN (ICCE-TW)   27 - 28   2014

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/ICCE-TW.2014.6904085

    Web of Science

    researchmap

  • Extensions of Active Access-Point Selection Algorithm for Wireless Mesh Networks Using IEEE802.11ac Protocol

    Chang Choon Chew, Nobuo Funabiki, Sho Fujita

    2014 SECOND INTERNATIONAL SYMPOSIUM ON COMPUTING AND NETWORKING (CANDAR)   310 - 314   2014

     More details

  • A Frame Aggregation Extension of Routing Algorithm for Wireless Mesh Networks

    Nobuo Funabiki, Yuuma Tani, Shigeto Tajima

    2014 SECOND INTERNATIONAL SYMPOSIUM ON COMPUTING AND NETWORKING (CANDAR)   238 - 242   2014

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/CANDAR.2014.28

    Web of Science

    researchmap

  • An extended active access-point selection algorithm for link speed changes in wireless mesh networks

    International Journal Space-Based and Situated Computing   4 ( 3 )   184 - 193   2014

     More details

    Language:English  

    researchmap

  • A Proposal of Javadoc Hint Function for Java Programming Learning Assistant System

    Nobuo Funabiki, Takuya Nakamura, Wen-Chung Kao

    2014 IEEE 3RD GLOBAL CONFERENCE ON CONSUMER ELECTRONICS (GCCE)   304 - 308   2014

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/GCCE.2014.7031127

    Web of Science

    researchmap

  • An Extension of Access-Point Allocation Algorithm for Adapting Link Speed Change in Wireless Mesh Network

    FARAG Tamer, FUNABIKI Nobuo, HASSAN Walaa

    IEICE technical report   113 ( 360 )   137 - 142   2013.12

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    As an inexpensive, scalable Internet-access wireless network, we have studied design optimizations of the Wireless Internet-access Mesh NETwork (WIMNET). WIMNET uses multiple access-points (APs) that are connected by wireless links. In WIMNET, the proper allocation of APs is essential to ensure the communication quality of hosts and to minimize the installation and management cost. Previously, we have proposed an AP allocation algorithm for WIMNET assuming that every link has a constant speed regardless of the condition. However, our preliminary experiments found that the link speed is greatly affected by the distance and interferences in high-speed IEEE802.11n/ac protocols that have recently become popular. In this paper, we propose an extension of our AP allocation algorithm to adapt to this link speed change where the maximum link distance between two APs that has been fixed in the previous algorithm is optimized to provide the highest performance. We verify the effectiveness of our extended algorithm through simulations in simple topology instances using the WIMNET simulator.

    CiNii Article

    CiNii Books

    researchmap

  • A Proposal of Routing Tree Algorithm for Scalable Wireless Mesh Networks Under Practical Conditions

    MARUYAMA Wataru, FUNABIKI Nobuo, NAKANISHI Toru

    Technical report of IEICE. RCS   113 ( 361 )   249 - 254   2013.12

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    As a flexible cost-efficient Internet access network, we have studied the Wireless Internet-access Mesh NETwork (WIMNET) that is composed of multiple access points (APs) connected through wireless links. We have proposed a routing tree algorithm to find a routing path between one Internet gateway (GW) and the hosts. However, normally, several GWs exist in practical implementations of WIMNET. The number of hops between a GW and a host is limited for commercial APs. Furthermore, the communication speed is dynamically changed by the link distance for the new high-speed communication protocol IEEE802.11ac. In this study, we propose a new routing tree algorithm considering these conditions for WIMNET. We verify the effectiveness of our proposal through simulating two instances using the WIMNET simulator.

    CiNii Article

    CiNii Books

    researchmap

  • An Extension of Access-Point Allocation Algorithm for Adapting Link Speed Change in Wireless Mesh Network

    FARAG Tamer, FUNABIKI Nobuo, HASSAN Walaa

    Technical report of IEICE. RCS   113 ( 361 )   255 - 260   2013.12

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    As an inexpensive, scalable Internet-access wireless network, we have studied design optimizations of the Wireless Internet-access Mesh NETwork (WIMNET). WIMNET uses multiple access-points (APs) that are connected by wireless links. In WIMNET, the proper allocation of APs is essential to ensure the communication quality of hosts and to minimize the installation and management cost. Previously, we have proposed an AP allocation algorithm for WIMNET assuming that every link has a constant speed regardless of the condition. However, our preliminary experiments found that the link speed is greatly affected by the distance and interferences in high-speed IEEE802.11n/ac protocols that have recently become popular. In this paper, we propose an extension of our AP allocation algorithm to adapt to this link speed change where the maximum link distance between two APs that has been fixed in the previous algorithm is optimized to provide the highest performance. We verify the effectiveness of our extended algorithm through simulations in simple topology instances using the WIMNET simulator.

    CiNii Article

    CiNii Books

    researchmap

  • Evaluation and Improvement of Credibility-based Voting for Volunteer Computing Systems with Dynamic Error Rate

    2013 ( 26 )   1 - 8   2013.12

     More details

  • An Implementation of Volunteer Computing System with Credibility-based voting

    2013 ( 19 )   1 - 7   2013.12

     More details

  • Efficient Proofs for CNF Formulas on Attributes in Pairing-Based Anonymous Credential System

    Nasima Begum, Toru Nakanishi, Nobuo Funabiki

    IEICE TRANSACTIONS ON FUNDAMENTALS OF ELECTRONICS COMMUNICATIONS AND COMPUTER SCIENCES   E96A ( 12 )   2422 - 2433   2013.12

     More details

  • A Proposal of Extended Anonymous Credential Scheme with Efficient Proof of Age Inequality (Information Security)

    SADIAH Shahidatul, NAKANISHI Toru, WATANABE Kan, FUNABIKI Nobuo

    Technical report of IEICE. ISEC   113 ( 217 )   21 - 28   2013.9

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    An anonymous credential system on attributes allows a user to convince a service provider anonymously that he/she owns a certified attribute. Previously, an anonymous credential system to prove that user attributes satisfy a CNF formula on attributes was proposed. However, the system needs a large public key (PK) size and thus the large computation times, when proving the age in equation using the birthday attribute, because each birthday is assigned to one attribute and each attribute is mapped to one public parameter. In this paper, to reduce the PK size and computation times, we use the idea of dividing the birthday (year/month/day) attribute into the year, the month, and the day attributes. Consequently, the PK size is decreased, since the number of attributes is reduced to approximately 0.3%. In case of proving the age in equation, these attributes have to be expressed using monotone logic formulas. To adopt this idea on previous system, we extend the accumulator in the previous system and we propose an anonymous credential system to prove monotonic formulas. Also, we show the effectiveness of proposed system by measuring the process times for the implementation.

    CiNii Article

    CiNii Books

    researchmap

  • A Clustering Algorithm Considering Link Speed for Wireless Mesh Networks

    TAJIMA Shigeto, FUNABIKI Nobuo, HIGASHINO Teruo

    IEICE technical report   113 ( 129 )   155 - 160   2013.7

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    A Wireless Internet-access Mesh Network (WIMNET) can provide a scalable Internet-access network by using multiple access point (APs) connected through wireless communications. In previous studies, we proposed a clustering algorithm for efficiently composing large scale WIMNET by partitioning the APs into a set of clusters. For this algorithm, we assume that any link has a constant speed, although our preliminary experiments found that the link speed is greatly changed by the link distance and interferences for the new high-speed IEEE802.11n protocol that has recently become popular. In this paper, we extend the clustering algorithm in considering the link speed change for effectively introducing IEEE802.11n to WIMNET. We verify the effectiveness of our proposal through simulations in grid topology instances using the WIMNET simulator.

    CiNii Article

    CiNii Books

    researchmap

  • A Fixed Backoff-Time Switching Method for CSMA/CA Protocol in Wireless Mesh Networks

    Sritrusta Sukaridhoto, Nobuo Funabiki, Toru Nakanishi, Kan Watanabe, Shigeto Tajima

    IEICE TRANSACTIONS ON COMMUNICATIONS   E96B ( 4 )   1019 - 1029   2013.4

     More details

  • BS-1-26 A Design for OpenFlow lmplementation of Fixed Backoff-time Switching Method in Wireless Mesh Networks

    Sukaridhoto Sritrusta, Funabiki Nobuo, Nakanishi Toru, Watanabe Kan

    Proceedings of the IEICE General Conference   2013 ( 2 )   "S - 50"-"S-51"   2013.3

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    CiNii Article

    CiNii Books

    researchmap

  • D-9-27 AN EXPERIMENTAL EVALUATION OF COOKING-STEP SCHEDULING ALGORITHM IN COOKING FOUR DISHES

    Matsushima Yukiko, Okada Tomoya, Funabiki Nobuo, Nakanishi Toru, Watanabe Kan

    Proceedings of the IEICE General Conference   2013 ( 1 )   125 - 125   2013.3

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    CiNii Article

    CiNii Books

    researchmap

  • BS-1-2 AN IMPROVED HOST ASSOCIATION OPTIMIZATION STAGE IN ACCESS-POINT AGGREGATION ALGORITHM FOR WIRELESS LOCAL AREA NETWORKS

    Islam Ezharul, Funabiki Nobuo, Nakanishi Toru, Watanabe Kan

    Proceedings of the IEICE General Conference   2013 ( 2 )   "S - 3"-"S-4"   2013.3

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    CiNii Article

    CiNii Books

    researchmap

  • D-9-7 A Proposal of Web-based Receipt Information Management System

    na Ta, Funabiki Nobuo, Nakanishi Toru, Watanabe Kan

    Proceedings of the IEICE General Conference   2013 ( 1 )   105 - 105   2013.3

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    CiNii Article

    CiNii Books

    researchmap

  • An Extension of Routing Tree Algorithm Considering Link Speed Change for Wireless Mesh Networks

    MARUYAMA Wataru, FUNABIKI Nobuo, NAKANISHI Toru, WATANABE Kan

    IEICE technical report   112 ( 392 )   1 - 6   2013.1

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    As a flexible inexpensive Internet-access network, we have studied the Wireless Internet-access Mesh NETwork (WIMNET) that is composed of wirelessly interconnected Access-Points (APs). Previously, we proposed the routing tree algorithm to generate a routing path connecting the APs in WIMNET such that the performance can improved by reducing congestions at links around the Internet Gate Way (GW). For this algorithm, we assume that every link has the same constant speed to transmit data packets regardless of its distance However, when we adopt the new high-speed IEEE802. 11n protocol for wireless communications, our preliminary experiments found that the speed decreases drastically as the distance increases. In this paper, we extend the routing tree algorithm in order to consider the link speed change and generate the routing path to the hosts. We show the effectiveness of this extension through simulations in three instances.

    CiNii Article

    CiNii Books

    researchmap

  • An Extension of Active Access Point Selection Algorithm for Wireless Mesh Networks

    FUJITA Sho, FUNABIKI Nobuo, NAKANISHI Tom, WATANABE Kan

    IEICE technical report   112 ( 392 )   19 - 24   2013.1

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    The wireless Internet-access mesh network (WIMNET) has been studied to realize an inexpensive, scalable Inter-net-access network by using multiple access points (APs) connected by wireless links. WIMNET can improve the dependability to failures of links and APs by allocating APs redundantly. Since redundant APs may cause the increase of the operational cost and the degradation of the throughput due to increasing radio interferences, we have proposed the active AP selection algorithm for selecting functioning APs for communications. In this algorithm, we assume that every link speed is constant for simplicity, although our preliminary expenments found that the link speed greatly is affected by the distance in the new high-speed IEEE802.11 n protocol that has recently become popular. In this paper, we extend the active AP selection algonthm in considering this link speed change. We verify the effectiveness of our proposal through simulations in four instances using the WIMNET simulator.

    CiNii Article

    CiNii Books

    researchmap

  • An Extension of Access-Point Aggregation Algorithm Considering Link Speed Change for Wireless Local Area Networks

    ISLAM Md. EZHARUL, FUNABIKI Nobuo, NAKANISHI Toru, WATANABE Kan

    IEICE technical report   112 ( 392 )   7 - 12   2013.1

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    These days, multiple wireless local area networks (WLANs) have been often deployed in the same building of a university or a company. In those WLANs, access points (APs) are usually managed independently by different groups such as laboratories or departments. Then, a host can detect signals from multiple APs, which may degrade the communication performance due to their interferences and increase the operational cost Previously, we have proposed an AP aggregation algorithm to minimize the number of active APs in the field by aggregating them using the virtual AP technology. Recently, the IEEE802. 11n protocol has become popular as a high-speed communication protocol for WLANs However, our preliminary experiments using this protocol found that the link speed drastically decreases as its distance increases. In this paper, we extend our AP aggregation algorithm to considering this speed change so that any host can ensure the minimum speed with an AP while maximizing the overall throughput of the network. We verify the effectiveness of our extension through simulations in a network scenario using the WIMNET simulator.

    CiNii Article

    CiNii Books

    researchmap

  • Database Design and Input Data Processing Algorithm for Receipt Information System

    Tana, FUNABIKI Nobuo, NAKANISHI Toru, WATANABE Kan

    IEICE technical report. Life intelligence and office information systems   112 ( 379 )   85 - 90   2013.1

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Recently, due to the lasting economic depression, an economical life has been desired for many people. For their assistance, our group is developing a Web-based receipt information system to help keeping household accounts to grasp daily expenses, and sharing latest information of selling products at nearby shops to buy products as inexpensively as possible. In this paper, we present the database design for this system, and propose the input data processing algorithm composed of the functions for 1) product name corrections, 2) discount price corrections, and 3) category classifications, to solve problems in the character recognition software on receipts adopted in this system. Our preliminary experiments found that this software often falsely recognizes product names, cannot correct discount prices, and cannot automatically classify categories of products. We implemented the proposed algorithm as a Java application, and applied it to 113 products from 12 receipts where every product was correctly processed.

    CiNii Article

    CiNii Books

    researchmap

  • An Android Application of Cooking Guidance Function in Homemade Cooking Assistance System

    OKADA Tomoya, MATSUSHIMA Yukiko, FUNABIKI Nobuo, NAKANISHI Toru, WATANABE Kan

    IEICE technical report. Information and communication management   112 ( 378 )   91 - 96   2013.1

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    In order to assist economical and healthy lives with homemade cooking, our group has developed a Web-based HOmemade Cooking Assistance System (HOCAS) Previously, we have implemented the menu planning function and the cooking-step scheduling function at the server, so that busy persons such as working people, students, and nurturing families can make menus and cooking-step schedules for one week including bulk cooking in weekends. In this paper, we implement the cooking guidance function as an Android application of cooking guidance. Using outputs of the existing functions, it provides the three functions for the menu indication, the cooking guidance, and the cooking time measurement. For experimental evaluations, we cooked four dishes by following the guidance from the system, and confirmed its effectiveness. Through comparing cooking times between expected and measured ones, we analyzed its problems and discussed future works.

    CiNii Article

    CiNii Books

    researchmap

  • An Android Application of Cooking Guidance Function in Homemade Cooking Assistance System

    OKADA Tomoya, MATSUSHIMA Yukiko, FUNABIKI Nobuo, NAKANISHI Toru, WATANABE Kan

    IEICE technical report. Life intelligence and office information systems   112 ( 379 )   91 - 96   2013.1

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    In order to assist economical and healthy lives with homemade cooking, our group has developed a Web-based HOmemade Cooking Assistance System (HOCAS) Previously, we have implemented the menu planning function and the cooking-step scheduling function at the server, so that busy persons such as working people, students, and nurturing families can make menus and cooking-step schedules for one week including bulk cooking in weekends. In this paper, we implement the cooking guidance function as an Android application of cooking guidance. Using outputs of the existing functions, it provides the three functions for the menu indication, the cooking guidance, and the cooking time measurement. For experimental evaluations, we cooked four dishes by following the guidance from the system, and confirmed its effectiveness. Through comparing cooking times between expected and measured ones, we analyzed its problems and discussed future works.

    CiNii Article

    CiNii Books

    researchmap

  • An Extension of Fill-in-the-blank Problem Function in Java Programming Learning Assistant System and Its Application to Classes

    KORENAGA Yousuke, FUNABIKI Nobuo, NAKANISHI Toru, WATANABE Kan, AMANO Noriki

    IEICE technical report. Education technology   112 ( 374 )   63 - 68   2013.1

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Nowadays, a programming language Java has been educated in many universities and professional schools To assist its self-studies by students, we have developed a Web-based Java Programming Learning Assis-tant System (JPLAS) In this work, we extend the fill-in-the-blank problem functcon in JPLAS, so that this function can select variables and grammar symbols into problems in addition to conventional reserved words This function can automatically generate fill-in-the-blank problems by randomly blanking symbols in a sample Java code that correspond to the words specified by a teacher, where the constraints for unique answers are observed For evalu-ations of this function, we applied it to students in a Java programming course in our department after preparing 100 problems with various levels using JPLAS Then, we assigned them a quiz of the related problems to verify the learning effect The result shows that those who solved more problems in JPLAS could obtain better scores in the quiz

    CiNii Article

    CiNii Books

    researchmap

  • A Java programming learning assistant system using test-driven development method

    Nobuo Funabiki, Yukiko Matsushima, Toru Nakanishi, Kan Watanabe, Noriki Amano

    IAENG International Journal of Computer Science   40 ( 1 )   38 - 46   2013

     More details

    Authorship:Lead author   Language:English  

    researchmap

  • An Extension of Access-Point Aggregation Algorithm to Ensure Minimum Host Throughput for Wireless Local Area Networks

    Md. Ezharul Islam, Nobuo Funabiki, Toru Nakanishi, Kan Watanabe

    2013 FIRST INTERNATIONAL SYMPOSIUM ON COMPUTING AND NETWORKING (CANDAR)   141 - 147   2013

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/CANDAR.2013.27

    Web of Science

    researchmap

  • An improvement of graph-based fill-in-blank problem generation algorithm in Java programming learning assistant system

    Tana, Nobuo Funabiki, Toru Nakanishi, Noriki Amano

    International Workshop on ICT   1 - 4   2013

     More details

    Language:English  

    researchmap

  • A cooking guidance function on Android tablet for Homemade Cooking Assistance System

    Yukiko Matsushima, Nobuo Funabiki, Tomoya Okada, Toru Nakanishi, Kan Watanabe

    2013 IEEE Region 10 Humanitarian Technology Conference, R10-HTC 2013   249 - 254   2013

     More details

  • An extension of fill-in-the-blank problem function in Java programming learning assistant system

    Nobuo Funabiki, Yousuke Korenaga, Toru Nakanishi, Kan Watanabe

    2013 IEEE Region 10 Humanitarian Technology Conference, R10-HTC 2013   85 - 90   2013

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/R10-HTC.2013.6669019

    Scopus

    researchmap

  • A Modified Active Access-Point Selection Algorithm Considering Link Speed Change in IEEE 802.11n for Wireless Mesh Networks

    Nobuo Funabiki, Sho Fujita, Toru Nakanishi, Kan Watanabe

    2013 SEVENTH INTERNATIONAL CONFERENCE ON COMPLEX, INTELLIGENT, AND SOFTWARE INTENSIVE SYSTEMS (CISIS)   714 - 719   2013

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/CISIS.2013.128

    Web of Science

    researchmap

  • A Modified Routing Tree Algorithm Considering Link Speed Change in IEEE 802.11n for Wireless Mesh Network

    Nobuo Funabiki, Toru Nakanishi, Kan Watanabe, Wataru Maruyama

    2013 IEEE 17TH INTERNATIONAL SYMPOSIUM ON CONSUMER ELECTRONICS (ISCE)   29 - 30   2013

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/ISCE.2013.6570233

    Web of Science

    researchmap

  • Reducing public-key size in an anonymous credential system for CNF formulas with constant-size proofs

    Nasima Begum, Toru Nakanishi, Nobuo Funabiki

    2013 IEEE 2nd Global Conference on Consumer Electronics, GCCE 2013   530 - 533   2013

     More details

  • An extension of clustering algorithm for considering link speed in wireless mesh networks

    Shigeto Tajima, Nobuo Funabiki, Teruo Higashino

    2013 IEEE 2nd Global Conference on Consumer Electronics, GCCE 2013   500 - 504   2013

     More details

  • Extensions of cooking guidance function on Android tablet for homemade cooking assistance system

    Yukiko Matsushima, Nobuo Funabiki, Yijia Zhang, Toru Nakanishi, Kan Watanabe

    2013 IEEE 2nd Global Conference on Consumer Electronics, GCCE 2013   397 - 401   2013

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/GCCE.2013.6664869

    Scopus

    researchmap

  • An extension of menu planning algorithm for two-phase homemade cooking

    Nobuo Funabiki, Yukiko Matsushima, Toru Nakanishi, Kan Watanabe

    2013 IEEE 2nd Global Conference on Consumer Electronics, GCCE 2013   352 - 356   2013

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/GCCE.2013.6664853

    Scopus

    researchmap

  • A graph-based algorithm for fill-in-blank problem generation in Java programming learning assistant system

    Nobuo Funabiki, Tana, Toru Nakanishi, Kan Watanabe

    The 3rd International Conference on Applied and Theoretical Information Systems Research (ATISR2013)   2013

     More details

    Authorship:Lead author   Language:English  

    researchmap

  • A fixed backoff-time switching method for wireless mesh networks: Design and Linux implementation

    Sritrusta Sukaridhoto, Nobuo Funabiki, Dadet Pramudihanto, Zainal Arief

    Proceedings - 2013 International Conference on Information Technology and Electrical Engineering: "Intelligent and Green Technologies for Sustainable Development", ICITEE 2013   248 - 253   2013

     More details

    Language:English   Publisher:IEEE Computer Society  

    DOI: 10.1109/ICITEED.2013.6676247

    Scopus

    researchmap

  • An access-point aggregation approach for energy-saving wireless local area networks

    Md. Ezharul Islam, Nobuo Funabiki, Toru Nakanishi, Kan Watanabe

    IEICE Transactions on Communications   E96-B ( 12 )   2986 - 2997   2013

     More details

    Language:English   Publisher:Institute of Electronics, Information and Communication, Engineers, IEICE  

    DOI: 10.1587/transcom.E96.B.2986

    Scopus

    researchmap

  • An Extension of Credibility Formula in Desktop Grid to Different Workers' Performance

    2012 ( 16 )   1 - 8   2012.12

     More details

  • A Web Service Implementation of ◆ Attribute Authentication

    HAMADA Yuji, NAKANISHI Toru, WATANABE Kan, FUNABIKI Nobuo

    IEICE technical report. Life intelligence and office information systems   112 ( 306 )   41 - 46   2012.11

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Our research group has proposed the anonymous authentication scheme using user's attributes. In this scheme, the user can anonymously convince a verifier of the possession of attributes specified by the service provider with the complexity independent of the number of attributes. Previously, we have implemented Web system where the user proves the AND relations to a verifier. However, we cannot prove CNF fomulas that is the conbination of AND and OR relations at our Web system. In this study, we implemented the anonymous attributes authentication system for CNF fomulas using proxies and a questionnaire service as a Web service. We measured the communication times including the authentication times. The results show that our system is sufficiently practical.

    CiNii Article

    CiNii Books

    researchmap

  • An Implementation of Anonymous Attributes Authentication System on Android Smart Phone

    2012 ( 3 )   146 - 152   2012.10

     More details

    Language:Japanese  

    CiNii Article

    researchmap

  • An Implementation of Reputation System with Secrecy Even for Administrators

    2012 ( 3 )   828 - 834   2012.10

     More details

    Language:Japanese  

    CiNii Article

    researchmap

  • An Extension of Wireless Internet-Access Mesh Network Simulator for Smart Antenna Use and Evaluations Using Simple Topologies

    TAJIMA Shigeto, FUNABIKI Nobuo, HIGASHINO Teruo

    IEICE technical report   112 ( 231 )   125 - 130   2012.10

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    As an inexpensive, flexible, and scalable Internet-access network, we have studied architecture, protocols, and design optimizations of the Wireless Internet-access Mesh NETwork (WIMNET). WIMNET consists of multiple access-points (APs) as wireless routers that are connected through wireless links. To improve the performance by realizing high-speed and simultaneous plural link communications, we have considered use of the smart antenna as a generalized technology of the Multiple-Input-Multiple-Output (MIMO) channel and the Adaptive Array Antenna (AAA). In this paper, we present an extension of the WIMNET simulator for the smart antenna use, which has been developed by our group to estimate the throughput in WIMNET. Through simulations in simple topologies, we investigate impacts of two smart antenna use methods and of interval changes between adjacent nodes including APs and hosts, into the performance of WIMNET.

    CiNii Article

    CiNii Books

    researchmap

  • An Implementation of Code Design Learning Function in Java Programming Learning Assistant System

    NAKAMURA Takuya, FUNABIKI Nobuo, NAKANISHI Toru, WATANABE Kan, AMANO Noriki

    IEICE technical report. Education technology   112 ( 224 )   17 - 22   2012.9

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Java has been educated in a lot of universities and professional schools due to the reliability, portability, and easy learning. To assist Java educations, our group has developed a Web-based Java Programming Learning Assistant System (JPLAS) that helps students to study Java programming by themselves through automatic testing of Java codes from students using the test-driven development method. Unfortunately, JPLAS is not suitable for less-experienced students in Java because they have to understand test codes that are necessary in automatic testing before writing source codes. In this paper, we propose a code design learning function in JPLAS to let such students learn how to collect the necessary information for a source code from a test code. A code design result from a student is automatically verified through comparisons with the corresponding model answer from a teacher. We verify the effectiveness of our proposal through applications to 24 students in our department.

    CiNii Article

    CiNii Books

    researchmap

  • A Linux Implementation Design of Fixed Backoff-time Switching Method for Wireless Mesh Networks

    SUKARIDHOTO Sritrusta, FUNABIKI Nobuo, NAKANISHI Toru, WATANABE Kan, Shigeto TAJIMA

    IEICE technical report   112 ( 208 )   83 - 88   2012.9

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    As a flexible and cost-efficient scalable Intenet access network, we have studied architectures, protocols, and design optimizations of the Wireless Internet-access Mesh NETwork (WIMNET). WIMNET is composed of wirelessly connected access points(APs), where any host can basically access to the Internet through multihop communications between APs.In WIMNET, undesirable situations can often happen such that some links dominate the bandwidth while others become insufficient due to the limited shared bandwidth. To improve the performance by avoiding them, controls of activation chances for wireless links depending on their traffics are effective. Thus, previously, we have proposed the Fixed Backoff-time Switching (FBS) method for the CSMA/CA protocol, and verified the effectiveness using the QualNet simulator. In this paper, we present an implementation design of the FBS method in Linux kemel to show its practicality and investigate the performance in a real network. Our design consists of implementations or modifications of the five programs:Kernel configuration, Debugfs,Minstrel,iw, and FBSdaemon.

    CiNii Article

    CiNii Books

    researchmap

  • BS-5-29 An Idea of Linux Implementation of Fixed Backoff-time Switching Method for Wireless Mesh Networks(BS-5. Network and Service Design, Control and Management)

    Sukaridhoto Sritrusta, Funabiki Nobuo, Nakanishi Toru, Watanabe Kan, Tajima Shigeto

    Proceedings of the Society Conference of IEICE   2012 ( 2 )   "S - 82"-"S-83"   2012.8

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    As a flexible and cost-efficient scalable Internet access network, we have studied architectures,protocols, and design optimizations of the Wireless Internet-access Mesh NETwork (WIMNET). WIMNET is composed of wireless connected access points. Previously, we proposed the Fixed Backoff-time Switching (FBS) method for the CSMA/CA protocol to improve the real-time traffic performance in WIMNET by giving the necessary activation chances to each link, and verified the effectiveness using the QualNet simulator. In this paper, we present an idea of the FBS method implementation at Linux kernel after quickly reviewing it.

    CiNii Article

    CiNii Books

    researchmap

  • An Extension of Cooking-Step Scheduling Algorithm for Simultaneous Cooking of Multiple Dishes

    MATSUSHIMA Yukiko, FUNABIKI Nobuo, NAKANISHI Toru, WATANABE Kan

    IEICE technical report. Life intelligence and office information systems   112 ( 188 )   1 - 6   2012.8

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    To assist homemade cooking of busy persons such as working people and child-growing families, we have proposed a cooking-step scheduling algorithm for multiple dishes. By composing the cooking procedure for each dish as a sequence of cooking-steps, this algorithm generates an optimal schedule of the cooking-steps for multiple dishes to minimize the cooking time while considering the constraints of cooks and instruments as a cooking model. In this paper, to enhance the practicality, we extend the algorithm in 1) accommodating the continuous cooking-steps such as boiling ingredients soon after stirring for a dish cooked by boiling or stewing, 2) suggesting the clearance chance of used instruments at a long waiting time, 3) preferentially assigning any possible cooking-step of the preferred dish to the sub-cook, and 4) considering the skill level of a cook in the operating time of a cooking-step. Through simulations and cooking experiments using five dishes, we verify the effectiveness of our algorithm extensions.

    CiNii Article

    CiNii Books

    researchmap

  • An Extension of Cooking-Step Scheduling Algorithm for Simultaneous Cooking of Multiple Dishes

    MATSUSHIMA Yukiko, FUNABIKI Nobuo, NAKANISHI Toru, WATANABE Kan

    IEICE technical report. Image engineering   112 ( 189 )   1 - 6   2012.8

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    To assist homemade cooking of busy persons such as working people and child-growing families, we have proposed a cooking-step scheduling algorithm for multiple dishes. By composing the cooking procedure for each dish as a sequence of cooking-steps, this algorithm generates an optimal schedule of the cooking-steps for multiple dishes to minimize the cooking time while considering the constraints of cooks and instruments as a cooking model. In this paper, to enhance the practicality, we extend the algorithm in 1) accommodating the continuous cooking-steps such as boiling ingredients soon after stirring for a dish cooked by boiling or stewing, 2) suggesting the clearance chance of used instruments at a long waiting time, 3) preferentially assigning any possible cooking-step of the preferred dish to the sub-cook, and 4) considering the skill level of a cook in the operating time of a cooking-step. Through simulations and cooking experiments using five dishes, we verify the effectiveness of our algorithm extensions.

    CiNii Article

    CiNii Books

    researchmap

  • A Pairing-Based Anonymous Credential System with Efficient Attribute Proofs

    Amang Sudarsono, Toru Nakanishi, Nobuo Funabiki

    53 ( 6 )   11p   2012.6

  • A Generalization of WDS Clustering Algorithm Extension to Smart-Antenna in Wireless Mesh Networks

    TAJIMA Shigeto, FUNABIKI Nobuo, TOMISATO Shigeru, HATA Masaharu, HIGASHINO Teruo

    IEICE technical report   112 ( 8 )   37 - 42   2012.4

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    As a scalable inexpensive Internet-access network, we have studied the Wireless Internet-access Mesh Network (WIMNET) that is composed of multiple access point (APs) connected through the Wireless Distribution System (WDS). Because all the traffics pass through an Internet gateway (GW) in WIMNET, the resolution of link congestions around the GW is very important. For this problem, we have proposed a WDS clustering algorithm to partition the APs into a set of WDS clusters where the APs in each cluster shares an GW, and have considered the adoption of a smart antenna for a Smart AP (SAP). Since the smart antenna is usually expensive, we have extended the WDS clustering algorithm to a cluster where only one or two SAPs are used. In this paper, we generalize this extension to a cluster with an arbitrary number of SAPs. Besides, we investigate the priority action of the smart antenna for multiple SAPs in one cluster. We evaluate the effectiveness through simulations using grid topology instances.

    CiNii Article

    CiNii Books

    researchmap

  • BS-3-17 LOAD BALANCING STAGE FOR AN ACCESS-POINT AGGREGATION ALGORITHM IN WIRELESS LOCAL AREA NETWORKS(BS-3. Management and Control Technologies for Innovative Networks)

    Islam Md. Ezharul, Funabiki Nobuo, Nakanishi Toru, Watanabe Kan

    Proceedings of the IEICE General Conference   2012 ( 2 )   "S - 33"-"S-34"   2012.3

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Currently, many organizations such as universities and companies are using multiple wireless local area networks (WLANs) even in the same building, where wireless access-points (APs) are independently managed by different groups such as departments or laboratories. As a result, a WLAN user host can detect signals from multiple APs, which may increase the interference and degrade the communication performance. Therefore, we have proposed an AP aggregation algorithm to minimize the number of active physical APs by aggregating the APs in the field by introducing virtual APs. In this paper, we introduce a load balancing stage to this algorithm to maximize the throughput by balancing loads among APs. The effectiveness has been verified through simulations in two instances.

    CiNii Article

    CiNii Books

    researchmap

  • An Extension of Web-based Assistance System for Computer-Scored Paper Tests

    TAKAKI Shogo, FUNABIKI Nobuo, NAKANISHI Toru, WATANABE Kan, AMANO Noriki

    IEICE technical report. Education technology   111 ( 473 )   243 - 248   2012.3

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    A frequent application of mini-exams and quizzes during classes can be effective to enhance the educational effects to students in universities. However, teachers may have to spend much time to prepare the test papers before classes, and grade the test papers from students after them. In order to ease such burdens of teachers, we have proposed a Web-based assistance system for computer-scored paper tests in conventional lecture rooms without computers for students. This system supports the test paper generation, the test paper grading, and the score management. In this paper, we extend the system by adding two new question types, implementing the test paper preview function, and providing the data export function to the Web quiz function in an existing learning assistant system. We evaluate the effectiveness of our proposal through an experiment in one class in our department.

    CiNii Article

    CiNii Books

    researchmap

  • An Extension of Fill-in-the-blank Problem Function in Java Programming Learning Assistant System and Its Application to Class

    KORENAGA Yousuke, FUNABIKI Nobuo, NAKANISHI Toru, WATANABE Kan, AMANO Noriki

    IEICE technical report. Education technology   111 ( 473 )   7 - 12   2012.3

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    The programming language Java has been educated in a lot of universities and professional schools due to the reliability, portability, and easy learning. To assist this Java education, our group has developed a Web-based Java Programming Learning Assistant System (JPLAS) by supporting self-studies of students. JPLAS has the fill-in-the-blank problem function for Java novice students to study Java reserved words. In this function, a teacher first generates fill-in-the-blank problems automatically by removing the specified reserved words randomly from a sample Java code in the database. Then, a student can repeatedly submit answers to the problems until all the answers are correct as self-studies. In this paper, we implement the score graph function so that the students can complete with each other in solving fill-in-the-blank problems by referring the current scores of other students. We apply the function to students in a Java programming class in our department to evaluate the effectiveness of our proposal.

    CiNii Article

    CiNii Books

    researchmap

  • An Implementation of Erroneous Code Indication Function in Java Programming Learning Assistant System Using Test-Driven Development Method

    FUKUYAMA Yuki, FUNABIKI Nobuo, NAKANISHI Toru, WATANABE Kan, AMANO Noriki

    IEICE technical report. Education technology   111 ( 473 )   1 - 6   2012.3

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    To enhance the effect of the Java programming education by assisting self-studies of students, we have proposed a Web-based Java Programming Learning Assistant System (JPLAS) using the test-driven development (TDD) method. In this system, a teacher first registers an exercise subject, a model source code, and a test code. Then, a student submits the answer code on the subject. The answer code is automatically verified by the verification tool at the server, and the verification result log is returned to the student. However, in the current system, even reading the log to find the errors is actually difficult for a student who is a Java programming beginner. In this paper, we implement an erroneous code indication function in JPLAS of graphically showing the error parts on the code. We evaluate the effectiveness of this function through an experiment to 42 students who are learning Java.

    CiNii Article

    CiNii Books

    researchmap

  • An Internship Instance of Developing an Assistance System for Promoting Group Events Using Ruby

    OKADA Tomoya, KORENAGA Yousuke, HAMADA Yuji, IKEDA Daiki, SHIMIZU Junki, TAKEBAYASHI Tatuya, FUNABIKI Nobuo, NAKANISHI Toru, Ishihara HIROYUKI, SATOU Junyuki, OTORI Yoshinori, KOHMOTO Takayuki, OHTA Mayumi

    IEICE technical report. Education technology   111 ( 394 )   35 - 40   2012.1

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    The Graduate School of Natural Science and Technology in Okayama University has offered a special exercise class named "Internship in Engineering and Science" so that the students can experience practical works in companies through long term internships there. In the past two years, we have had the exercise at Systems Nakashima Co., Ltd. in developing a Web application system using Ruby for promoting events such as travels and parties in groups by helping the event planning, the attendance confirmation, and the schedule management. In this paper, we introduce the content of this exercise and the outline of the developed system. Besides, we describe the feedbacks of the students on this exercise.

    CiNii Article

    CiNii Books

    researchmap

  • Training Program for Practical Engineering Design through the Collaboration with Regional Companies

    GOFUKU Akio, TABATA Nobuhisa, TOMITA Eiji, FUNABIKI Nobuo

    Journal of Jsee   60 ( 1 )   52 - 57   2012.1

     More details

    Language:Japanese   Publisher:Japanese Society for Engineering Education  

    An education program to bring up engineering design capabilities through long-term internship by the collaboration with regional companies has been put in practice for five years. The program is composed of two types of long-term internships and several lectures for patent systems and engineering ethics. This paper describes the outline of the program, educational effects, and our experiences. The program was improved into two educational programs in 2011. The one is a special course to educate engineers and scientists who can lead the technologies of their domains. The other is a long-term internship program for master students in engineering divisions of graduate school. This paper also describes the current activities of the latter program.

    DOI: 10.4307/jsee.60.1_52

    CiNii Article

    CiNii Books

    researchmap

  • Combinational Effect of Spot-checking in Sabotage-tolerance for Volunteer Computing

    WATANABE Kan, FUNABIKI Nobuo, NAKANISHI Toru, FUKUSHI Masaru

    111 ( 408 )   103 - 108   2012.1

     More details

  • An Improved Java Programming Learning System Using Test-Driven Development Method

    Nobuo Funabiki, Yuuki Pukuyama, Yukiko Matsushima, Toru Nakanishi, Kan Watanabe

    INTERNATIONAL MULTICONFERENCE OF ENGINEERS AND COMPUTER SCIENTISTS, IMECS 2012, VOL I   597 - 602   2012

     More details

    Authorship:Lead author   Language:English  

    Web of Science

    researchmap

  • A dynamic rescheduling extension of cooking-step scheduling algorithm for multiple dish cooking

    Yukiko Matsushima, Nobuo Funabiki, Toru Nakanishi, Kan Watanabe

    The 2nd International Conference on Applied and Theoretical Information Systems Research (2nd ATISR2012)   2012

     More details

    Language:English  

    researchmap

  • A code design learning function in Java programming learning assistant system using test-driven development method

    Nobuo Funabiki, Takuya Nakamura, Yukiko Matsushima, Toru Nakanishi, Kan Watanabe

    The 2nd International Conference on Applied and Theoretical Information Systems Research (2nd ATISR2012)   2012

     More details

    Authorship:Lead author   Language:English  

    researchmap

  • An application of cooking-step scheduling algorithm for homemade cooking and its extensions

    Yukiko Matsushima, Nobuo Funabiki, Toru Nakanishi, Kan Watanabe

    1st IEEE Global Conference on Consumer Electronics 2012, GCCE 2012   94 - 98   2012

     More details

  • An extension of routing tree algorithm for smart antenna use in wireless Internet-access mesh network

    Nobuo Funabiki, Toru Nakanishi, Kan Watanabe

    1st IEEE Global Conference on Consumer Electronics 2012, GCCE 2012   633 - 637   2012

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/GCCE.2012.6379938

    Scopus

    researchmap

  • Implementation and Evaluation of an Pairing-Based Anonymous Credential System with Constant-Size Proofs and Efficient Proof Generations

    Nasima Begum, Toru Nakanishi, Nobuo Funabiki

    2012 THIRD INTERNATIONAL CONFERENCE ON NETWORKING AND COMPUTING (ICNC 2012)   264 - 268   2012

     More details

  • Efficient proofs for CNF formulas on attributes in pairing-based anonymous credential system

    Nasima Begum, Toru Nakanishi, Nobuo Funabiki

    15th Annual International Conference on Information Security and Cryptology (ICISC 2012)   2012

     More details

    Language:English  

    researchmap

  • An Error Code Highlighting Function in Java Programming Learning Assistant System Using Test-Driven Development Method

    Nobuo Funabiki, Yuuki Fukuyama, Yukiko Matsushima, Toru Nakanishi, Kan Watanabe

    WORLD CONGRESS ON ENGINEERING AND COMPUTER SCIENCE, WCECS 2012, VOL I   230 - 235   2012

     More details

    Authorship:Lead author   Language:English  

    Web of Science

    researchmap

  • An extension of clustering algorithm for smart-antenna use in wireless mesh networks

    Shigeto Tajima, Nobuo Funabiki, Shigeru Tomisato, Masaharu Hata, Teruo Higashino

    1st IEEE Global Conference on Consumer Electronics 2012, GCCE 2012   638 - 642   2012

     More details

  • A proposal of access-point aggregation approach for multiple wireless local area networks

    Nobuo Funabiki, Md. Ezharul Islam, Toru Nakanishi, Kan Watanabe

    4th International Workshop on Virtual Environment and Network-Oriented Applications (VENOA 2012)   668 - 673   2012

     More details

    Authorship:Lead author   Language:English  

    researchmap

  • A pairing-based anonymous credential system with efficient attribute proofs

    Amang Sudarsono, Toru Nakanishi, Nobuo Funabiki

    Journal of Information Processing   20 ( 3 )   774 - 784   2012

     More details

  • A proposal of CSMA fixed backoff-time switching protocol and its implementation on QualNet simulator for wireless mesh networks

    Sritrusta Sukaridhoto, Nobuo Funabiki, Toru Nakanishi, Kan Watanabe

    Proceedings - 26th IEEE International Conference on Advanced Information Networking and Applications Workshops, WAINA 2012   520 - 525   2012

     More details

  • An online fill-in-the-blank problem function for learning reserved words in Java programming education

    Nobuo Funabiki, Yousuke Korenaga, Yukiko Matsushima, Toru Nakanishi, Kan Watanabe

    Proceedings - 26th IEEE International Conference on Advanced Information Networking and Applications Workshops, WAINA 2012   375 - 380   2012

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/WAINA.2012.64

    Scopus

    researchmap

  • An Extension of Routing Tree Algorithm Considering Link Speed Change in IEEE 802.11n Protocol for Wireless Mesh Network

    Nobuo Funabiki, Wataru Maruyama, Toru Nakanishi, Kan Watanabe

    2012 9TH INTERNATIONAL CONFERENCE ON UBIQUITOUS INTELLIGENCE & COMPUTING AND 9TH INTERNATIONAL CONFERENCE ON AUTONOMIC & TRUSTED COMPUTING (UIC/ATC)   600 - 605   2012

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/UIC-ATC.2012.162

    Web of Science

    researchmap

  • A Lattice Implementation of High-precision IIR Filter for X-ray CT Reconstruction

    Kazuhisa Hayashi, Hiroshi Tsutsu, Yoshitaka Morikawa, Nobuo Funabiki

    INTERNATIONAL MULTICONFERENCE OF ENGINEERS AND COMPUTER SCIENTISTS, IMECS 2012, VOL I   751 - 756   2012

     More details

    Authorship:Lead author   Language:English  

    Web of Science

    researchmap

  • Modeling and Performance Evaluation of Colluding Attack in Volunteer Computing Systems

    Kan Watanabe, Nobuo Funabiki, Tom Nakanishi, Masaru Fukushi

    INTERNATIONAL MULTICONFERENCE OF ENGINEERS AND COMPUTER SCIENTIST, IMECS 2012, VOL II   1658 - 1663   2012

     More details

    Language:English  

    Web of Science

    researchmap

  • A Proposal of an Access-Point Aggregation Algorithm for Wireless Local Area Networks

    ISLAM Md. EZHARUL, FUNABIKI Nobuo, NAKANISHI Toru, WATANABE Kan

    IEICE technical report   111 ( 344 )   1 - 6   2011.12

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Nowadays, multiple wireless local area networks (WLANs) have been deployed in the same building of an institute including a company and a university. Usually, their wireless acess-points (APs) have been independently managed and operated by different groups in the building such as departments or laboratories. As a result, a WLAN user host can detect signals from multiple APs, which may increase the interference and degrade the communication performance. Thus, the minimization of the number of active physical APs by aggregating the allocated APs in the field by introducing virtual APs becomes one of the major challenges in WLANs. In this paper, we formulate this AP aggregation problem for WLANs of aggregating the APs into the minimum number of active APs, and propose its heuristic algorithm that is composed of four phases. The effectiveness of our proposal has been verified through simulations in two instances.

    CiNii Article

    CiNii Books

    researchmap

  • A Clustering Algorithm for WDS Clusters with Two Access-Points Using Smart Antenna in Wireless Mesh Networks

    TAJIMA Shigeto, FUNABIKI Nobuo, TOMISATO Shigeru, HATA Masaharu, HIGASHINO Teruo

    Technical report of IEICE. RCS   111 ( 345 )   81 - 86   2011.12

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    As a scalable Internet access network, we have studied the Wireless Internet-access Mesh Network (WIMNET) that is composed of multiple access point (APs) connected through the Wireless Distribution System (WDS). For large scale WIMNET, because the traffic through the Internet gateway (GW) becomes very high, it is composed of multiple WDS clusters where one cluster consists of APs sharing the same GW. Even in this hierarchial WIMNET, links around the GW are still crowded in each WDS cluster and may become bottlenecks of whole communications. Hence, we have proposed the adoption of a Smart AP (SAP) using the smart antenna technology for bandwidth enhancements. In this paper, we propose an extension of our WDS clustering algorithm for WIMNET such that the GW and one adjacent AP are selected as SAPs in each WDS cluster. Through simulations using grid topology instances, we verify the effectiveness of our algorithm extension.

    CiNii Article

    CiNii Books

    researchmap

  • A Proposal of Efficient Range Proof Protocol for Anonymous Credential System

    IKEDA Daiki, NAKANISHI Toru, FUNABIKI Nobuo

    Technical report of IEICE. ISEC   111 ( 337 )   7 - 14   2011.12

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    An anonymous credential system allows a user to convince a verifier of the possession of user's attributes anonymously. A range proof protocol in an anonymous credential system is the protocol where the user can show that user's attribute belongs to a certain integer range without revealing the attribute. In the previous scheme, while the constant computational complexity is achieved, the size of the public parameters depends on the number of the attributes N. This paper proposes a range proof protocol with O (logTV) public parameter size. We also implement and evaluate it.

    CiNii Article

    CiNii Books

    researchmap

  • Proposal of Reputation System with Strong Secrecy for Managers

    NOMURA Tomoya, NAKANISHIV Toru, FUNABIKI Nobuo

    Technical report of IEICE. ISEC   111 ( 337 )   15 - 20   2011.12

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    In a P2P service such as Internet auctions, there is need for keeping users anonymous, but, in this case, misbehaving user becomes a problem. So, the anonymous users use a reputation system to evaluate each other, where the user can decide whether the other user is misbehaving user or not. However, in the system, the administrator can grasp the change of user's reputation point, it becomes a problem of privacy. In this study, we propose a reputation system with the anonimity even for the administrator by user's managing reputation points in the anonymous certificate. We evaluate the proposed system by processing time of the implementation.

    CiNii Article

    CiNii Books

    researchmap

  • Modeling and Performance Evaluation of Colluding Attack in Volunteer Computing

    WATANABE Kan, FUNABIKI Nobuo, NAKANISHI Toru, FUKUSHI Masaru

    IEICE technical report. Dependable computing   111 ( 252 )   25 - 30   2011.10

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    This paper proposes a model of a colluding attack in Volunteer Computing (VC), where some of participants are unreliable and may return incorrect results. The colluding attack is one of the most important issues to realize reliable VC because it may ruin the most basic requirement, i.e. "the majority in voting is correct". It is used in most current sabotage-tolerance techniques such as M-first voting. Especially, checkbyvoting archives the largest efficiency in current sabotage-tolerance techniques by using the technique called "check by voting" (using the result of a voting as a check). Thus, if some results of votings have been incorrect by colluding attack, it may have significant impacts on checkbyvoting. In this paper, we perform a Monte Carlo simulation of VC using the proposed model and evaluate the sabotage-tolerance performance for both checkbyvoting and M-first voting.

    CiNii Article

    CiNii Books

    researchmap

  • An Implementation of an Anonymous Authentication System with Exclusion of Illegal Users in the Web Services

    2011 ( 3 )   66 - 71   2011.10

     More details

    Language:Japanese  

    CiNii Article

    researchmap

  • An Implementation of Anonymous Attributes Authentication System for Web Services

    2011 ( 3 )   60 - 65   2011.10

     More details

    Language:Japanese  

    CiNii Article

    researchmap

  • An Improvement of Active Access-Point Selection Algorithm for Throughput Maximization in Wireless Mesh Networks

    SHIMIZU Junki, FUNABIKI Nobuo, NAKANISHI Toru, WATANABE Kan

    IEICE technical report   111 ( 232 )   25 - 30   2011.10

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    The wireless Internet-access mesh network (WIMNET) has been studied to realize the inexpensive, scalable Internet-access network by adopting multiple access points (APs) connected by wireless links. WIMNET can improve the dependability to failures of APs and/or links by allocating APs redundantly, whereas redundant APs may cause the increase of the operational cost and the degradation of the throughput due to increasing radio interferences. Therefore, we have formulated the active AP selection problem of selecting the minimum number of active APs among redundant APs in WIMNET and proposed its heuristic algorithm. The simulation results indicated the existence of an active AP selection maximizing the throughput whose number of active APs is larger than the minimum. In this paper, we improve this algorithm for the throughput maximization. We verify the effectiveness of our algorithm improvement through simulations in three instances.

    CiNii Article

    CiNii Books

    researchmap

  • An Improvement of Code Verifications in Java Programming Learning System Using Test-Driven Development Method

    FUKUYAMA Yuki, FUNABIKI Nobuo, NAKANISHI Toru, WATANABE Kan, AMANO Noriki

    IEICE technical report   111 ( 213 )   13 - 18   2011.9

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    For the enhancement of the Java programming education by assisting self-studies of students and reducing loads of teachers, we have proposed and developed a Web-based Java programming learning system using the test-driven development method. In this system, the teacher first registers an exercise subject, a model source code, and a test code. Then, the student submits the test code and the answer code, which are verified by the verification tool at the server. Unfortunately, the current system cannot detect an incomplete test code from a student that does not contain necessary test procedures if it has no grammatical error. In this paper, we introduce a code coverage verification tool into the system in order to find an incomplete test code. After implementing this proposal, we evaluate the effectiveness of the improved system through experiments to 11 students who have studied Java.

    CiNii Article

    CiNii Books

    researchmap

  • An Implementation and Evaluation of Fixed Backoff-time Switching Method on QualNet for Wireless Mesh Network

    SUKARIDHOTO Sritrusta, FUNABIKI Nobuo, NAKANISHI Toru, WATANABE Kan, TAJIMA Shigeto

    IEICE technical report   111 ( 91 )   33 - 38   2011.6

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    As an inexpensive and scalable access network to the Internet, we have studied the architecture, protocols, and design optimizations of Wireless Internet access Mesh Network (WIMNET). WIMNET is composed of multiple access points (APs) connected through wireless links. Previously, we have proposed the CSMA -based Fixed Backoff-time Switching (CSMA-FBS) method for WIMNET to improve the performance by giving necessary link activation chances for multi-hop communications. In this study, we implement the CSMA-FBS method on the QualNet simulator for evaluations in more realistic network environments. The simulation results in three network topologies confirm the effectiveness of our proposal.

    CiNii Article

    CiNii Books

    researchmap

  • A WDS Clustering Algorithm for Wireless Mesh Network with Gateway using MIMO Channel

    TAJIMA Shigeto, FUNABIKI Nobuo, TOMISATO Shigeru, HATA Masaharu, HIGASHINO Teruo

    IEICE technical report   111 ( 8 )   55 - 60   2011.4

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    We have studied the Wireless Internet-access Mesh NETwork (WIMNET) as a scalable wireless local area network that is composed of multiple access points (APs) connected through the Wireless Distribution System (WDS). To avoid the performance degradation due to traffic overloads, the number of APs in a single WDS is limited. Hence, we have proposed a WDS clustering algorithm to partition a given set of APs into a disjoint set of WDS clusters where the APs in one WDS cluster shares a single gateway (GW) to the Internet and are connected by a single WDS. As all the traffics from/to the Internet pass through the GW in a WDS cluster, links incident to the GW can be bottlenecks of whole communications. In this paper, in order to increase the throughput there by adopting the MIMO channel at the GW, we propose an extension of the WDS clustering algorithm to the WIMNET with the MIMO channel GW. Through simulations using several instances, we verify the effectiveness of our algorithm extension.

    CiNii Article

    CiNii Books

    researchmap

  • An Implementation of an Online Fill-in-the-blank Problem Function for Learning Reserved Words in Java Programming

    KORENAGA Yousuke, MATSUSHIMA Yukiko, FUNABIKI Nobuo, NAKANISHI Toru, AMANO Noriki

    IEICE technical report   110 ( 453 )   125 - 130   2011.2

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    The Java programming has been educated to students in a lot of universities and professional schools due to its reliability, portability, and easy learning. To assist the education, our group has developed a Java programming education assistant system based on the test-driven development method. However, this system targets students who have studied Java to some extent. In this paper, we propose the online fill-in-the-blank problem function for this Web system to assist the learning of the reserved words of Java for Java beginners. This function consists of the teacher service function and the student service function. By the former function, a teacher can generate a fill-in-the-blank problem automatically by removing the specified reserved words randomly from a sample Java code in the database. By the latter function, a student can repeatedly submit answers of a problem until all the answers are correct for self-study. The function is implemented at the existing system and is applied to students who are Java beginners, where the questionnaire result confirms the effectiveness of our proposal.

    CiNii Article

    CiNii Books

    researchmap

  • An Implementation of a Web-based Assistance System for Computer-Scored Tests

    KAWANO Hiroki, FUNABIKI Nobuo, NAKANISHI Toru, AMANO Noriki

    IEICE technical report   110 ( 453 )   193 - 198   2011.2

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Mini-exams and quizzes during classes can be effective to enhance their educational effects to students in universities. However, teachers may have to spend much time to prepare test materials before classes, and grade the test papers from students after them. In this paper, we propose a Web-based assistance system for computer-scored tests in order to reduce these loads by teachers. Our system consists of the question generation & management function, the test generation & management function, the subject generation & management function, the test grading function, and the learning history management function. By treating questions and tests separately such that one test is composed of individual questions, this system makes it possible to reuse existing questions and tests in various subjects by sharing them among teachers. Besides, by automatically generating test papers containing randomly shuffled options, it can prevent students from cheating by peeking at papers of other students at neighbor seats. To evaluate the efficiency, we implemented the system by extending the existing learning management system NOBASU, and applied it to one class in our department.

    CiNii Article

    CiNii Books

    researchmap

  • An Implementation of Menu Planning and Cooking Step Optimization Functions in a Web-based Homemade Cooking Assistance System for Busy Persons

    OKADA Tomoya, MATUSHIMA Yukiko, TANIGUCHI Shiho, FUNABIKI Nobuo, NAKANISHI Toru

    IEICE technical report   110 ( 453 )   205 - 210   2011.2

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    For busy persons such as workers, students, and child-growing families, preparations of dishes by homemade cooking may become heavy burdens on weekdays. To solve this problem, our group has developed a Web-based homemade cooking assistance system composed of four main functions. In this paper, we implement the two functions of the menu planning and the cooking step optimization for this system. The first function helps a user to generate a menu manually, or automatically by using the menu selection algorithm. Besides, it allows the user to register the menu information into Google calendar so that the information can be accessed even from a mobile terminal. The second function optimizes the schedule of the cooking steps by using the cooking step optimization algorithm. By outputting the result into a PDF file, the user can use it at cooking. The effectiveness of these functions is confirmed through questionnaire results by 16 students in our department.

    CiNii Article

    CiNii Books

    researchmap

  • A Proposal of a Management System for Open Source Software Usage Manuals Using Content Management System

    RI Denzai, MURAKAMI Yukikazu, FUNABIKI Nobuo

    IEICE technical report   110 ( 453 )   187 - 192   2011.2

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Recently, the Open Source Software (OSS) has become used at many places. Even the installation and initial configuration of an OSS can be difficult for novice users, because there are few documents and manuals. To address this problem, we have proposed an automatic generation method of installation/configuration manuals for OSS However, this method has another problem of requiring different manuals even for the same OSS, because installation commands or configuration parameters can be different depending on OS distributions and OS/OSS versions. In this paper, we propose an OSS manual management system using a content management system "Joomla!" so that the manuals can be consolidated in a community. We implement the system composed of the four functions for general users, manual creators, community managers, and system managers, and show the effectiveness through usability evaluations using a questionnaire.

    CiNii Article

    CiNii Books

    researchmap

  • An Application of the WEB Page Layout Optimization Method for Integration of Open Source Software Heterogeneous Manuals

    HORI Yuki, MURAKAMI Yukikazu, FUNABIKI Nobuo

    IEICE technical report   110 ( 448 )   241 - 246   2011.2

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Recently, the Open Source Software (OSS) has become used at many places. Even the installation and initial configuration of an OSS can be difficult for novice users, because there are few documents and manuals. To address this problem, we have proposed an automatic generation method of installation/configuration manuals for OSS. However, in the conventional system, an installation manual and a configuration manual are managed as an individual file. Therefore, the conventional system had bad convenience. We integrate an installation manual and a configuration manual and define this as an OSS usage manual. When integrate manuals, it is necessary to give a priority and to show information. When the size of a Web manual is changed by the user, a layout changes and visibility falls. In order to solve this problem, we applied to the web-page layout optimization method to proposed manuals.

    CiNii Article

    CiNii Books

    researchmap

  • Development of an Automatic Generation System of Configuration Manuals for Open Source Software

    KAGAWA Erina, MURAKAMI Yukikazu, FUNABIKI Nobuo

    IEICE technical report   110 ( 448 )   247 - 252   2011.2

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Recently, Open Source Software (OSS) has become used at many places. However, the use of an OSS is hard for its novice users, because many OSSes have few good manuals. To solve this problem, we have proposed a method of automatically generating a web manual for installing an OSS by editing the log information recorded during the installation process by a skilled user. However, many OSS require to make changes the configuration file. In addition to that more systems are adopting OSS as middlewares such as application servers and DBMSs (Database Management Systems). For these OSS middlewares, it is known that even the processing performance is low under their default settings a great improvement is seen by optimizing their system setting. Therefore, in this research, aiming at accumulation of system optimizing technology, an automatic generation of web-based configuration manual is proposed.

    CiNii Article

    CiNii Books

    researchmap

  • A Proposal of Cooking Model and Cooking Step Scheduling Algorithm for Multiple Dishes

    MATSUSHIMA Yukiko

    IMECS 2011   127 - 131   2011

     More details

    Language:English  

    CiNii Article

    researchmap

  • An active access-point selection approach for dependable wireless mesh networks

    Nobuo Funabiki, Junki Shimizu, Masaharu Hata, Shigeru Tomisato, Toru Nakanishi, Kan Watanabe

    Journal of Interconnection Networks   12 ( 3 )   137 - 154   2011

     More details

    Authorship:Lead author   Language:English   Publisher:World Scientific Publishing Co. Pte Ltd  

    DOI: 10.1142/S0219265911002915

    Scopus

    researchmap

  • An implementation of fixed backoff-time switching method on IEEE 802.11 MAC protocol for wireless Internet-access mesh network

    Nobuo Funabiki, Sritrusta Sukaridhoto, Zhe Wang, Toru Nakanishi, Kan Watanabe, Shigeto Tajima

    The 2011 International Workshop on Smart Info-Media System in Asia (SISA 2011)   67 - 72   2011

     More details

    Authorship:Lead author   Language:English  

    researchmap

  • A proposal of an active access-point selection algorithm in wireless mesh networks

    Nobuo Funabiki, Junki Shimizu, Toru Nakanishi, Kan Watanabe

    Proceedings - 2011 International Conference on Network-Based Information Systems, NBiS 2011   112 - 117   2011

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/NBiS.2011.26

    Scopus

    researchmap

  • A smart access-point selection algorithm for scalable wireless mesh networks

    Nobuo Funabiki, Sritrusta Sukaridhoto, Masaharu Hata, Shigeru Tomisato, Toru Nakanishi, Kan Watanabe, Shigeto Tajima

    IAENG International Journal of Computer Science   38 ( 3 )   260 - 267   2011

     More details

    Authorship:Lead author   Language:English  

    researchmap

  • Efficient Proofs of Attributes in Pairing-Based Anonymous Credential System

    Amang Sudarsono, Toru Nakanishi, Nobuo Funabiki

    PRIVACY ENHANCING TECHNOLOGIES   6794   246 - 263   2011

     More details

  • An extension of active access-point selection algorithm for throughput maximization in wireless mesh networks

    Nobuo Funabiki, Junki Shimizu, Toru Nakanishi, Kan Watanabe, Shigeru Tomisato

    Proceedings - 3rd IEEE International Conference on Intelligent Networking and Collaborative Systems, INCoS 2011   367 - 372   2011

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/INCoS.2011.50

    Scopus

    researchmap

  • A throughput evaluation of wireless Internet-access mesh network using MIMO and adaptive array antenna

    Shigeto Tajima, Nobuo Funabiki, Shigeru Tomisato, Masaharu Hata, Teruo Higashino

    The 2011 International Workshop on Smart Info-Media System in Asia (SISA 2011)   79 - 84   2011

     More details

    Language:English  

    researchmap

  • Automatic generation of configuration manuals for open-source software

    Yukikazu Murakami, Erina Kagawa, Nobuo Funabiki

    Proceedings of the International Conference on Complex, Intelligent and Software Intensive Systems, CISIS 2011   653 - 658   2011

     More details

  • A proposal of fixed backoff-time switching method by link activation rate for wireless mesh networks

    Shigeto Tajima, Nobuo Funabiki, Teruo Higashino

    Proceedings of the International Conference on Complex, Intelligent and Software Intensive Systems, CISIS 2011   647 - 652   2011

     More details

  • A proposal of a menu planning algorithm for two-phase cooking by busy persons

    Nobuo Funabiki, Shiho Taniguchi, Yukiko Matsushima, Toru Nakanishi

    Proceedings of the International Conference on Complex, Intelligent and Software Intensive Systems, CISIS 2011   668 - 673   2011

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/CISIS.2011.112

    Scopus

    researchmap

  • A proposal of a traffic control method with consumed bandwidth estimation for real-time applications in wireless mesh networks

    Sritrusta Sukaridhoto, Nobuo Funabiki, Toru Nakanishi

    Proceedings of the International Symposium on Consumer Electronics, ISCE   143 - 148   2011

     More details

  • Minimal smart access-point selection for maximal throughput in wireless mesh networks

    Nobuo Funabiki, Tatsuya Takebayashi, Toru Nakanishi

    The International MultiConference of Engineers and Computer Scientists 2011 (IMECS 2011)   594 - 599   2011

     More details

    Authorship:Lead author   Language:English  

    researchmap

  • 無線メッシュネットワークでの動作アクセスポイント選択アルゴリズムの提案

    清水淳基, 舩曵信生, 中西透

    電子情報通信学会論文誌(B)   J94-B ( 2 )   264 - 273   2011

     More details

    Language:Japanese  

    researchmap

  • A proposal of a web-based computer-scored test assistance system for university education

    Nobuo Funabiki, Hiroki Kawano, Toru Nakanishi, Kan Watanabe

    Proceedings of the International Symposium on Consumer Electronics, ISCE   580 - 585   2011

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/ISCE.2011.5973897

    Scopus

    researchmap

  • An implementation of a pairing-based anonymous credential system with constant complexity

    Amang Sudarsono, Toru Nakanishi, Nobuo Funabiki

    The International MultiConference of Engineers and Computer Scientists 2011 (IMECS 2011)   630 - 635   2011

     More details

    Language:English  

    researchmap

  • A Proposal of Traffic Control Method with Bandwidth Usage Estimation for Real-Time Applications in Wireless Mesh Networks

    SUKARIDHOTO Sritrusta, FUNABIKI Nobuo, NAKANISHI Toru

    IEICE technical report   110 ( 339 )   25 - 30   2010.12

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    As a flexible and cost effective solution for a large-scale Internet access network, we have studied the Wireless Internet-access Mesh NETwork (WIMNET) that is composed of multiple access points (APs). WIMNET utilizes multi-hop communications between APs to access to the Internet through a gateway (GW), which becomes increasingly vulnerable to the problems of the available bandwidth degradation and the network latency. As a result, real-time applications such as Voice-over-IP and Video conferences become hard to work in WIMNET. In this paper, we propose a traffic control method with a bandwidth usage estimation to afford real-time applications in WIMNET. After the consumed traffic is estimated, the least priority traffic is repeatedly dropped at GW using the leaky bucket traffic shaping, until it does not exceed the available bandwidth in WIMNET. The effectiveness of our proposal is verified through simulations using the QualNet simulator.

    CiNii Article

    CiNii Books

    researchmap

  • A Study of an Active Access-Point Selection Index for Throughput Maximization in Wireless Mesh Networks

    SHIMIZU Junki, FUNABIKI Nobuo, NAKANISHI Toru

    IEICE technical report   110 ( 339 )   13 - 18   2010.12

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    The wireless Internet-access mesh network (WIMNET) has been studied to realize the inexpensive, scalable Internet-access network by composed of multiple access points (APs) connected by wireless links. WIMNET can improve the dependability to failures of links and APs by allocating APs redundantly, whereas redundant APs may cause the increase of the operational cost and the degradation of the throughput due to increasing radio interferences. Hence, we have formulated the active AP selection problem for selecting functioning APs for communications and proposed its heuristic algorithm. The simulation results indicate the existence of an active AP selection maximizing the throughput. In this paper, we present the average hop count and the traffic bias as the indices for this active AP selection with the maximum throughput. We verify their effectiveness through simulations in three instances.

    CiNii Article

    CiNii Books

    researchmap

  • An Application of the Web-Page Layout Optimization Method to Installation Manuals for Open Source Software

    HORI Yuki, MURAKAMI Yukikazu, FUNABIKI Nobuo

    IEICE technical report   110 ( 339 )   215 - 218   2010.12

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Recently, the Open Source Software (OSS) has become used at many places. However, the use of an OSS is hard for its novice users, because many OSSes have few good manuals. To solve this problem, we have proposed a method of automatically generating a web manual for installing an OSS by editing the log information recorded during the installation process by a skilled user. However, generated manuals have been designed to fit to the standard size. Many users often change a manual size to watch a manual and a terminal window together. When a manual size is small, the screen scroll operation is needed to look at the main content of the page. When the size is big, the blank space may also be large. In order to solve this problem, we applied to the web-page layout optimization method to proposed manuals.

    CiNii Article

    CiNii Books

    researchmap

  • A Proposal of Fixed Waiting Time Switching Method by Link Activation Rate in Wireless Mesh Networks

    TAJIMA Shigeto, FUNABIKI Nobuo, HIGASHINO Teruo

    IEICE technical report   110 ( 339 )   137 - 142   2010.12

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    As an access network to the Internet, we have studied the Wireless Internet-access Mesh NETwork (WIMNET) that is composed of multiple access points (APs) connected with wireless links. Because most traffics pass through the gateway (GW) to the Internet, the links around the GW are crowded which should be activated with higher priorities in WIMNET. In this paper, we propose the fixed waiting time switching method based on the CSMA/CA protocol (CSMA-FWS) to improve the performance of WIMNET. Before communications, the target link activation rate and the fixed waiting times for link activation/waiting are calculated from expected traffics of each link. During communications, these waiting times are switched by evaluating the link activation rate. Besides, by assigning different values to these waiting times among the links, the conflicts among interfered links are avoided. Through simulations using two types of network topologies, we verify the effectiveness of our proposal.

    CiNii Article

    CiNii Books

    researchmap

  • Ant Colony Optimization for the Node Placement Problem

    OHKURA Keiichi, KATAYAMA Kengo, FUNABIKI Nobuo, MINAMIHARA Hideo, NISHIHARA Noritaka

    IEICE technical report   110 ( 339 )   173 - 178   2010.12

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    We address a problem of finding an optimal node placement that minimizes the amount of traffics reducing the weighted hop distances in multihop lightwave networks. The problem is called Node Placement Problem (NPP). For the NPP, several metaheuristic algorithms have been proposed so far such as genetic algorithm, tabu search, simulated annealing, iterated local search, and memetic algorithm. However, ant colony optimization (ACO) approach, one of the most representative metaheuristics, has not been presented for the NPP yet. In this paper we present an ACO algorithm incorporating k-swap local search (KLS) based on variable depth search for the NPP. To evaluate the performance of the ACO, we tested it on the benchmark problem instance of the NPP. We showed the performance of the ACO with KLS through comparisons with those of the iterated local search and the memetic algorithm that are known to be the highly effective metaheuristics for the NPP.

    CiNii Article

    CiNii Books

    researchmap

  • A Proposal of an Automatic Generation Method of Web-based Configuration Manuals for Open Source Software

    KAGAWA Erina, MURAKAMI Yukikazu, FUNABIKI Nobuo

    IEICE technical report   110 ( 339 )   209 - 214   2010.12

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Recently, Open Source Software (OSS) has become used at many places. However, the use of an OSS is hard for its novice users, because many OSSes have few good manuals. To solve this problem, we have proposed a method of automatically generating a web manual for installing an OSS by editing the log information recorded during the installation process by a skilled user. However, many OSS require to make changes the configuration file. In addition to that more systems are adopting OSS as middlewares such as application servers and DBMSs (Database Management Systems). For these OSS middlewares, it is known that even the processing performance is low under their default settings a great improvement is seen by optimizing their system setting. Therefore, in this research, aming at accumulation of system optimizing technology, an automatic generation of web-based configuration manual is proposed.

    CiNii Article

    CiNii Books

    researchmap

  • Extensions of Cooking Model for Cooking Step Optimization and Effects of Role Changes of Sub-Cook

    MATSUSHIMA Yukiko, FUNABIKI Nobuo, NAKANISHI Toru

    IEICE technical report   110 ( 301 )   19 - 24   2010.11

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    In order to support homemade cooking of busy persons including working people, students, and child-growing families, we have proposed a cooking model to estimate the cooking time by simulating cooking steps by a main cook and a sub-cook who helps the main cook, and a cooking step scheduling algorithm using this model. In this paper, we propose extensions of the model by including additional two cooking steps, namely the nuke step and the mix step, so as to improve the accuracy of the estimated cooking time and the efficiency of the model. At the same time, we investigate effects in cooking time reductions by the increase of possible cooking steps to the sub-cook. The cooking experiment with six foods shows the improvement of the estimation accuracy, where the cooking time difference between the model and the actual cooking was about two minutes. The model calculations with various numbers of foods show that the cooking time can be reduced by the increase of possible cooking steps to the sub-cook.

    CiNii Article

    CiNii Books

    researchmap

  • Menu Selection and Bulk-Buying Ingredient Selection Algorithms for Home Cooking Support by Busy Persons

    TANIGUCHI Shiho, FUNABIKI Nobuo, NAKANISHI Toru

    IEICE technical report   110 ( 301 )   25 - 30   2010.11

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    For busy persons such as working people and students, it is very important to reduce the time for buying ingredients and cooking foods after working for long hours on a weekday. As one solution to achieve it, they buy ingredients in bulk and finish the preparation steps of foods as the preparation phase on a weekend after planning the menus of the following weekdays. On a weekday, they only need to buy remaining ingredients and cook the finishing steps of the foods as the finishing phase that they will eat on the day, which can reduce the necessary time for home cooking. In this paper, we propose the menu planning algorithm and bulk-buying ingredient selection algorithm for this two-phase cooking. Because these problems can be reduced from the NP-complete knapsack problem, these algorithms are based on greedy methods for the knapsack problem. Through solving instances for these problems, we verify the effectiveness of the proposed algorithms.

    CiNii Article

    CiNii Books

    researchmap

  • Forward-Secure Group Signatures from Pairings

    Toru Nakanishi, Yuta Hira, Nobuo Funabiki

    IEICE TRANSACTIONS ON FUNDAMENTALS OF ELECTRONICS COMMUNICATIONS AND COMPUTER SCIENCES   E93A ( 11 )   2007 - 2016   2010.11

     More details

  • A Minimum Smart Access-Point Allocation for Maximal Throughput in Scalable Wireless Mesh Networks

    TAKEBAYASHI Tatsuya, FYNABIKI Nobuo, NAKANISHI Toru

    IEICE technical report   110 ( 240 )   69 - 74   2010.10

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    As a flexible and low-cost access network to the Internet, we have studied WIMNET (Wireless Internet-access Mesh NETwork) that is composed of multiple access-points (APs) as wireless routers. WIMNET utilizes two types of APs to achieve the scalability and the communication bandwidth while reducing the cost. One type is an expensive, PC-based smart AP (SAP) that can use multiple channels for wireless communications and has various functions for the Internet access. The other type is an inexpensive, commercial-based conventional AP (CAP) that can use only one channel. By adopting a small number of SAPs and a large number of CAPs, the large-scale WIMNET can achieve the bandwidth expansion and the cost reduction. In this paper, we propose a minimal SAP allocation algorithm for maximal throughput in WIMNET using our conventional SAP allocation algorithm. Our algorithm finds a solution that minimizes the reduction of the cost function when the number of SAPs increases. Through simulations in four instances, we show the effectiveness of our proposal.

    CiNii Article

    CiNii Books

    researchmap

  • Developments of the Node Configuration Problem for WDM Ring Networks

    ISOGAI MEGUMI, FUNABIKI NOBUO, NAKANISHI TORU

    2010 ( 3 )   1 - 8   2010.9

  • An Extension of the Cooking Step Scheduling Algorithm for Various Dishes to Two Cooks

    MATSUSHIMA Yukiko, FUNABIKI Nobuo, NAKANISHI Toru

    IEICE technical report   110 ( 172 )   19 - 24   2010.8

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    The reduction of the cooking time with helps of partners, friends, and children is very important for busy persons. In this paper, we present the extension of the cooking step scheduling algorithm for various dishes to the case of two cooks, and the generalization of the cooking model for this extension by defining the state transition diagrams of dishes, pans and pots, a sink, stoves, and cooks, which have been proposed by our group. We implemented the algorithm as the Java application, and applied it to an instance of six dishes. The result confirmed the effectiveness of our proposal, where the case with two cooks reduced the cooking time by 16 minutes from the case with one cook.

    CiNii Article

    CiNii Books

    researchmap

  • Extensions of the Access Point Allocation Algorithm for Wireless Mesh Networks

    Walaa Hassan, Nobuo Funabiki, Toru Nakanishi

    IEICE TRANSACTIONS ON COMMUNICATIONS   E93B ( 6 )   1555 - 1565   2010.6

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1587/transcom.E93.B.1555

    Web of Science

    researchmap

  • A prioritized link activation method for access-point communications in wireless mesh networks

    TAJIMA Shigeto, FUNABIKI Nobuo, HIGASHINO Teruo

    IEICE technical report   110 ( 4 )   47 - 52   2010.4

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    As a flexible, inexpensive access network to the Internet, we have studied the Wireless Internet-access Mesh NETwork (WIMNET) that is composed of multiple access points (APs) connected with wireless links. Because most traffics pass through the gateway (GW) to the Internet, the links around the GW are crowded and can become bottlenecks in WIMNET. In this paper, we propose the prioritized link activation method based on the TDMA protocol to improve the performance of WIMNET. At each time slot, the links scheduled there are activated if they have packets. Then, other links are sequentially activated in descending order of priorities given by the traffics, if they have packets and do not cause interferences. Through simulations using two types of network topologies, we verify the effectiveness of our proposal.

    CiNii Article

    CiNii Books

    researchmap

  • A WDS Clustering Algorithm for Wireless Mesh Networks

    Shigeto Tajima, Nobuo Funabiki, Teruo Higashino

    IEICE TRANSACTIONS ON INFORMATION AND SYSTEMS   E93D ( 4 )   800 - 810   2010.4

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1587/transinf.E93.D.800

    Web of Science

    researchmap

  • Test Code Assignment Function in Java Programming Education Support System Using Test-Driven Development Method

    FUKUYAMA YUKI, FUNABIKI NOBUO, NAKANISHI TORU, AMANO NORIKI

    2010 ( 21 )   1 - 8   2010.2

  • A Proposal of the Active Access Point Selection Algorithm for Wireless Internet-access Mesh Networks

    SHIMIZU Junki, FUNABIKI Nobuo, NAKANISHI Toru

    IEICE technical report   109 ( 421 )   7 - 12   2010.2

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    As a scalable, inexpensive Internet-access network, we have studied the wireless Internet-access mesh network (WIMNET) that is composed of multiple access points (APs) connected by wireless links. WIMNET can improve the dependability to failures of links and APs by allocating APs redundantly. However, redundant APs may cause the increase of the operational cost and the degradation of the communication performance due to increasing radio wave interferences. In this paper, we formulate the active AP selection problem for selecting functioning APs for communications, and propose its algorithm. After finding the communication path using all the APs, our algorithm seeks the minimization of active APs by repeating the removal of one active AP and the check of the path existence. Through simulations using the WIMNET simulator, we show that our algorithm can reduce the number of active APs and there exists the best number of active APs in terms of the throughput.

    CiNii Article

    CiNii Books

    researchmap

  • Revocable Group Signature Schemes with Constant Costs for Signing and Verifying

    Toru Nakanishi, Hiroki Fujii, Yuta Hira, Nobuo Funabiki

    IEICE TRANSACTIONS ON FUNDAMENTALS OF ELECTRONICS COMMUNICATIONS AND COMPUTER SCIENCES   E93A ( 1 )   50 - 62   2010.1

     More details

  • Anonymous IEEE802.1X authentication system using group signatures

    Amang Sudarsono, Toru Nakanishi, Yasuyuki Nogami, Nobuo Funabiki

    Journal of Information Processing Society Japan   51 ( 3 )   691 - 702   2010

     More details

    Language:English  

    researchmap

  • A Node Aggregation Approach for WDM Ring Networks

    Nobuo Funabiki, Toru Nakanishi, Megumi Isogai

    TENCON 2010: 2010 IEEE REGION 10 CONFERENCE   829 - 834   2010

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/TENCON.2010.5686576

    Web of Science

    researchmap

  • An extension of the web-page layout optimization method for multimodal browsing sizes

    Nobuo Funabiki, Junki Shimizu, Megumi Isogai, Toru Nakanishi

    Proceedings - 13th International Conference on Network-Based Information Systems, NBiS 2010   139 - 146   2010

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/NBiS.2010.18

    Scopus

    CiNii Article

    researchmap

  • Software architecture and characteristic functions in learning management system "NOBASU"

    Nobuo Funabiki, Toru Nakanishi, Noriki Amano, Hiroki Kawano, Yuuki Fukuyama, Megumi Isogai

    Proceedings - 2010 10th Annual International Symposium on Applications and the Internet, SAINT 2010   109 - 112   2010

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/SAINT.2010.24

    Scopus

    researchmap

  • A Proposal of a Smart Access Point Allocation Algorithm for Scalable Wireless Mesh Networks

    Kanako Uemura, Nobuo Funabiki, Toru Nakanishi

    INTERNATIONAL MULTICONFERENCE OF ENGINEERS AND COMPUTER SCIENTISTS (IMECS 2010), VOLS I-III   848 - 853   2010

     More details

    Authorship:Lead author   Language:English  

    Web of Science

    researchmap

  • Software Architecture and New Functions in Learning Management System "NOBASU"

    Nobuo Funabiki, Toru Nakanishi, Noriki Amano, Hiroki Kawano, Kanako Uemura

    INTERNATIONAL MULTICONFERENCE OF ENGINEERS AND COMPUTER SCIENTISTS (IMECS 2010), VOLS I-III   665 - 670   2010

     More details

    Authorship:Lead author   Language:English  

    Web of Science

    researchmap

  • A Proposal of a Cooking Order Optimization Algorithm of Various Menus

    MATSUSHIM YUKIKO, FUNABIKI NOBUO, NAKANISHI TORU

    2009 ( 13 )   1 - 6   2009.12

  • Improvement of Dependable Access Point Allocation Algorithm and Introduction of Route Availability for Wireless Mesh Networks

    HASSAN Walaa, FARAG Tamer, FUNABIKI Nobuo, NAKANISHI Toru

    IEICE technical report   109 ( 326 )   11 - 16   2009.12

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    As a scalable, flexible, and inexpensive network, we have studied the wireless Internet-access mesh network (WIMNET) that is composed of multiple access points (APs) connected by the wireless distribution system (WDS). Previously, we have proposed the AP allocation algorithm, and its dependability extensions such that one link fault or one AP fault does not impair the connectivity of the network. In this paper, we improve this heuristic algorithm by adding the improvement stage using the local search method. Besides, we introduce the route availability (RA) index to estimate the certainty of connections between hosts and the Internet gateway. We verify the effectiveness of our proposal through simulations in two instances.

    CiNii Article

    CiNii Books

    researchmap

  • A Proposal of Efficient Attribute-Based Group Signature Schemes Using Pairings

    FUJII Hiroki, NAKANISHI Toru, FUNABIKI Nobuo

    IEICE technical report   109 ( 271 )   15 - 22   2009.11

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Group signature scheme is the digital signature scheme enhancing the privacy of the user, and efficient pairing-based schemes have been proposed. Recently, some attribute-based group signature schemes are proposed, where the signer's attributes can be verified. The attribute-group signature allows us to construct more complex groups, because it can prove the logical relation of attributes such as 'AND' and 'OR'. However, the previouse schemes, the number of pairings and exponentiations in signing and verification depends on the number of attributes. In this paper, we propose an efficient attribute-base group signature scheme, where the computational complexity doesn't depend on the number of attributes.

    CiNii Article

    CiNii Books

    researchmap

  • A Proposal of a Smart Access Point Allocation Algorithm for Scalable Wireless Mesh Networks

    UEMURA Kanako, FUNABIKI Nobuo, NAKANISHI Toru

    IEICE technical report   109 ( 228 )   13 - 18   2009.10

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    For a flexible and low-cost access network to the Internet, we have studied WIMNET (Wireless Internet-access Mesh NETwork) that is composed of multiple access points (APs) as wireless routers. WIMNET utilizes two types of APs to achieve the scalability and the communication bandwidth while reducing the cost. One type is the expensive, note-PC based smart AP (SAP) that can use multiple channels for wireless communications and has various functions for the Internet access. Another type is the inexpensive, commercial-based conventional AP (CAP) that can use only one channel. For the performance enhancement, the proper allocation of SAPs among APs is critical in WIMNET, because the number of SAPs is usually much smaller than that of CAPs. In this paper, we present the formulation of the SAP allocation problem for WIMNET and its heuristic algorithm. Our algorithm seeks the best SAP allocation in terms of the newly defined cost function, after finding the communication route by applying our previous algorithms. We verify the effectiveness of our proposal through simulations in three instances using the WIMNET simulator.

    CiNii Article

    CiNii Books

    researchmap

  • A node configuration algorithm with bandwidth bottleneck resolution for WDM ring networks

    Megumi Isogai, Nobuo Funabiki, Toru Nakanishi, Yosuke Isshiki

    PHOTONIC NETWORK COMMUNICATIONS   18 ( 2 )   218 - 226   2009.10

     More details

  • Improvement of Anonymous Authentication System Using Proxies and Its Application to an Anonymous Bulletin Board

    YANO Masaya, NAKANISHI Toru, FUNABIKI Nobuo

    IEICE technical report   109 ( 207 )   45 - 50   2009.9

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Our research group has implemented the anonymous authentication system based on a group signature scheme for Web services. To avoid modifications of Web servers and browsers, this system uses proxies. However, the system has problems that the lack of the session management causes the communication delay, and that any application of the system has not been implemented, yet. In this study, we implemented the session management function and applied it to an anonymous bulletin board. The experimental results show that the communication time is reduced in a session due to the session management and that the anoymous bulletin board is available in practical time.

    CiNii Article

    CiNii Books

    researchmap

  • An accessibility improvement in the Web-page layout optimization method for adapting to browsing size

    ISOGAI Megumi, FUNABIKI Nobuo, NAKANISHI Toru

    IEICE technical report   109 ( 160 )   81 - 86   2009.7

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    CiNii Article

    researchmap

  • A Proposal of an Educational-support System for Java Programming Using the Test-driven Development Method

    MATSUSHIMA Yukiko, KASAI Yasuhiro, FUNABIKI Nobuo, NAKANISHI Toru, AMANO Noriki

    IEICE technical report   109 ( 82 )   7 - 12   2009.6

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    This paper presents an educational-support system for Java programming using the test-driven development method, with the goals of reducing the teacher load in evaluating program codes submitted from students and giving corrections and comments to them, and improving the student learning environments. To achieve our goals, this system adopts a Java program verification tool called JUnit, and can generate the test code to verify the student codes from the model code to the assignment made by the teacher in a semi-automatic way. By providing the test code to students as the code specification in the assignment, the verification accuracy is enhanced with reduction of the ambiguity in code implementations. The questionnaire results from both teachers and students confirm the effectiveness of the proposed system in the Java programming education.

    CiNii Article

    CiNii Books

    researchmap

  • An Implementation of a Group Signature Scheme with Efficient Verifier-Local Revocation Check

    SUDARSONO Amang, NAKANISHI Toru, SAKEMI Yumi, NOGAMI Yasuyuki, FUNABIKI Nobuo

    IEICE technical report   109 ( 42 )   37 - 42   2009.5

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    A group signature scheme with efficient verifier-local revocation check has been proposed. This scheme provides a more efficient revocation check, using the multi-pairing technique for a product of pairings. However, this scheme has not been implemented and evaluated. This paper presents an implementation of the group signature scheme and the experimental results.

    CiNii Article

    CiNii Books

    researchmap

  • A Generalized Access Point Allocation Algorithm for Wireless Mesh Networks in Indoor Environments

    FARAG Tamer, FUNABIKI Nobuo, NAKANISHI Toru

    IEICE technical report   109 ( 36 )   31 - 36   2009.5

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Previously, we have proposed an access point (AP) allocation algorithm in indoor environments for the Wireless Internet-access Mesh NETwork (WIMNET) with one gateway (GW) to the Internet. WIMNET is composed of multiple APs that are connected with wireless links, mainly using the wireless distribution system (WDS). In this paper, we generalize this algorithm to handle multiple GWs in the field that are essential for the large scale WIMNET. The generalized algorithm first divides the rooms in the network field into a set of GW clusters by two steps, initial greedy clustering and clustering search improvement. Where the APs allocated in the rooms of the same cluster are connected to the same GW. Then, the previous AP allocation algorithm is applied to the rooms in each cluster sequentially. The effectiveness of our proposal is verified through extensive simulations using the WIMNET simulator.

    CiNii Article

    CiNii Books

    researchmap

  • Dependability Extensions of the Access Point Allocation Algorithm for Wireless Mesh Networks

    HASSAN Walaa, FARAG Tamer, FUNABIKI Nobuo, NAKANISHI Toru

    IEICE technical report   109 ( 36 )   37 - 42   2009.5

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    As a scalable, flexible, and inexpensive network, we have studied the wireless Internet-access mesh network (WIMNET) that is composed of multiple access points (APs) connected by the wireless distribution system (WDS). WIMNET may suffer from failures of links or APs due to hardware faults or network environmental changes. In this paper, we propose dependability extensions to link/AP faults of the AP allocation algorithm for WIMNET in indoor environments that has been proposed by our group. The extended algorithm finds AP allocations where even if one link/AP is failed, the connectivity of the APs is maintained, while seeking the minimization of the number of additional APs and the maximization of the performance. The effectiveness of our proposal is verified through simulations using the WIMNET simulator.

    CiNii Article

    CiNii Books

    researchmap

  • An Access Point Allocation Algorithm for Indoor Environments in Wireless Mesh Networks

    Tamer Farag, Nobuo Funabiki, Toru Nakanishi

    IEICE TRANSACTIONS ON COMMUNICATIONS   E92B ( 3 )   784 - 793   2009.3

     More details

  • An Online Check Function of Writing Style in the Learning Management System "NOBASU"

    KAWANO Hiroki, FUNABIKI Nobuo, NAKANISHI Toru, AMANO Noriki

    IEICE technical report   108 ( 470 )   169 - 174   2009.2

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Our research group has developed an original Learning Management System (LMS) named NOBASU to improve educational services to students in our department. This paper presents an online check function of writing style on NOBASU. This function checks the writing styles of "Rhetoric", "Report Length" and "Keywords" in students' reports, and quickly provides results to them. The latest list of frequently used words selected from all submitted reports are also shown. To evaluate efficiency of this function, we implemented and applied it to a lecture in our department. According to the questionnaire survey, we found the effectiveness for students in learning writing styles.

    CiNii Article

    CiNii Books

    researchmap

  • A WEB Database System for Managing Open Source Software Installation Manuals

    MURAKAMI Yukikazu, KAN Etsu, FUNABIKI Nobuo, NAKANISHI Toru, TOKUNAGA Hidekazu, SHIGETA Kazuhiro

    IEICE technical report   108 ( 470 )   163 - 168   2009.2

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Recently, the Open Source Software (OSS) has become used at many places. However, the use of an OSS is hard for its novice users, because many OSSes have few good manuals, and the installation of an OSS package sometimes requires installations of multiple OSS packages to be integrated together. To solve this problem, we have proposed a method of automatically generating a WEB manual for installing an OSS by editing the log information recorded during the installation process by a skilled user. This method has a problem of requiring different manuals even for the same OSS, because installation commands may be different depending on the OS distribution for the PC and the OS/OSS versions. It is impossible to create all the manuals to cover any difference. In this paper, we propose a WEB database system for managing installation manuals so that skilled OSS users can easily upload new manuals for OSSes with new versions, and the similar manual display function after investigating differences of installation commands under different OS/OSS versions and OS distributions.

    CiNii Article

    CiNii Books

    researchmap

  • Improvements in the WDS Clustering Algorithm for Wireless Internet-access Mesh Networks

    TAJIMA Shigeto, FUNABIKI Nobuo, HIGASHINO Teruo

    IEICE technical report   108 ( 457 )   343 - 348   2009.2

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    We have studied the Wireless Internet-access Mesh NETwork (WIMNET) as a large-scale multihop wireless network using Wireless Distribution System (WDS) for Internet access network. We have proposed the heuristic algorithm for the WDS clustering problem to achieve the scalable WIMNET. In this paper, we propose the four improvements of our algorithm; 1) consideration of total hop counts and total interferences in the cost function, 2) random selection of starting APs, 3) modification of the cost function for the gateway AP selection, and 4) consideration of interferences for the route selection. Through simulations using two types of network topologies, we verify the effectiveness of these improvements.

    CiNii Article

    CiNii Books

    researchmap

  • A Multi-Server Video Encoding System Using Divided Video Files at Scene Changes

    OKADA Genya, FUNABIKI Nobuo, NAKANISHI Toru

    IEICE technical report   108 ( 392 )   79 - 82   2009.1

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Recently, with spread of high-performance personal computers and broadband networks, the use of video contents has become popular. As a result, the fast encoding process of video files is very important to improve the convenience of video contents. In this paper, we present a multi-server video encoding system to speed up the encoding process by dividing one video file into multiple fragments and encoding them in parallel using multiple servers. To improve the quality of the reunited video file, we divide the source video file at scene changes of the content. We have implemented the proposed system, and confirmed that our system using three servers can reduce the encoding process time into the half of the single server case.

    CiNii Article

    CiNii Books

    researchmap

  • A Proposal of an Web Page Layout Optimization Method for Various Browser Sizes

    ISSHIKI Yosuke, FUNABIKI Nobuo, NAKANISHI Toru, ISOGAI Megumi

    IEICE technical report   108 ( 392 )   83 - 88   2009.1

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Recently, the opportunity of Web browsing using terminals with various sizes has increased due to the development of a variety of terminals. Unfortunately, most Web pages have been designed to be fit to terminals with the standard size. As a result, the screen scroll operation is necessary to access the main content at a small-size terminal, whereas the blank space becomes large at a large-size terminal. In this paper, we focus on the separation of the document structure description by an XHTML file and the appearance description by a CSS file. Then, we propose a method of delivering the Web page layout fit to the browsing size. This method first generates the CSS file fit to each size automatically from the Web page files that have been produced by a user for the standard size. Then, it dynamically changes the CSS file using JavaScript. We confirm the effectiveness of our proposal at various sizes by generating an Web page using this method.

    CiNii Article

    CiNii Books

    researchmap

  • スケーラブル無線メッシュネットワークのための通信路構成最適化アルゴリズム

    上村香菜子, 舩曵信生, 中西透

    スケーラブル無線メッシュネットワークのための通信路構成最適化アルゴリズム   J92-B ( 9 )   1526 - 1537   2009

     More details

    Language:Japanese  

    researchmap

  • A web-based lecture scene playback system using digital picture-card show with structured learning assistance function

    Aki Mouri, Nobuo Funabiki, Toru Nakanishi

    INTERNATIONAL JOURNAL OF WEB AND GRID SERVICES   5 ( 4 )   372 - 389   2009

     More details

  • An implementation of writing style check function in learning management system “NOBASU”

    Hiroki Kawano, Nobuo Funabiki, Toru Nakanishi, Noriki Amano

    An implementation of writing style check function in learning management system “NOBASU”   227 - 228   2009

     More details

    Language:English  

    researchmap

  • A Heuristic Optimization Algorithm for Panoramic Image Generation Problem from Multiple Cameras

    Megumi Isogai, Nobuo Funabiki, Toru Nakanishi

    EMERGING INTELLIGENT COMPUTING TECHNOLOGY AND APPLICATIONS, PROCEEDINGS   5754   297 - 306   2009

     More details

  • An Implementation of Anonymous Authentication System for Web Services Using Proxies

    Toru Nakanishi, Hiroki Obayashi, Nobuo Funabiki

    ISCE: 2009 IEEE 13TH INTERNATIONAL SYMPOSIUM ON CONSUMER ELECTRONICS, VOLS 1 AND 2   121 - 123   2009

     More details

  • Revocable Group Signature Schemes with Constant Costs for Signing and Verifying

    Toru Nakanishi, Hiroki Fujii, Yuta Hira, Nobuo Funabiki

    PUBLIC KEY CRYPTOGRAPHY-PKC 2009, PROCEEDINGS   5443   463 - 480   2009

     More details

  • A Proposal of Structured Learning Assistance Function in Lecture-Scene Playback System Using Digital Picture-Card Show

    Nobuo Funabiki, Aki Mouri, Kanako Uemura, Toru Nakanishi

    CISIS: 2009 INTERNATIONAL CONFERENCE ON COMPLEX, INTELLIGENT AND SOFTWARE INTENSIVE SYSTEMS, VOLS 1 AND 2   983 - 988   2009

     More details

    Authorship:Lead author   Language:English  

    DOI: 10.1109/CISIS.2009.103

    Web of Science

    researchmap

  • 操作ログを用いたオープンソースソフトウエアのインストールマニュアル自動生成法の提案

    村上幸一, 舩曵信生, 徳永秀和, 重田和弘, 中西透

    情報処理学会論文誌   50 ( 3 )   926 - 939   2009

     More details

    Language:Japanese  

    researchmap

  • A web-based installation manual management system for open source software

    Yukikazu Murakami, Nobuo Funabiki, Hidekazu Tokunaga, Kazuhiro Shigeta, Toru Nakanishi

    NCM 2009 - 5th International Joint Conference on INC, IMS, and IDC   1261 - 1266   2009

     More details

  • Forward-Secure Group Signatures from Pairings

    Toru Nakanishi, Yuta Hira, Nobuo Funabiki

    PAIRING-BASED CRYPTOGRAPHY - PAIRING 2009   5671   171 - 186   2009

     More details

  • A Proposal of a Web-page Layout Optimization Method for Multimodal Browsing Sizes

    Nobuo Funabiki, Yosuke Isshiki, Megumi Isogai, Toru Nakanishi

    ISCE: 2009 IEEE 13TH INTERNATIONAL SYMPOSIUM ON CONSUMER ELECTRONICS, VOLS 1 AND 2   449 - 453   2009

     More details

  • A Comparative Study of Open Source Softwares for Virtualization with Streaming Server Applications

    Sritrusta Sukaridhoto, Nobuo Funabiki, Toru Nakanishi, Dadet Pramadihanto

    ISCE: 2009 IEEE 13TH INTERNATIONAL SYMPOSIUM ON CONSUMER ELECTRONICS, VOLS 1 AND 2   333 - +   2009

     More details

  • A Proposal of a Scalable Web Server System Using Virtual Machine Monitor "Xen"

    SHOJI Tomoya, INOUE Yuuki, FUNABIKI Nobuo, NAKANISHI Toru, KAGOTANI Hiroto

    IEICE technical report   108 ( 286 )   105 - 108   2008.11

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Recently, the virtualization technology has been often used to construct servers due to the efficiency of the computer resource utilization and the easiness of the system extension. The method of composing cluster systems using the virtualized servers has also been proposed. In this paper, we propose a safe and scalable Web server system using the virtualization technology. In this system, the SSL authentication protocol is adopted to authenticate the server hosts and the encrypted data communications. Besides, the system management tool is incorporated for the simple system management by realizing the automatic update functions of the system softwares such as the operating system and the Web server. We implemented the proposed system using Puppet as the system management tool, Ruby SNMP as the system management library, and Xen as the virtualization machine monitor. The experimental result using our implementation confirms the short time for the Web server extension.

    CiNii Article

    CiNii Books

    researchmap

  • A Construction of the Smart Access Point for Practical Wireless Mesh Networks

    HIRAKATA Kengo, HORIUCHI Satoshi, FUNABIKI Nobuo, NAKANISHI Toru

    IEICE technical report   108 ( 286 )   63 - 68   2008.11

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Recently, the demand for the expansion of the service area by the wireless local area network (WLAN) has become strong due to rapid deployments of WLANs. We have studied WIMNET (wireless Internet-access mesh network) as the WLAN technology of constructing the Internet access network to the large area with the low cost and the short preparation time. In WIMNET, the service area can be flexibly expanded by adding new access points (APs) that are wirelessly connected using WDS (Wireless Distribution System). In this paper, we present the smart access paint (SAP) equipped with the Web cache function, and the multiple network interfaces, in order to solve the throughput shortage problem when the size of WIMNET increases to afford a number of hosts. We construct a simple WIMNET using multiple SAPs that were implemented on mobile personal computers, and evaluate the functions in SAP through communication experiments.

    CiNii Article

    CiNii Books

    researchmap

  • A Proposal of an Efficient Forward-Secure Group Signature Scheme Using Pairing

    HIRA Yuta, NAKANISHI Toru, FUNABIKI Nobuo

    IEICE technical report   108 ( 284 )   47 - 54   2008.11

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Group signature scheme is one of signature schemes which keep signer's identity information secret. To prevent a problem that an adversary who obtains valid user's secret key can forge the signature easily in conventional group signature schemes, an RSA-based group signature scheme with forward-security that means unforgeability for signatures signed before a key exposure was proposed. However, this scheme requires O(T) complexity for key up-dating or signing/verifying. Then, in this paper, we propose a pairing-based forward-secure group signature scheme with a key update of O(1) complexity and signing/verifying of O(log T) complexity, by adding a key updating based on a tree structure. We also show that the proposed scheme satisfies the forward-security.

    CiNii Article

    CiNii Books

    researchmap

  • A Proposal of an Optimal Assignment Algorithm for General Academic Subject Registrations

    SHOJI Tomoya, FUJII Hiroki, UEMURA Kanako, KAWANO Hiroki, FUNABIKI Nobuo, NAKANISHI Toru

    IEICE technical report   108 ( 247 )   51 - 56   2008.10

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Currently, general academic subjects in Okayama University consist of four categories, namely, "main subjects", "individual subjects", "guidance subjects", and "foreign language subjects". Among them, for "main subjects" and "foreign language subjects" that have much freedom in choice, students are requested to submit the ranks of the subjects that they want to take in the next semester beforehand. Then, the assignment of subjects to students is processed manually using the submitted ranks. However, this assignment task is very hard because it is necessary to assign fairly several thousand students at the same time while considering the capacity of each classroom, the bias in popularity among subjects, and movements of students between two distant campuses. In this paper, we define the assignment problem of general academic subjects to students as a combinational optimization problem, and propose its heuristic algorithm composed of two stages. We implement the algorithm as a Ruby application, and verify the effectiveness using real data in our university.

    CiNii Article

    CiNii Books

    researchmap

  • Reduction of Public-Key Size in a Revocable Group Signature Scheme with Constant Costs for Signing and Verifying

    FUJII Hiroki, HIRA Yuta, NAKANISHI Toru, FUNABIKI Nobuo

    IEICE technical report   108 ( 207 )   33 - 38   2008.9

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Group signature scheme is the digital signature scheme enhancing the privacy of the user. We proposed a revocable scheme where signing and verifying require only O(1) costs, while various schemes were previously proposed. However, the scheme has a problem that the public key size is O(N). In this paper, we extend the scheme to reduce the public key size into O(√N). In addition, we implement it to confirm the reduction of the size and show that the scheme works at practical execution times.

    CiNii Article

    CiNii Books

    researchmap

  • Extensions of Supporting Functions in the Learning Management System "NOBASU"

    KASAI Yasuhiro, FUNABIKI Nobuo, AMANO Noriki, NAKANISHI Toru

    108 ( 88 )   45 - 50   2008.6

     More details

  • A Proposal of a 4-layered Software Architecture for Learning Management Systems and Its Implementation for "NOBASU"

    BABA SHOTA, FUNABIKI NOBUO, AMANO NORIKI, NAKANISHI TORU

    IPSJ SIG Notes   2008 ( 31 )   55 - 60   2008.3

     More details

    Language:Japanese   Publisher:Information Processing Society of Japan (IPSJ)  

    The Learning Management System (LMS), as a platform using the World Wide Web, has been introduced for educational activities in recent years. Our research group has actually developed an original LMS named NOBASU for educational services in our department. LMS usually needs to be extended and modified to meet the changing demands in educations. In this research, we propose a 4-layered software architecture to construct LMS with the simple structure for easy developments. Through the implementation of our proposed architecture to NOBASU, we verified the effectiveness of our approach.

    CiNii Article

    CiNii Books

    researchmap

    Other Link: http://id.nii.ac.jp/1001/00041803/

  • A Proposal of An Automatic Manual Generation Method for Installing Several Open Source Soft Wares Cooperation

    MURAKAMI Yukikazu, FUNABIKI Nobuo, TOKUNAGA Hidekazu, SHIGETA Kazuhiro

    IPSJ SIG Notes   2008 ( 31 )   79 - 84   2008.3

     More details

    Language:Japanese   Publisher:Information Processing Society of Japan (IPSJ)  

    An open source software (OSS) is a software whose source code has been public through the Internet, so that everybody can use and modify it freely. As a result, a lot of companies, governments, and universities have now become using OSSs. However, the use of an OSS is actually hard for its beginners, because many OSSs have few good manuals, where an OSS has usually been developed by volunteers, and the installation of an OSS sometimes requires installations of several OSS packages before it. To solve this problem, we have proposed a method of automatically generating an installation manual of an OSS. In this paper, we implement the system for this method. Then, we extend our proposed method to generating the installation manual of an OSS that requires installations of other OSS packages at the same time. We conduct experiments using an OSS example requiring installations of four OSS packages to verify the usefulness of our method.

    CiNii Article

    CiNii Books

    researchmap

    Other Link: http://id.nii.ac.jp/1001/00041807/

  • An Extension of the Routing Tree Algorithm for Two-Layer Wireless Mesh Networks

    UEMURA Kanako, FUNABIKI Nobuo, NAKANISHI Toru, FARAG Tamer

    IEICE technical report   107 ( 524 )   329 - 334   2008.3

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Currently, we have studied the Wireless Internet-access Mesh NETwork (WIMNET) as a scalable, flexible, and low-cost access network to the Internet, using multiple access points (APs) that are connected with each other through wireless links. In WIMNET, two types of APs are actually adopted to realize the scalability and the communication bandwidth while reducing the cost. One is the expensive, note-PC based smart AP (SAP) that can use multiple channels for wireless communications and has various functions for the Internet access. Another is the inexpensive, commercial-based conventional AP (CAP) that can use only one channel. In this paper, we propose the extension to this two-layer WIMNET of our routing tree algorithm that have been proposed for the single-layer WIMNET using only SAPs. The simulation results in two instances by the WIMNET simulator show that using our extended routing tree algorithm, the throughput of the two-layer WIMNET with a small number of SAPs does not become worse than that of the single-layer one.

    CiNii Article

    CiNii Books

    researchmap

  • A Proposal of a Classification and Link Method of Lecture Scenes for Structured Learning

    MOURI AKI, FUNABIKI NOBUO, NAKANISHI TORU

    IPSJ SIG Notes   2008 ( 13 )   87 - 92   2008.2

     More details

    Language:Japanese   Publisher:Information Processing Society of Japan (IPSJ)  

    We have studied the Web-based assistance system for the structured learning using five categories of keywords in university lectures. In this paper, we propose the method for classifying into five categories the lecture scenes that are generated in our Digital picture-card based LECTure scene playback system (DILBCT), and for linking these scenes related to the same keyword on the Web system. The proposed method first generates the list of the keywords for the structured learning from the keywords that have been submitted to NOBASU, our Web-based learning management system, from students for the preparation and the review of each class. Then, it extracts the keywords and their locations in the presentation slides for the lecture. Finally, for each keyword, it classifies the slides containing the same keyword into five categories, and generates the links between the corresponding lecture scenes. For evaluations, we implemented the experimental system for the proposed method by modifying DILECT, and applied it to one class for freshmen in Department of Communication Network Engineering at Okayama University. The questionnaire results from students show that our method effectively improves their understanding of this class.

    CiNii Article

    CiNii Books

    researchmap

    Other Link: http://id.nii.ac.jp/1001/00054062/

  • A Two-Stage Algorithm for Access Point Allocation in Indoor Environments for Wireless Mesh Networks

    Tamer Farag, Nobuo Funabiki, Toru Nakanishi, Kanako Uemura

    2008 14TH ASIA-PACIFIC CONFERENCE ON COMMUNICATIONS, (APCC), VOLS 1 AND 2   261 - 265   2008

     More details

    Language:English  

    Web of Science

    researchmap

  • Efficient revocable group signature schemes using primes

    Toru Nakanishi, Nobuo Funabiki

    IPSJ Journal   49 ( 9 )   2951 - 2962   2008

     More details

  • An implementation of anonymous IEEE802.1X authentication with user revocation

    Amang Sudarsono, Toru Nakanishi, Kouhei Miki, Nobuo Funabiki

    3rd Joint Workshop on Information Security (JWIS 2008)   240 - 245   2008

     More details

  • A minimum-delay routing tree algorithm for access-point communications in wireless mesh networks

    Nobuo Funabiki, Kanako Uemura, Toru Nakanishi, Walaa Hassan

    RIVF 2008 - 2008 IEEE International Conference on Research, Innovation and Vision for the Future in Computing and Communication Technologies   2008   161 - 166   2008

     More details

  • A bandwidth bottleneck resolution approach to node configuration optimization in WDM ring networks

    Megurni Isogai, Nobuo Funabiki, Yosuke Isshiki, Toru Nakanishi

    2008 IEEE SARNOFF SYMPOSIUM   2008 ( S13.4 )   340 - 344   2008

     More details

  • A Dynamic Channel Assignment Technique for Wireless Internet-access Mesh Networks

    Walaa Hassan, Nobuo Funabiki, Toru Nakanishi

    2008 14TH ASIA-PACIFIC CONFERENCE ON COMMUNICATIONS, (APCC), VOLS 1 AND 2   271 - 275   2008

     More details

    Language:English  

    Web of Science

    researchmap

  • A Lecture Scene Playback System using Digital Picture-Card Show for Distance Learning

    Nobuo Funabiki, Aki Mouri, Walaa Hassan, Toru Nakanishi

    2008 22ND INTERNATIONAL WORKSHOPS ON ADVANCED INFORMATION NETWORKING AND APPLICATIONS, VOLS 1-3   2008   1071 - 1076   2008

     More details

  • A Proposal of an Installation Manual Generation Method for Open Source Software Using Operation Logs

    Yukikazu Murakami, Nobuo Funabiki, Hidekazu Tokunaga, Kazuhiro Shigeta, Toru Nakanishi

    SITIS 2008: 4TH INTERNATIONAL CONFERENCE ON SIGNAL IMAGE TECHNOLOGY AND INTERNET BASED SYSTEMS, PROCEEDINGS   547 - 554   2008

     More details

  • An Implementation of an Anonymous IEEE802.1X Authentication with User Revocation Reducing Mobile Host's Load

    MIKI KOUHEI, NAKANISHI TORU, KAWASHIMA JUN, FUNABIKI NOBUO

    IPSJ SIG Notes   2007 ( 126 )   43 - 48   2007.12

     More details

    Language:Japanese   Publisher:Information Processing Society of Japan (IPSJ)  

    The IEEE802.1X authentication has been used well as an authentication protocol in the Access Point for the Internet connection. There is a problem that mobile host's privacy information can be leaked to the Internet service provider in this protocol. To solve this problem, we have proposed and implemented an anonymous authentication with user revocation using the group signature. However, there is a problem of this method that mobile host's load increases in proportion to the number of moblie hosts in the system. In this paper, an anonymous IEEEd02.1X authentication with a user revocation reducing mobile host's load is implemented by using a pairing-based group signature with verifier-local revocation, and the authentication time is evaluated.

    CiNii Article

    CiNii Books

    researchmap

    Other Link: http://id.nii.ac.jp/1001/00044396/

  • Throughput Measurements under Various Contention Window Sizes in Wireless Mesh Networks

    KATO Hideaki, FUNABIKI Nobuo, NAKANISHI Toru

    IEICE technical report   107 ( 403 )   55 - 60   2007.12

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    As a scalable access netwok to the Internet, we have studied the Wireless Internet-access Mesh NET-work (WIMNET) that is composed of multiple access points (APs) with multihop communications. In WIMNET, the throughput shortage can be caused by interferences among communication links between APs, and the thoughput unfairness between APs can be caused by the difference on numbers of hops from APs to the gateway. As a solution to these problems, we have proposed the contention window (CW) size control method in CSMA/CA protocol, and have evaluated it through simulations. In this paper, we evaluate the effect of our proposal through throughput measurements in real environments after implementing it on a Linux-PC. Our results show that the optimal CW size is actually different depending on the number of APs in WIMNET, and there is a trade-off between the increase of the average throughput and the fairness of the throughput between APs.

    CiNii Article

    CiNii Books

    researchmap

  • An Implementation of a Privacy Enhancing SSL/TLS Protocol Based on Group Signatures

    OBAYASHI Hiroki, NAKANISHI Toru, KAWASHIMA Jun, FUNABIKI Nobuo

    IEICE technical report   107 ( 397 )   79 - 84   2007.12

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    While various Web services have spread, a lot of private information leaks have been often caused by the service vendors. One method to solve this problems is the use of the anonymous authentication based on group signatures. Group signatures allow the service vendors to verify that a signature is signed by a valid user, but they cannot know who is the signer. Therefore, the anonymous authentication based on group signatures can protect user's privacy while preventing illigal access. In this paper, we implement a privacy enhancing SSL/TLS protocol based on group signatures with membership revocation that does not need the change of user's certificate, and evaluate the authentication time. In a group with 5000 members where 10% of its members are revoked, the authentication needs about 3 seconds. This result shows the practicality of this anonymous authentication protocol for a medium scale group.

    CiNii Article

    CiNii Books

    researchmap

  • A Heuristic Algorithm for Access Point Allocation in Indoor Environments for Wireless Mesh Networks

    FARAG Tamer, FUNABIKI Nobuo, NAKANISHI Toru

    IEICE technical report   107 ( 378 )   55 - 60   2007.12

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    We have studied WIMNET (Wireless Internet-access Mesh NETwork) as a flexible and inexpensive large-scale access network to the Internet. WIMNET is composed of multiple access points (APs) as wireless routers, where each AP has multihop wireless connections with others by the wireless distribution system (WDS). In WIMNET, communications between APs can become the bottleneck due to their multihop link activations. Besides, the link quality may be degraded by obstacles such as walls in indoor environments. Thus, the proper allocation of APs is essential, such that the maximum hop count between APs should be minimized while any host in the field must be covered by at least one AP. In this paper, we formulate this AP allocation problem in indoor environments for WIMNET. Then, we present its three-stage heuristic algorithm composed of the initial AP allocation, the AP allocation optimization, and the association host optimization. The effectiveness of our approach is verified through extensive simulations using our WIMNET simulator.

    CiNii Article

    CiNii Books

    researchmap

  • An Implementation of uClinux-VServer for Embedded Systems

    KAWASHIMA JUN, NAKANISHI TORU, FUNABIKI NOBUO

    2007 ( 121 )   7 - 12   2007.12

     More details

    Language:Japanese   Publisher:Information Processing Society of Japan (IPSJ)  

    In this paper, we report an implementation of uClinux-VServer and its evaluations. This uClinux-VServer is actually implemented by porting Linux-VServer, an OS-level virtualization system, to uClinux. uClinux can run on a CPU with no MMU (Memory Management Unit), and thus it is suitable for embedded systems. VServer offers a virtual operating platform to a machine so that application programs can be tested there while restricting the interference to the host system on the machine. The evaluation results of the implemented uClinux-VServer show the porting overhead is very small, and the performance of applications on it has no difference from the performance on the conventional uClinux.

    CiNii Article

    CiNii Books

    researchmap

    Other Link: http://id.nii.ac.jp/1001/00033878/

  • A Proposal of a Routing Tree Generation Algorithm for Minimizing the Maximum Delay in Wireless Mesh Networks

    UEMURA Kanako, FUNABIKI Nobuo, NAKANISHI Toru, FARAG Tamer

    IEICE technical report   107 ( 261 )   57 - 62   2007.10

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    We have studied the Wireless Internet-access Mesh NETwork (WIMET) as a scalable wireless network to access the Internet. WIMNET is composed of multiple access points (APs) that have wireless connections with each other where at least one AP performs as the gateway AP (GW-AP) to the Internet. Each host can access to the Internet through a GW-AP after multihop wireless communications between APs from its associated AP. Thus, the increases of the transmission delay at communication links around the GW-AP and the propagation delay through the routing path between an AP and a GW-AP can degrade the performance of WIMNET. In this paper, we formulate the routing tree generation problem for AP communications to minimize the maximum delay for the bottleneck solution, and propose its heuristic algorithm. We show the effectiveness of our algorithm through simulations in two instances by using the WIMNET simulator.

    CiNii Article

    CiNii Books

    researchmap

  • An Improved Node Configuration Algorithm for WDM Ring Networks

    ISSHIKI Yosuke, ISOGAI Megumi, FUNABIKI Nobuo, NAKANISHI Toru

    IEICE technical report   107 ( 250 )   27 - 32   2007.10

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Recently, the Wavelength-Division Multiplexing (WDM) technology has attracted great interests as a key technology of realizing high-speed communications by multiplexing multiple optical signals using different wavelengths into a single optical fiber. As a WDM-based ring network for the next generation platform of metropolitan area networks, we have studied the optimal design of HORNET (Hybrid Optoelectronic Ring NETwork) for the performance improvement. In fact, we have defined the node configuration problem of assigning additional transmitters and receivers to each node under their total limits and of assigning a wavelength to each receiver, such that the communication collision rate is minimized, and presented its heuristic algorithm. In this paper, we propose the improved objective function of minimizing bottleneck bandwidth and wavelength assignment algorithm based on the variable depth search. The effectiveness of our proposal is verified through simulations, where the performance is compared with the conventional method.

    CiNii Article

    CiNii Books

    researchmap

  • A short verifier-local revocation group signature scheme with backward unlinkability

    Toru Nakanishi, Nobuo Funabiki

    IEICE TRANSACTIONS ON FUNDAMENTALS OF ELECTRONICS COMMUNICATIONS AND COMPUTER SCIENCES   E90A ( 9 )   1793 - 1802   2007.9

     More details

  • An Implementation of a Pairing-Based Group Signature Scheme with Verifier-Local Revocation

    HIRA Yuta, KATO Hidehiro, NAKANISHI Toru, NOGAMI Yasuyuki, FUNABIKI Nobuo, MORIKAWA Yoshitaka

    IEICE technical report   107 ( 209 )   69 - 76   2007.8

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Group signature scheme is one of signature schemes which keep signer's identity information secret. A pairing-based group signature scheme which can make a signer sign without any revocation information and has the short length of the signature was proposed. However this scheme has a problem that the anonymity cannot be proved in case of using the twisted pairing which is known for an efficient implementation of pairing. Then, in this paper, we extend the previous scheme to have the provable anonymity in case of using twisted pairing. In addition, we efficiently implemented the extended scheme by transforming some equations and introducing parallel processing, and then we show that the extended scheme can be executed for a practical time on a server with multi-core CPU even if about 500 members are revoked.

    CiNii Article

    CiNii Books

    researchmap

  • A Proposal of An Automatic Manual Generation Method for Installing Open Source Soft Wares using Log Files

    MURAKAMI Yukikazu, FUNABIKI Nobuo, TOKUNAGA Hidekazu, SHIGETA Kazuhiro

    IEICE technical report   107 ( 205 )   51 - 56   2007.8

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    An open source software (OSS) is a software whose source code is public through the Internet, so that everybody can use and modify it freely. As a result, a lot of companies, governments, and universities are now using OSS. However, the use of OSS is actually hard for beginners because OSS has few good manuals, where OSS has been developed by volunteers. In this paper, we propose a method of automatically generating a manual for installing OSS using log files at the installation process by a trained user. Our experimental results for its evaluations using the installation of Tomcat, an Web OSS, show that more people could complete the installation of this OSS by using the manual generated by the proposed method than by using the existing manual on an Web site.

    CiNii Article

    CiNii Books

    researchmap

  • Extensions of an Web-based Learning Management System "NOBASU"

    OKADA Genya, FUNABIKI Nobuo, NAKANISHI Toru, AMANO Noriki

    IEICE technical report   107 ( 205 )   75 - 80   2007.8

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    In this paper, we present the two new functions, the keyword submission function and the Web quiz function, for NOBASU. NOBASU is the Web-based learning management system (LMS) that has been developed by our research group to improve educational services in our department. The keyword submission function requests students to submit three keywords in each class before and after the class from the course materials so as to encourage them to prepare and review it. These keywords are disclosed to all the students after the submission deadline so that they can refer them for self-study. The Web quiz function enables students to take short tests about contents in classes on NOBASU. The test results are automatically graded after the student submits them. The teacher can easily register a new Web quiz by uploading a CSV file that describes the questions and the answers following the newly defined format. This CSV file can be completed at any place without Internet connections. We have implemented the two functions and have applied them to one class for freshmen at Department of Communication Network Engineering in Okayama University. From the results of the questionnaire from students about their usability, we confirm that they are very effective to improve motivations and understanding of students for this class.

    CiNii Article

    CiNii Books

    researchmap

  • A Proposal of a Lecture Scene Playback System using Digital Picture-Card Show

    MOURI Aki, ISSHIKI Yosuke, FUNABIKI Nobuo, NAKANISHI Toru

    IEICE technical report   107 ( 155 )   1 - 6   2007.7

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    In this paper, we propose a lecture scene playback system using the "digital picture-card show" to support the reviewing process of lectures by students. Our proposed system produces digital picture-cards by combining digital still fine images with their corresponding voices of the lecturer, and delivers them through the World-Wide Web system. We have implemented the system, and have applied it to one class for freshmen at Communication Network Department in Okayama University. From results of the questionnaire from students after using our system, we show that our system is effective to improve motivations and understanding of students for this class.

    CiNii Article

    CiNii Books

    researchmap

  • An Implementation of Embedded Linux for Remote I/O System

    SHOJI Tomoya, KAWASHIMA Jun, FUNABIKI Nobuo, NAKANISHI Toru, IIJIMA Hideki, MAEDA Yasuyuki

    IEICE technical report   107 ( 36 )   73 - 76   2007.5

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    In recent years, Lin has been getting popularity as the operating system for embedded systems, due to its various software assets and robustness. Thus, we have studied the use of Linux in remote I/O systems for industries. In this paper, we present how to adopt Linux into a remote I/O system produced from M-system Ltd. and to implement device drivers so that Linux can control I/O boxes in a fixed cycle. The evaluation using our implementation shows the practicality of the remote I/O system with Linux.

    CiNii Article

    CiNii Books

    researchmap

  • A Discussion of a Design Method of Hierarchical Chordal Ring Network for Multihop WDM Networks with Mesh Topology

    KITANI Tomoya, FUNABIKI Nobuo, HIGASHINO Teruo

    IEICE technical report   107 ( 36 )   7 - 12   2007.5

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    We have proposed a hierarchical logical topology called Hierarchical Chordal Ring Network (HCRN) on WDM multi-hop ring networks. HCRN achieves a smaller network diameter with a less number of wavelengths. In this paper, we propose a design method to configure HCRN on mesh networks. The problem of constructing a optical logical topology on WDM networks is an NP-hard combinatorial problem. Thus, we propose a heuristic algorithm to construct HCRN topology on mesh networks. We evaluate our algorithm by comparing the network performance indices with existing algorithms.

    CiNii Article

    CiNii Books

    researchmap

  • An Implementation of an Anonymous IEEE802.1X Authentication with User Revocation

    MIKI KOUHEI, NAKANISHI TORU, KAWASHIMA JUN, FUNABIKI NOBUO

    IPSJ SIG Notes   2007 ( 16 )   129 - 134   2007.3

     More details

    Language:Japanese   Publisher:Information Processing Society of Japan (IPSJ)  

    The IEEE802.1X authentication is used well as an authentication protocol in the Access Point for the Internet connection. There is a problem that mobile host's privacy information is leaked to the Internet service provider in this protocol. To solve this problem, we have proposed and implemented an anonymous authentication using the group signature. However, there is a problem that the user revocation is not considered. In this paper, an anonymous IEEE802.1X authentication with a user revocation is implemented by using a group signature with a user revocation function, and the authentication time is evaluated.

    CiNii Article

    CiNii Books

    researchmap

    Other Link: http://id.nii.ac.jp/1001/00034159/

  • A WDS Clustering Problem for Wireless Infrastructure Mesh Networks

    TAJIMA Shigeto, FUNABIKI Nobuo, HIGASHINO Teruo

    IEICE technical report   106 ( 577 )   323 - 328   2007.3

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    We have studied the Wireless Infrastructure Mesh NETwork(WIMNET) as a large-scale multihop wireless network. WIMNET is composed of multiple access points (APs) that have wireless connections with each other through Wireless Distribution System (WDS). Because the number of APs in a single WDS is limited due to the broadcast packet problem, the AP clustering for multiple WDS connections is necessary to construct a large-scale WIMNET. In this paper, we formulate this WDS clustering problem of APs for WIMNET and prove the NP-completeness of its decision version. Then, we present its heuristic algorithm where we evaluate our approach through simulations.

    CiNii Article

    CiNii Books

    researchmap

  • Verifier-local revocation group signature schemes with backward unlinkability from bilinear maps

    Torn Nakanishi, Nobuo Funabiki

    IEICE TRANSACTIONS ON FUNDAMENTALS OF ELECTRONICS COMMUNICATIONS AND COMPUTER SCIENCES   E90A ( 1 )   65 - 74   2007.1

     More details

  • A WDS clustering algorithm for wireless mesh networks

    Shigeto Tajima, Teruo Higashino, Nobuo Funabiki, Toru Nakanishi

    2007 IFIP INTERNATIONAL CONFERENCE ON WIRELESS AND OPTICAL COMMUNICATIONS NETWORKS   323 - +   2007

     More details

  • A Proposal of a Group Siganture Scheme with Membership Revocation Using Prime Numbers and Its Implementation

    HAMADA Naoto, NAKAYAMA Takuya, NAKANISHI Toru, FUNABIKI Nobuo

    IEICE technical report   106 ( 411 )   47 - 54   2006.12

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Group signature schemes with membership revocation have been intensively researched. In this paper, we propose a new group signature scheme where the computational cost for signing/verification is lower than an existing scheme without the update of signers' private keys. In the proposed scheme, a group manager issues the membership certificate with a unique prime number to every member of the group. A revocation of a membership certificate is performed by using this prime number. To show the practicality of the proposed scheme, we implemented the scheme on a PC, and measured the execution time. In a group with 1000 members, the signature signing/verification needs about 1.3 seconds. Since this time is less than half of the time that needed in the existing scheme, the practicality of the proposed scheme is sufficiently shown.

    CiNii Article

    CiNii Books

    researchmap

  • Research on Making of Electronic Whiteboard Secure

    YASUKAWA Yukihiro, KOUMOTO Takuya, FUNABIKI Nobuo, SUGIYAMA Yuji

    IEICE technical report   106 ( 263 )   7 - 12   2006.9

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    It is not easy to see the screen from the back seat at conference with commodious room. To solve this problem, an electronic whiteboard system using the IP multicast communication can be used, but an existing system has the problem concerning security. In this research, an existing whiteboard system is made secure and extended to a practicable whiteboard. The whiteboard system is introduced into an actual conference, and effectiveness is shown by the questionnaire from users.

    CiNii Article

    CiNii Books

    researchmap

  • 8-107 Development and Management of an WEB-based Educational Activity Support System "NOBASU" : For unification of education and research activities in university

    FUNABIKI Nobuo, NAGAO Noriaki, NAGATA Yoshinori, BABA Shota

    18   152 - 153   2006.7

     More details

    Language:Japanese   Publisher:Japanese Society for Engineering Education  

    CiNii Article

    CiNii Books

    researchmap

  • A design method for a multiplexed hierarchical logical topology to balance communication loads for multi-hop WDM networks and its routing algorithm

    KITANI Tomoya, FUNABIKI Nobuo, HIGASHINO Teruo

    IEICE technical report   106 ( 117 )   13 - 16   2006.6

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    In this paper, we propose a hierarchical topology and its routing algorithm to achieve traffic balancing. In a hierarchical topology, traffic concentrates on the link of high-level layers. Thus, we make the node group in the lowest level layer as a cluster, and set the links hierarchically between nodes as well as a high-level layer. By using these links, traffic is relaid to a far away node via the nodes in the low-level layer. We also propose the routing algorithm of this topology.

    CiNii Article

    CiNii Books

    researchmap

  • An Improvement of License Plate Recognition Algorithm Considering Image Brightness and Character Arrangements

    SHINOHARA Yosuke, KAWASHIMA Jun, FUNABIKI Nobuo

    IEICE technical report   105 ( 534 )   7 - 12   2006.1

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    The automatic recognition of characters and numbers on license plates for vehicles is very important for various applications such as vehicle managements in parking lots, automatic fare collections in toll roads, traffic flow measurements and congestion surveillance on roads, and identifications of illegal parking vehicles on streets. In this paper, we propose an improvement of the license number plate recognition algorithm by improving the binarization process and the character recognition area process that are the keys determining the recognition accuracy. In the former process, the histogram of pixel brightness obtained from the input image is classified into three patterns according to the shape, and the different thresholds are used in each pattern. In the latter process, extractions of noisy character regions are enabled by extrapolating them from successfully extracted regions using their relative positions. The effectiveness of our proposal is verified by applications to sample license images.

    CiNii Article

    CiNii Books

    researchmap

  • 無線メッシュネットワークにおけるゲートウェイ用アクセスポイント選択問題

    田島

    第3回アドホックネットワーク ワークショップ, Jan. 2006   2006

  • 最大重みクリーク問題に対する局所探索法

    片山謙吾, 濱本明宏, 貞松政史, 成久洋之, 南原英生, 舩曵信生

    電子情報通信学会論文誌A   2006

     More details

  • メモリカードのためのセキュアファイルシステムSASの提案と実装

    川島潤, 舩曵信生, 中西透, 竹内 順一, 石崎 雅幸, Andre Caldas de Souza

    情報処理学会論文誌   2006

     More details

  • プライバシを保護した授業評価アンケートの実装

    谷川浩司, 中西透, 舩曵信生

    電子情報通信学会技術研究報告   2006

     More details

  • VNCプロクシのネットワーク負荷分散性能の評価

    松本康平, 籠谷裕人, 甲本卓也, 舩曵信生

    電子情報通信学会技術研究報告   2006

     More details

  • A proposal of anonymous IEEE802.IX authentication protocol for wireless networks

    Nobuo Funabiki, Toru Nakanishi, Hideo Takahashi, Kouhei Miki, Jun Kawashima

    2006 SECOND WORKSHOP ON SECURE NETWORK PROTOCOLS (NPSEC)   26 - +   2006

     More details

    Language:English  

    Web of Science

    researchmap

  • デジタル紙芝居システムのための配信経路生成アルゴリズムの提案

    毛利亜紀, 篠原陽介, 舩曵信生, 中西透

    電子情報通信学会技術研究報告   2006

     More details

  • An optimal access-point allocation for wireless infrastrcuture mesh netwroks

    Nobuo Funabiki, Toru Nakanishi, Yohei Nomura, Tamer Farag, Shigeto Tajima, Teruo Higashino

    Proc. of 16th International Conference on Computer Theory and Applications   2006

     More details

  • 無線メッシュネットワークのアクセスポイント間通信での優先度制御に関する一検討

    野村洋平, 新田友里子, 田島滋人, 舩曵信生, 中西透

    電子情報通信学会技術研究報告   2006

     More details

  • 無線メッシュネットワークでの帯域測定実験とその考察

    加藤秀明, 野村洋平, 舩曵信生, 中西透

    電子情報通信学会技術研究報告   2006

     More details

  • 無線メッシュネットワークにおけるアクセスポイントのチャネル割当アルゴリズムの提案と配置アルゴリズムの評価

    野村洋平, 舩曵信生, 中西透

    第3回アドホックネットワークワークショップ   2006

     More details

  • An internet gateway access-point selection problem for wireless infrastructure mesh networks

    Shigeto Tajima, Teruo Higashino, Nobuo Funabiki, Shoji Yoshida

    Proceedings - IEEE International Conference on Mobile Data Management   2006   2006

     More details

  • WDMリングネットワークのノード構成問題の一般化

    磯貝愛, 舩曵信生, 中西透

    電子情報通信学会技術研究報告   2006

     More details

  • A LECCS model parameter optimization algorithm for EMC designs of IC/LSI systems

    Nobuo Funabiki, Yohei Nomura, Jun Kawashima, Yuichiro Minamisawa, Osami Wada

    2006 17TH INTERNATIONAL ZURICH SYMPOSIUM ON ELECTROMAGNETIC COMPATIBILITY, VOLS 1 AND 2   304 - +   2006

     More details

    Language:English  

    Web of Science

    researchmap

  • WEBによる教育支援システム"NOBASU"での課題プログラム評価

    馬場章太, 長尾憲暁, 中西透, 舩曵信生

    情報処理学会研究報告   2006

     More details

  • VNCにおける負荷分散と操作権限制御を目的としたプロクシの提案

    松本康平, 籠谷裕人, 甲本卓也, 舩曵信生

    電子情報通信学会技術研究報告   2006

     More details

  • 複数ネットワークインターフェースを有するエンドホストでのサービス指向型ルーティングの実装

    東根俊, 川島潤, 舩曵信生, 中西透

    電子情報通信学会技術研究報告   2006

     More details

  • 無線メッシュネットワークのためのWIMENTシミュレータの開発

    吉田翔志, 舩曵信生, 中西透

    第3回アドホックネットワークワークショップ   2006

     More details

  • PeerCastをベースとしたマルチメディア配信システムPeerStreamの構築とその評価

    斎藤正隆, 磯貝愛, 甲本卓也, 舩曵信生

    電子情報通信学会技術研究報告   2006

     More details

  • アプリケーションレベルマルチキャスト通信におけるマルチホーム化ホスト選択アルゴリズムの改良

    加藤秀明, 川島潤, 舩曵信生, 中西透

    電子情報通信学会技術研究報告   2006

     More details

  • An optical-drop wavelength assignment algorithm for efficient wavelength reuse under heterogeneous traffic in WDM ring networks

    N Funabiki, J Kawashima, T Nakanishi, K Okayama, T Higashino

    IEICE TRANSACTIONS ON FUNDAMENTALS OF ELECTRONICS COMMUNICATIONS AND COMPUTER SCIENCES   E88A ( 5 )   1234 - 1240   2005.5

     More details

  • A Link Activation Scheduling Algorithm Considering Transmission Success Rates in Packet Radio Networks

    TAJIMA Shigeto, FUNABIKI Nobuo, HIGASHINO Teruo

    2005 ( 2 )   81 - 86   2005.1

     More details

    Language:Japanese   Publisher:Information Processing Society of Japan (IPSJ)  

    In packet radio networks such as wireless local areas networks and ad-hoc mobile networks, periodic activations of the communication links between adjacent hosts by following the conflict-free link activation schedule is effective to realize the multi media streaming of motion pictures and voices. For better schedules, success rates of link activations should be considered, because packets may be lost before reaching receiving hosts when transmission path conditions are not good, even though these communication hosts are located within the range of radio transmissions. In this paper, we present a link scheduling algorithm for periodic link activations in packet radio networks when the transmission success rate is given for every link. In this algorithm, the number of activation times in one cycle is calculated for each link beforehand that satisfies the minimum success rate, and the schedule of activating the link by this number without conflict is found. Through simulations in randomly generated instances, we show that the schedule by our algorithm can reduce the total transmission time required to complete packet transmissions.

    CiNii Article

    CiNii Books

    researchmap

    Other Link: http://id.nii.ac.jp/1001/00047069/

  • A proposal of an access-point allocation algorithm for WDS in wireless LAN

    KUMANO Eiji, MITANI Chie, FUNABIKI Nobuo, NAKANISHI Toru

    2005 ( 2 )   45 - 50   2005.1

     More details

    Language:Japanese   Publisher:Information Processing Society of Japan (IPSJ)  

    The wireless distribution system (WDS) provides wireless connections between multiple access points (APs) to compose a large-scale wireless local area network (WLAN). In this paper, we formulate the AP allocation problem for WDS, and present its two-stage heuristic algorithm. In this problem, a feasible allocation of APs is requested, such that the total number of APs is not only minimized, but also the load of each AP is equalized. The proposed algorithm consists of the first stage of allocating APs in a regular interval and the second stage of improving their allocations by random perturbations. The effectiveness of our algorithm is confirmed through simulations in two host movement models, namely random waypoint model (RWM) and seating space model (SSM). This newly presented SSM assumes a seating space of shops, restaurants, and event fields, so that it can simulate more realistic situations.

    CiNii Article

    CiNii Books

    researchmap

    Other Link: http://id.nii.ac.jp/1001/00047063/

  • A License Plate Recognition Algorithm Using Cross Count and Template Matching Methods

    SHINOHARA Yosuke, FUNABIKI Nobuo, KAWASHIMA Jun, TAKEUCHI Junichi, ISHIZAKI Masayuki

    Technical report of IEICE. PRMU   104 ( 573 )   39 - 44   2005.1

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    The automatic recognition of characters and numbers on license plates for vehicles is very important for various applications such as vehicle managements in parking lots, automatic fare collections in toll roads, traffic flow measurements and congestion surveillance on roads, and identifications of illegal parking vehicles on streets. In this paper, we propose a license number plate recognition algorithm from digital color images, using the cross count method for character recognitions and the template matching method for number recognitions. Since input images for this algorithm are usually taken in fields manually, and have deformations and effects by shadows, we adopt an adaptive threshold adjustment mechanism for binarization of images in order to deal with undesirable situations. Besides, we introduce an automatic generation method of representative vectors for the cross count method, so that it can handle the increase of complex Chinese characters on license plates. We show that the proposed algorithm provides the 100% success rate for noiseless images taken from an WEB site and the 80% success rate for noisy images taken by a PDA camera.

    CiNii Article

    CiNii Books

    researchmap

  • An Improvement of a Tooth Contour Extraction Method and a Tooth Contour Database Design Based on WEB Applications

    SU Tie, FUNABIKI Nobuo, KISHIMOTO Etuo

    Technical report of IEICE. PRMU   104 ( 573 )   31 - 36   2005.1

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    In recent years, various image-processing technologies have been applied in the field of dentistry, in which, a tooth contour extraction method is strongly expected for the dental treatment and tooth shape classification. At the same time, designing a database based on the extraction result is helpful for the tooth statistical analysis aimed at the clinical treatment. In this paper, a tooth contour extraction method based on deformable template matching is introduced, and its improvement in the automatic threshold adjusting algorithm for cutting gum region around the tooth is proposed. The simulation results using sample images show that the tooth region is separated from the input image by the detected threshold automatically. Then, a tooth contour database design based on WEB applications is proposed to support dental diagnoses. Using the definitions of tooth shape features, the database will be useful in analyzing the difference of tooth shapes according to age, sex, and regions.

    CiNii Article

    CiNii Books

    researchmap

  • A proposal of an access-point allocation algorithm for WDS in wireless LAN

    KUMANO Eiji, MITANI Chie, FUNABIKI Nobuo, NAKANISHI Toru

    IEICE technical report   104 ( 553 )   45 - 50   2005.1

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    The wireless distribution system (WDS) provides wireless connections between multiple access points (APs) to compose a large-scale wireless local area network (WLAN). In this paper, we formulate the AP allocation problem for WDS, and present its two-stage heuristic algorithm. In this problem, a feasible allocation of APs is requested, such that the total number of APs is not only minimized, but also the load of each AP is equalized. The proposed algorithm consists of the first stage of allocating APs in a regular interval and the second stage of improving their allocations by random perturbations. The effectiveness of our algorithm is confirmed through simulations in two host movement models, namely random waypoint model (RWM) and seating space model (SSM). This newly presented SSM assumes a seating space of shops, restaurants, and event fields, so that it can simulate more realistic situations.

    CiNii Article

    CiNii Books

    researchmap

  • A Link Activation Scheduling Algorithm Considering Transmission Success Rates in Packet Radio Networks

    TAJIMA Shigeto, FUNABIKI Nobuo, HIGASHINO Teruo

    IEICE technical report   104 ( 553 )   81 - 86   2005.1

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    In packet radio networks such as wireless local areas networks and ad-hoc mobile networks, periodic activations of the communication links between adjacent hosts by following the conflict-free link activation schedule is effective to realize the multi media streaming of motion pictures and voices. For better schedules, success rates of link activations should be considered, because packets may be lost before reaching receiving hosts when transmission path conditions are not good, even though these communication hosts are located within the range of radio transmissions. In this paper, we present a link scheduling algorithm for periodic link activations in packet radio networks when the transmission success rate is given for every link. In this algorithm, the number of activation times in one cycle is calculated for each link beforehand that satisfies the minimum success rate, and the schedule of activating the link by this number without conflict is found. Through simulations in randomly generated instances, we show that the schedule by our algorithm can reduce the total transmission time required to complete packet transmissions.

    CiNii Article

    CiNii Books

    researchmap

  • A Proposal of a WWW-Based Support System for Class Arrangements to English Teachers (ECASOU)

    TAKAHASHI Noriyuki, FUNABIKI Nobuo, YANO Masaaki

    The IEICE transactions on information systems Pt. 1   88 ( 1 )   89 - 98   2005.1

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    CiNii Article

    CiNii Books

    researchmap

  • マルチホップ WDM ネットワークにおけるトラヒック分散のための静的トポロジ構成法の改善

    木谷友哉, 舩曵信生, 東野輝夫

    電子情報通信学会技術研究報告, NS2005-76   2005

     More details

  • Group signature schemes with membership revocation for large groups

    T Nakanishi, F Kubooka, N Hamada, N Funabiki

    INFORMATION SECURITY AND PRIVACY, PROCEEDINGS   3574   443 - 454   2005

     More details

  • 仮想OSを用いたセキュアなプログラミング課題検証支援システム

    長尾憲暁, 舩曵信生, 中西透

    電子情報通信学会技術研究報告, ET2005-45   2005

     More details

  • 階層型コーダルリングネットワークにおけるコンパクトルーティングアルゴリズム

    木谷友哉, 舩曵信生, 東野輝夫

    電子情報通信学会技術研究報告, NS2005-145   2005

     More details

  • A proposal of a node configuration algorithm for WDM ring networks

    Megumi Isogai, Nobuo Funabiki, Toru Nakanishi, Teruo Higashino

    Proc. of International Conference on Optical Communications and Networks (ICOCN-2005)   2005

     More details

  • Compact tree plus algorithms for application-level multicast communications in multihome networks

    N Funabiki, M Isogai, T Nakanishi, T Higashino

    2005 13TH IEEE INTERNATIONAL CONFERENCE ON NETWORKS JOINTLY HELD WITH THE 2005 7TH IEEE MALAYSIA INTERNATIONAL CONFERENCE ON COMMUNICATIONS, PROCEEDINGS 1 AND 2   139 - 144   2005

     More details

  • アプリケーションレベルマルチキャスト経路木アルゴリズムCT+法の提案とマルチホーム環境の効果

    磯貝愛, 舩曵信生, 中西透

    電子情報通信学会論文誌D-Ⅰ   2005

     More details

  • Optical-drop wavelength assignment problem for wavelength reuse in WDM ring metropolitan area networks

    N Funabiki, M Isogai, T Nakanishi, T Higashino

    19TH INTERNATIONAL CONFERENCE ON ADVANCED INFORMATION NETWORKING AND APPLICATIONS, VOL 1, PROCEEDINGS   999 - 1004   2005

     More details

  • モバイルホストのユーザ情報を秘匿するアドレス配信プロトコルの提案

    高橋秀郎, 川島潤, 中西透, 舩曵信生

    情報処理学会研究報告, 2005-CSEC-28   2005

     More details

  • メモリカードのためのセキュアファイルシステムSASの提案

    川島潤, 舩曵信生, 中西透, 竹内順一, 石崎雅幸, Andre Caldasde Souza

    電子情報通信学会技術研究報告, OIS2005-05   2005

     More details

  • アプリケーションレベルマルチキャスト通信における伝送遅延モデルの一考察

    永田佳範, 川島潤, 舩曵信生, 中西透

    電子情報通信学会技術研究報告, NS2005-61   2005

     More details

  • アプリケーションレベルマルチキャストにおけるマルチホーム化ホスト選択アルゴリズムの提案

    加藤秀明, 川島潤, 舩曵信生, 中西透

    電子情報通信学会技術研究報告, NS2005-62   2005

     More details

  • WDMネットワークにおける階層型コーダルリングトポロジ構成法

    木谷友哉, 舩曵信生, 東野輝夫

    情報処理学会論文誌   2005

     More details

  • WDMリングネットワークのノード構成問題

    磯貝愛, 舩曵信生, 中西透

    電子情報通信学会技術研究報告, NS2005-91   2005

     More details

  • アプリケーションレベルマルチキャストにおける遠隔講義のための複数経路木生成法の提案

    東根俊, 川島潤, 舩曵信生, 中西透

    電子情報通信学会技術研究報告, NS2005-63   2005

     More details

  • 無線LANのアクセスポイント配置アルゴリズムの改良

    野村洋平, 舩曵信生, 中西透

    電子情報通信学会技術研究報告, NS2005-73   2005

     More details

  • 無線LANのWDSにおけるAP間通信へのリンクスケジューリングアルゴリズムの適用

    田島滋人, 舩曵信生, 東野輝夫

    電子情報通信学会技術研究報告, NS2005-74   2005

     More details

  • A proposal of a panoramic image synthesizing algorithm using an optimization method

    ISOGAI Megumi, FUNABIKI Nobuo, KOUMOTO Takuya, SUGIYAMA Yuji, OZAKI Ryo, OKAMOTO Takuji

    104 ( 512 )   17 - 24   2004.12

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Recently, a panoramic image has been expected in applications to various monitoring systems and virtual space presentation systems due to the advantage of expressing a wide range of scenes by one image. In this paper, we propose a panoramic image synthesizing algorithm for a panoramic image generating system to monitor indoor scenes, which is composed of,one personal computer and three inexpensive cameras set in row. This system has been studied in our group with the view of applications to home/store monitoring and safety confirmation of seniors living alone. The proposed algorithm consists of the approximate calibration stage and the detailed calibration stage, to fit images from side cameras to the image of the central camera as best as possible. The first stage transforms the coordinates of the side image to resolve the difference caused by view directions and locations of cameras, where the parameters are calculated using the limited number of feature points in overlapped regions of two images. The second stage applies both the coordinate transformation and the color correction with the parameters calculated using every pixel in overlapped regions. In both stages, parameters are searched by a local search method that is a typical optimization method. Through experiments with a variety of still images taken in our office, we show the effectiveness of our proposed algorithm.

    CiNii Article

    CiNii Books

    researchmap

  • A proposal of a parameter optimization algorithm for LECCS : EMC macro-modeling of IC/LSI power current

    NOMURA Yohei, KAWASHIMA Jun, FUNABIKI Nobuo, TOYOTA Tomohiro, MINAMISAWA Yuichirou, WADA Osami

    IEICE technical report. Electromagnetic compatibility   104 ( 499 )   71 - 76   2004.12

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    In this paper, we propose a parameter optimization algorithm for the EMC macro-modeling of IC/LSI power currents called the LECCS (Linear Equivalent Circuit and Current Source) model. The unnecessary electro-magnetic wave from a digital electric device causes an electromagnetic interference to other apparatus, and thus, its reduction has been emphasized as one of the highest priority issues in digital electric device design societies. In order to simulate accurately high frequency current from the power-supply system in IC/LSIs that is its primary resource, the LECCS model has been proposed as a linear macro-model of a device power-supply circuit. In the LECCS model, the circuit between the power supply and the ground in a circuit is described as a combination of RLC-series circuits in parallel. Given a set of measured impedances at various frequencies, our algorithm first finds the number of .RLC-series circuits from the number of valleys, and then, it searches optimal values of RLC parameters by the local search method. The validity of our algorithm is verified through applications to the results of a real device where the accuracy and the required processing time in our result are compared with those by the manual model tuning.

    CiNii Article

    CiNii Books

    researchmap

  • A Group Signature Scheme with Membership Revocation for Large Groups

    KUBOOKA Fumiaki, NAKANISHI Toru, FUNABIKI Nobuo

    IEICE technical report. Office Information Systems   104 ( 423 )   27 - 34   2004.11

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Some group signature schemes with membership revocation were proposed. In a scheme using an accumulator, the computation cost is O (1) but the communication cost is O (Kln), where K is the group size, and in is the size of the RSA modulus. On the other hand, a scheme is more efficient for only groups with the size ln and the communication cost is only O (K) though the computation cost is O (K/ln). Thus, these schemes are not efficient for large groups. In this paper, by combining these schemes, we propose an efficient group signature scheme with membership revocation for large groups. In the proposed scheme, the computation cost is O (1) and the communication cost is O (K).

    CiNii Article

    CiNii Books

    researchmap

  • A study of a WEB-based educational service support system for lectures and exercises in universities

    TAKAHASHI Noriyuki, FUNABIKI Nobuo, NAKANISHI Toru

    IEICE technical report. Education technology   104 ( 342 )   45 - 50   2004.10

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    This paper presents a Web-based education supporting system for lectures and exercises in universities, named NOBASU (NetwOrk-Based Assistant System for University education). The use of WWW (World-Wide Web) technology has been effective in improving the quality of educational services in universities while alleviating the increase of burdens by teachers. Actually, several education supporting systems using WWW technology have been developed recently, which have been introduced by more and more universities. We have developed an original education supporting system that is suitable for lectures and exercises in our department. We are now implementing this NOBASU system using JSP/Servlet mainly, and soon we will apply it to lectures in our department.

    CiNii Article

    CiNii Books

    researchmap

  • A minimum dead space algorithm for generalized isochronous channel reuse problems in DQDB networks

    N Funabiki, J Kawashima, K Okayama, T Nakanishi, T Higashino

    IEICE TRANSACTIONS ON COMMUNICATIONS   E87B ( 9 )   2692 - 2698   2004.9

     More details

    Language:English  

    Web of Science

    researchmap

  • An Electronic Weighted Voting Protocol with Tallying Cost Reduced

    NAKATAKE Shinji, NAKANISHI Toru, FUNABIKI Nobuo, SUGIYAMA Yuji

    IPSJ SIG Notes   2004 ( 75 )   329 - 334   2004.7

     More details

    Language:Japanese   Publisher:Information Processing Society of Japan (IPSJ)  

    A weighted voting is a system such that a voter submits a vote with a weight, e.g・, voting in stockholders' meetings. A weighted voting protocol that can keep weights secret has been proposed. However, this protocol has a problem that a tallying cost is large when there are many voters, since a management server must re-encrypt and permute all votes. In this paper, we propose a weighted voting protocol with tallying cost reduced.

    CiNii Article

    CiNii Books

    researchmap

    Other Link: http://id.nii.ac.jp/1001/00044919/

  • An Electronic Weighted Voting Protocol with Tallying Cost Reduced

    NAKATAKE Shinji, NAKANISHI Toru, FUNABIKI Nobuo, SUGIYAMA Yuji

    Technical report of IEICE. ISEC   104 ( 200 )   135 - 140   2004.7

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    A weighted voting is a system such that a voter submits a vote with a weight, e.g., voting in stockholders' meetings. A weighted voting protocol that can keep weights secret has been proposed. However, this protocol has a problem that a tallying cost is large when there are many voters, since a management server must re-encrypt and permute all votes. In this paper, we propose a weighted voting protocol with tallying cost reduced.

    CiNii Article

    CiNii Books

    researchmap

  • Route securement by introduction of relay antennas for adhoc networks

    MITANI Chie, KUMANO Eiji, FUNABIKI Nobuo, NAKANISHI Toru

    Technical report of IEICE. RCS   104 ( 185 )   59 - 62   2004.7

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    An adhoc network is a network composed of mobile hosts, where hosts communicate with each other by the capability of wireless connections without using base stations or wireless hubs. When hosts are located in the neighborhod, they communicate with each other directly. When they are located distantly, their intermediate hosts relay the packets. The adhoc network, however, does not function as a network when such intermediate hosts do not exist to relay packets. In this paper, we propose the introduction of relay antennas to secure a route between any pair of hosts located at any place. Besides, we proposed a routing algorithm of selecting a commuication route that consists of desirable hosts with less future movility and smaller transmission loads. We evelaute the effect of these proposals through simulations using the random waypoint model.

    CiNii Article

    CiNii Books

    researchmap

  • P2PMM router: A two-stage heuristic algorithm to peer-to-peer multicast routing problems in multihome networks

    N Funabiki, J Kawashima, S Yoshida, K Okayama, T Nakanishi, T Higashino

    IEICE TRANSACTIONS ON FUNDAMENTALS OF ELECTRONICS COMMUNICATIONS AND COMPUTER SCIENCES   E87A ( 5 )   1070 - 1076   2004.5

     More details

    Language:English  

    Web of Science

    researchmap

  • A WEB-based supporting system for class assignments to English teachers

    TAKAHASHI Noriyuki, FUNABIKI Nobuo, YANO Masaaki

    IEICE technical report. Education technology   103 ( 697 )   23 - 27   2004.2

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    This paper presents a WEB-based supporting system for class assignments to English teachers in Okayama University. Currently, this assignment of class times and subjects to English teachers has been handled manually, after the preference data for them are provided on paper from teachers, which takes costs and long time. In our proposed system, the requests can be input by English teachers through their browsers, and the assignment is automatically computed on a server computer. For this purpose, we develop a heuristic algorithm for this class assignment problem after defining the formulation as a combinatorial optimization problem. By using real preference data by teachers, we compare assignment results between our method and the conventional one. The result shows the superiority of our method in terms of the assignment quality and the required process time.

    CiNii Article

    CiNii Books

    researchmap

  • A perfect k-ary peer-to-peer multicast routing tree search algorithm for multihome networks

    KAWASHIMA Jun, FUNABIKI Nobuo, OKAYAMA Kiyohiko

    Technical report of IEICE. OCS   103 ( 627 )   5 - 8   2004.1

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    In this paper, we present a two-stage heuristic algorithm for the peer-to-peer multicast routing problem in a multihome network. This problem requires finding a multicast routing tree satisfying the delay constraint between any two hosts and the degree constraint of any host while minimizing the total cost of the tree. In our algorithm, the routing tree topology is fixed to the perfect k-ary tree so as to always satisfy the degree constraint while minimizing the maximum hop count between hosts. The first stage of the algorithm greedily constructs an initial tree of minimizing the cost, and the second stage iteratively searches a feasible tree based on the annealing method. Through simulations using random network instances, we compare the performance of our algorithm to that of a similar existing algorithm.

    CiNii Article

    CiNii Books

    researchmap

  • A Proposal of a Tooth Contour Extraction Method Using Deformable Template Matching

    NYUNOYA Yoshinori, FUNABIKI Nobuo, KISIMOTO Etuo

    Technical report of IEICE. PRMU   103 ( 585 )   43 - 48   2004.1

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Our group has studied contour extraction methods for various face components such as lips and eyes from digital face images using the deformable template matching method. In our method, each template expressing a contour is composed of fixed number of simple mathematical functions including quadratic functions. This simple template enables us to compare component contours of various persons and to analyze statistical features of them through processing the limited number of parameters. In this paper, we propose a tooth contour extraction method using the deformable template matching, where the template is composed of four elliptic curves. Our method optimizes the parameters of the template by a local search method so that it is best fit to the edge image of a tooth, after automatically identifying the tooth region from a given teeth image. We describe the details of the proposed algorithm and show simulation results for several sample images.

    CiNii Article

    CiNii Books

    researchmap

  • A proposal of hierarchical chordal ring network topology for WDM networks

    T Kitani, N Funabiki, T Higashino

    2004 12TH IEEE INTERNATIONAL CONFERENCE ON NETWORKS, VOLS 1 AND 2 , PROCEEDINGS   605 - 609   2004

     More details

  • A minimum dead space algorithm for wavelength reuse problems in WDM ring networks

    Nobuo Funabiki, Toru Nakanishi, Yoshitaka Toyota, Jun Kawashima, Teruo Higashino

    Proc. of International Conference on Optical Communications and Networks (ICOCN-2004)   2004

     More details

  • 無線ネットワークのリンクスケジューリング問題に対するヒューリスティック解法の提案

    田島滋人, 舩曵信生, 東野輝夫

    情報処理学会論文誌, vol. 45, no. 2   2004

     More details

  • A Proposal of Improved Lip Contour Extraction Method Using Deformable Template Matching and Its Application to Dental Treatment

    YOKOGAWA Yujin, FUNABIKI Nobuo, HIGASHINO Teruo, ODA Masashi, MORI Yoshihide

    IEICE transactions on information and systems   86 ( 8 )   1474 - 1474   2003.8

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    CiNii Article

    CiNii Books

    researchmap

  • Deformable Templateマッチング法による唇輪郭抽出法の改良と歯科医療応用を目的とした評価

    横川勇仁, 小田政志, 舩曵信生, 東野輝夫, 森悦秀

    電子情報通信学会論文誌D-Ⅱ,vol. J86-D-Ⅱ, no.8   2003

     More details

  • A proposal of a two-stage heuristic algorithm for peer-to-peer multicast routing problems in multihome networks

    Nobuo Funabiki, Jun Kawashima, Akihito Kubo, Kiyohiko Okayama, Teruo Higashino

    Proc. of The Fifth Metaheuristics International Conference (MIC-2003)   2003

     More details

  • A two-stage hierarchical algorithm for wavelength assignment in WDM-based bidirectional Manhattan Street Networks

    T Kitani, M Yonedu, N Funabiki, T Nakanishi, K Okayama, T Higashino

    ICON 2003: 11TH IEEE INTERNATIONAL CONFERENCE ON NETWORKS   419 - 424   2003

     More details

    Language:English  

    Web of Science

    researchmap

  • Deformable-Templateマッチング法による眼の輪郭線抽出に関する研究

    小田政志, 舩曵信生, 東野輝夫

    電子情報通信学会技術研究報告, PRMU2003-140   2003

     More details

  • A proposal of a minimal-state processing search algorithm for link scheduling problems in packet radio networks

    S Tajima, N Funabiki, A Sugano, T Higashino

    2003 SYMPOSIUM ON APPLICATIONS AND THE INTERNET, PROCEEDINGS   128 - 135   2003

     More details

  • 双方向マンハッタンストリートネットワークのノード配置問題に対する階層型近似アルゴリズムの提案

    米津正隆, 舩曵信生, 木谷友哉, 横平徳美, 中西透, 東野輝夫

    電子情報通信学会論文誌D-I   2003

     More details

  • A proposal of a minimal-state processing search algorithm for isochronous channel reuse problems in DQDB networks

    N Funabiki, A Sugano, T Higashino

    AINA 2003: 17TH INTERNATIONAL CONFERENCE ON ADVANCED INFORMATION NETWORKING AND APPLICATIONS   229 - 232   2003

     More details

  • A Proposal of Test Sequence Generation Method for Communication Protocols Using SAT Algorithm

    MORI Takanori, OTSUKA Hirotaka, FUNABIKI Nobuo, NAKATA Akio, HIGASHINO Teruo

    IEICE transactions on information and systems   85 ( 11 )   1886 - 1887   2002.11

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    CiNii Article

    CiNii Books

    researchmap

  • A Method to Generate Test Sequences for FSM Protocols using SAT Algorithm

    2002 ( 15 )   75 - 80   2002.10

     More details

    Language:Japanese  

    CiNii Article

    researchmap

  • A quasi-solution state evolution algorithm for channel assignment problems in cellular networks

    N Funabiki, T Nakanishi, T Yokohira, S Tajima, T Higashino

    IEICE TRANSACTIONS ON FUNDAMENTALS OF ELECTRONICS COMMUNICATIONS AND COMPUTER SCIENCES   E85A ( 5 )   977 - 987   2002.5

     More details

    Language:English  

    Web of Science

    researchmap

  • A minimal-state processing search algorithm for satisfiability problems

    N Funabiki, T Yokohira, T Nakanishi, S Tajima, T Higashino

    2001 IEEE INTERNATIONAL CONFERENCE ON SYSTEMS, MAN, AND CYBERNETICS, VOLS 1-5   2769 - 2774   2002

     More details

    Language:English  

    Web of Science

    researchmap

  • Binary neural networks for N-queens problems and their VLSI implementations

    N Funabiki, T Kurokawa, M Ohta

    CONTROL AND CYBERNETICS   31 ( 2 )   271 - 296   2002

     More details

    Language:English  

    Web of Science

    researchmap

  • ネットワークのリンクスケジューリングにおけるタイムスロット数下限値算出法の改善

    田島滋人, 舩曵信生, 東野輝夫

    マルチメディア,分散,協調とモバイルシンポジウム(DICOMO 2002)講演集   2002

     More details

  • ユーザの移動情報を利用したモバイル・マルチキャストルーティング問題の一解法

    常村和史, 田島滋人, 中田明夫, 舩曵信生, 東野輝夫

    マルチメディア,分散,協調とモバイルシンポジウム(DICOMO 2002)講演集   2002

     More details

  • Webバグに基づくファイルの不正開封検知システムの提案

    小林正憲, 舩曵信生, 中西透

    コンピュータセキュリティシンポジウム2002講演集   2002

     More details

  • 通信プロトコルの試験系列生成問題に対するSATアルゴリズム適用法の提案

    森 亮憲, 大塚裕孝, 舩曵信生, 中田明夫, 東野輝夫

    電子情報通信学会論文誌D-I   2002

     More details

  • 静的およびモバイル・マルチキャストルーティング問題に対する最適パス選択解法の提案

    藤井雅和, 舩曵信生, 横平徳美, 田島滋人, 常村和史, 東野輝夫

    電子情報通信学会論文誌A   2002

     More details

  • A proposal of a quasi-solution state evolution algorithm for channel assignment problems

    Nobuo Funabiki, Tokumi Yokohira, Toru Nakanishi, Shigeto Tajima, Teruo Higashino

    Proc. of 16th international conference on information networking (ICOIN-16)   2002

     More details

  • A Proposal of an Optimal Path Selection Algorithm for Static and Mobile Multicast Routing Problems

    FUJII M., FUNABIKI Nobuo, YOKOHIRA Tokumi, TAJIMA Shigeto, TSUNEMURA Kazufumi, HIGASHINO Teruo

    IEICE Journal   85 ( 3 )   730 - 730   2002

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    In this paper, we present an approximation algorithm called OPSAM (Optimal Path Selection Algorithm for Multicast) for the static multicast routing problem and the newly defined mobile multicast routing problem. Given a graph with the cost and the delay associated to each edge, a data source, a destination set, and the delay time limit, the first problem requires finding a multicast tree such that the total edge cost is not only minimized, but also the delay of any path from source to a destination does not surpass its limit. OPSAM first extracts plural path candidates for each destination to satisfy the delay constraint. Then, it repeatedly selects better paths among candidates so as to find a lowcost tree within a short computation time. The performance of OPSAM is verified through simulations in the random graph model and the Tiers model, where OPSAM is better than the best existing algorithm BSMA, especially for Tiers model instances. The second problem requires finding a sequence of multicast trees which should be modified to follow changes of mobile user locations, such that the sum of the total edge costs and the difference between two consecutive trees is minimized. The simulation results show the performance of OPSAM is better than BSMA.

    CiNii Article

    CiNii Books

    researchmap

  • 通信プロトコルの試験系列生成問題へのSATアルゴリズム適用法の提案

    大塚裕孝, 中田明夫, 舩曵信生, 東野輝夫

    電子情報通信学会技術研究報告, COMP2001-75   2002

     More details

  • 双方向マンハッタンストリートネットワークのノード配置問題に対する階層型近似アルゴリズムの提案

    米津正隆, 舩曵信生, 横平徳美, 中西透, 田島滋人, 中田明夫, 東野輝夫

    電子情報通信学会技術研究報告, COMP2001-77   2002

     More details

  • An improved lip contour extraction method using deformable template and its automatic threshold adjusting method

    YOKOGAWA Yujin, FUNABIKI Nobuo, HIGASHINO Teruo, MORI Yoshihide

    IEICE technical report.   101 ( 434 )   37 - 44   2001.11

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    The precise extraction of the lip contour has been strongly demanded to plan the surgery and evaluate the recovery for patients with harelips and cleft palates. In this paper, we explain a non-symmetrical deformable template for the lip contour extraction using the template matching method to improve the existing symmetrical deformable template, and the transformation method of the lip contour model into the coordinate system based on the medial canthus point. Then, we propose an algorithm for adjusting the thresholds to extract the hue and value images. Through evaluations using face image samples including patients, we show the accuracy of our proposed method.

    CiNii Article

    CiNii Books

    researchmap

  • Relaxation of coefficient sensitiveness to performance for neural networks using neuron filter through total coloring problems

    Y Takenaka, N Funabiki, T Higashino

    IEICE TRANSACTIONS ON FUNDAMENTALS OF ELECTRONICS COMMUNICATIONS AND COMPUTER SCIENCES   E84A ( 9 )   2367 - 2370   2001.9

     More details

    Language:English   Publishing type:Rapid communication, short report, research note, etc. (scientific journal)  

    Web of Science

    researchmap

  • A Proposal of a Lip Contour Approximation Method Using the Function Synthesis

    SEKIOKA Tetsuya, YOKOGAWA Yuzin, FUNABIKI Nobuo, HIGASHINO Teruo, YAMADA Tomohiro, MORI Yoshihide

    The Transactions of the Institute of Electronics,Information and Communication Engineers.   84 ( 3 )   459 - 470   2001.3

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    唇の輪郭線は, 口腔外科における口唇裂症などの術式検討や術後トレースに重要であり, シンプルかつ高精度のモデルでの自動抽出が望まれている.そこで本論文では, 顔画像を入力とし, 前処理, 1次検出, 2次検出の3段階の処理を経て, 唇の輪郭線を関数で合成する手法を提案する.まず前処理では, 顔画像から唇の位置を検出し, おおよその大きさを決定する.次に1次検出ではDeformable templateマッチング法により唇のおおよその輪郭線を探索する.そして2次検出では, 遺伝的プログラミングを用いて置換と分割によって詳細な唇の輪郭線を探索する.本提案手法が従来の動的輪郭モデル(SNAKES)よりも精度, パラメータ数, 探索時間の点で優れていることを一般人の唇, 口唇裂症患者の唇のサンプルに対するシミュレーションにより示す.

    CiNii Article

    CiNii Books

    researchmap

  • An Optimal Path Selection Algorithm for Static Multicast Routing Problems

    FUJII MASAKAZU, FUNABIKI NOBUO, NAKATA AKIO, KITAMICHI JUNJI, HIGASHINO TERUO

    IEICE technical report. Theoretical foundations of Computing   100 ( 568 )   39 - 46   2001.1

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    In this paper, we present a heuristic algorithm called OPSAM(Optimal Path Selection Algorithm for Multicast)for the static multicast routing problem. Given a directed connected graph with two weights associated to each edge, representing the cost and the delay, a source sending out data, and a set of destinations receiving data, this problem requires to provide a multicast tree such that the total cost of edges in the tree is not only minimized, but also every path delay from the source to a destination is less than its upper limit. OPSAM first extracts plural candidates to each destination that satisfy the delay constraint. Then, it iteratively selects better paths among them so that it can find a low-cost tree within short time. The performance of OPSAM is verified through simulations in two types of network models, where especially, OPSAM shows the high performance for Tiers model instances, which are close to real networks.

    CiNii Article

    CiNii Books

    researchmap

  • A proposal of a lip contour extraction method using deformable template and a transformation method into coordinate system based the medial canthus point

    YOKOGAWA Yuzin, FUNABIKI Nobuo, HIGASHINO Teruo, YAMADA Tomohiro, MORI Yoshihide

    Technical report of IEICE. PRMU   100 ( 566 )   31 - 38   2001.1

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    Recently, shapes and relative positions of face components such as the lip contour have been intensively studied in areas including medicine and psychology. Actually, the precise extraction of the lip contour and its position has been strongly demanded to plan the surgery and evaluate the recovery for patients with harelips and cleft palates. In this paper, we propose a non-symmetrical deformable template for the lip contour extraction using the template matching method to improve the existing symmetrical deformable template. Besides, we propose the transformation method of the lip contour model into the coorinate system based on the medial canthus point. Through evaluations using face image samples including patients, we show the accuracy of our proposed method.

    CiNii Article

    CiNii Books

    researchmap

  • Relaxation of coefficient sensitiveness to performance for neural networks using neuron filter through total coloring

    Yoichi Takenaka, Nobuo Funabiki, Teruo Higashino

    IEICE Transactions on Fundamentals   2001

     More details

  • A global routing technique for wave-steered design methodology

    N. Funabiki, A. Singh, A. Mukherjee, M. Marek-Sadowska

    Proceedings - Euromicro Symposium on Digital Systems Design: Architectures, Methods and Tools, DSD 2001   430 - 436   2001

     More details

    Language:English   Publisher:Institute of Electrical and Electronics Engineers Inc.  

    DOI: 10.1109/DSD.2001.952358

    Scopus

    researchmap

  • モバイル・マルチキャストルーティング問題に対する最適パス選択解法の提案

    常村和史, 田島滋人, 藤井雅和, 中田明夫, 横平徳美, 舩曵信生, 東野輝夫

    マルチメディア通信と分散処理ワークショップ講演集   2001

     More details

  • ネットワークのリンクスケジューリングへのグラフ彩色アプローチ

    田島滋人, 舩曵信生, 東野輝夫, 横平徳美, 中西透

    電子情報通信学会技術研究報告, COMP2001-71   2001

     More details

  • A proposal of neuron filter: A constraint resolution scheme of neural networks for combinatorial optimization problems

    Y Takenaka, N Funabiki, T Higashino

    IEICE TRANSACTIONS ON FUNDAMENTALS OF ELECTRONICS COMMUNICATIONS AND COMPUTER SCIENCES   E83A ( 9 )   1815 - 1823   2000.9

     More details

    Language:English  

    Web of Science

    researchmap

  • A proposal of neuron filter a constraint resolution scheme of neural networks for combinatorial optimization problems

    Yoichi Takenaka, *Nobuo Funabiki, Teruo Higashino

    IEICE Transactions on Fundamentals   E83-A ( 9 )   1815 - 1823   2000.9

     More details

  • A Formulation of an FPGA Logic-Block Pin Assignment Problem and Its Two-Stage Discrete Optimization Method

    FUNABIKI Nobuo, IKENAGA Katsuyoshi, EGAWA Shinji, HIGASHINO Teruo

    The Transactions of the Institute of Electronics,Information and Communication Engineers. A   83 ( 8 )   976 - 988   2000.8

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    CiNii Article

    CiNii Books

    researchmap

  • A minimal-state procssing search algorithm for graph coloring problems

    FUNABIKI Nobuo, HIGASHINO Teruo

    IEICE Transactions on Fundamentals   E83-A ( 7 )   1420 - 1430   2000.7

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    This paper presents a heuristic graph coloring algorithm named MIPS_CLR, a MInimal-state Processing Search algorithm for the graph CoLoRing problem. Given a graph G(V, E), the goal of this NP-complete problem is to find a color assignment to every vertex in V such that any pair of adjacent vertices must not receive the same color but also the total number of colors should be minimized. The graph coloring problem has been widely studied due to its large number of practical applications in various fields. In MIPS_CLR, a construction stage first generates an intial minimal state composed of as many as colored vertices by a simple greedy algorithm, after a miximal clique of G is found by a maximum clique algorithm. Then, a refinement stage iteratively seeks a solution state while keeping minimality in terms of a cost function by a minimal-state transition method. In this method, the schemes of a best color selection, a random color selection, a color assignment shuffle, and a gradual color expansion are used together to realize the discrete descent search with hill-climbing capabilities. The performance of MIPS_CLR is evaluated through solving DIMACS benchmark graph instances, where the solution quality is generally better than existing algorithms while the computation time is comparable with the best existing one. In particular, MIPS_CLR provides new lower bound solutions for several instances. The simulation results confirm the extensive search capability of our MIPS_CLR approach for the graph coloring problem.

    CiNii Article

    CiNii Books

    researchmap

  • A minimal-state processing search algorithm for graph coloring problems

    N Funabiki, T Higashino

    IEICE TRANSACTIONS ON FUNDAMENTALS OF ELECTRONICS COMMUNICATIONS AND COMPUTER SCIENCES   E83A ( 7 )   1420 - 1430   2000.7

     More details

    Language:English  

    Web of Science

    researchmap

  • A Proposal of a Two-Stage Approximation Algorithm for Link Scheduling Problems in Radio Networks

    TAJIMA Shigeto, FUNABIKI Nobuo, HIGASHINO Teruo

    IEICE technical report. Theoretical foundations of Computing   99 ( 724 )   65 - 72   2000.3

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    In a multihop radio network, packets are transmitted from source nodes to destination nodes by activating connected links between them. Each node can either send a packet to or receive a packet from at most one of its adjacent nodes simultaneously. In order to minimize the transmission time for given requests, the problems must be solved of selecting a transmission route for each request (the routing problem) and of finding a link schedule (the link scheduling problem). In this paper, we propose a two-stage approximation algorithm for the link scheduling problem. The link scheduling problem is composed of SAS to satisfy the sequence of link activations and NAS not to satisfy it. We verify the performance through simulations for NAS and SAS, where our algorithm finds better solutions in shorter time than the existing algorithms.

    CiNii Article

    CiNii Books

    researchmap

  • A three-stage heuristic combined neural-network algorithm for channel assignment in cellular mobile systems

    N Funabiki, N Okutani, S Nishikawa

    IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY   49 ( 2 )   397 - 403   2000.3

     More details

  • 無線通信網における信頼度制約通信経路割当問題に対するニューラルネットワーク併用二段階解法の提案

    馬場孝之, 船曵信生, 田島滋人

    電子情報通信学会論文誌A   2000

     More details

  • A three-stage heuristic combined neural-network algorithm for channel assignment in cellular mobile systems

    Nobuo Funabiki, Noriko Okutani, Seishi Nishikawa

    IEEE Transactions on Vehicular Technology   49 ( 2 )   397 - 403   2000

     More details

    Language:English  

    DOI: 10.1109/25.832970

    Scopus

    researchmap

  • A three-stage heuristic combined neural-network algorithm for channel assignment in cellular mobile systems

    Nobuo Funabiki, Noriko Okutani, Seishi Nishikawa

    IEEE Transactions on Vehicular Technology   49 ( 2 )   397 - 403   2000

     More details

    Language:English  

    DOI: 10.1109/25.832970

    Scopus

    researchmap

  • A greedy digital neural-network algorithm for subgraph isomorphism problems

    Nobuo Funabiki, Teruo Higashino

    Proc. of World Multiconference on Systemics, Cybernetics, and Informatics   2000

     More details

  • A greedyneural combined discrete optimization algorithm for triangle and Kn-subgraph partition problem

    OHTSUKA H.

    Proc. World Multiconference on Systemics, Cybernetics and Informatics (SCI2000)   12   557 - 562   2000

  • A proposal of a neuron filter algorithm with a thinning-out method for total coloring problems

    Yoichi Takenaka, Nobuo Funabiki

    Proc. of World Multiconference on Systemics, Cybernetics, and Informatics   2000

     More details

  • 遺伝的プログラミングを用いた関数合成アルゴリズムの改良法の提案

    関岡哲也, 船曵信生, 東野輝夫

    電子情報通信学会論文誌D1   2000

     More details

  • 静的マルチキャストルーティング問題に対する2段階解法の提案

    藤井雅和, 船曵信生, 東野輝夫

    第13回回路とシステム(軽井沢)ワークショップ講演集   2000

     More details

  • A two-stage discrete optimization method for largest common subgraph problems

    N Funabiki, J Kitamichi

    IEICE TRANSACTIONS ON INFORMATION AND SYSTEMS   E82D ( 8 )   1145 - 1153   1999.8

  • A gradual neural network approach for FPGA segmented channel routing problems

    N Funabiki, M Yoda, J Kitamichi, S Nishikawa

    IEEE TRANSACTIONS ON SYSTEMS MAN AND CYBERNETICS PART B-CYBERNETICS   29 ( 4 )   481 - 489   1999.8

     More details

  • A gradual neural network approach for FPGA segmented channel routing problems

    Nobuo Funabiki, Makiko Yoda, Junji Kitamichi, Seishi Nishikawa

    IEEE Transactions on Systems, Man, and Cybernetics, Part B: Cybernetics   29 ( 4 )   481 - 489   1999.8

     More details

  • A gradual neural network approach for FPGA segmented channel routing problems

    Nobuo Funabiki, Makiko Yoda, Junji Kitamichi, Seishi Nishikawa

    IEEE Transactions on Systems, Man, and Cybernetics, Part B: Cybernetics   29 ( 4 )   481 - 489   1999.8

     More details

  • A gradual neural network algorithm for broadcast scheduling problems in packet radio networks

    N Funaibiki, J Kitamichi

    IEICE TRANSACTIONS ON FUNDAMENTALS OF ELECTRONICS COMMUNICATIONS AND COMPUTER SCIENCES   E82A ( 5 )   815 - 824   1999.5

  • "A gradual neural network approach for broadcast scheduling in packet radio networks"

    *Nobuo Funabiki, Junji Kitamichi

    IEICE Transactions on Fundamentals   E-82-A ( 5 )   815 - 824   1999.5

     More details

  • A Proposal of an Improved Function Synthesis Algorithm with Genetic Programming

    SEKIOKA TETSUYA, FUNABIKI NOBUO

    IEICE technical report. Nonlinear problems   98 ( 663 )   9 - 16   1999.3

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    The function synthesis problem for an unknown system requires to produce an approximate function which satisfies the relationships of given input and output data sets of the system. This problem is essential for the proper control of the system. When the system has the non-linearity characteristics, this problem becomes very difficult where the number of combinations of variables, constants, and operators quickly increases the computational complexity. This paper presents three improved methods for the genetic programming algorithm which is one of the function synthesis methods. They are the gradual expansion of function trees, the constant optimization by a local search, and the partial structure fixation of function trees based on the characteristics of the target system. The performance evaluation through the two-spirals problem and the sunspot prediction problem shows the effectiveness of the proposed three methods.

    CiNii Article

    CiNii Books

    researchmap

  • A proposal of a neural network algorithm for route assignment problems with reliability in multihop radio networks

    BABA Takayuki, FUNABIKI Nobuo

    IEICE technical report. Nonlinear problems   98 ( 583 )   17 - 24   1999.2

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    A multihop radio network is a large communication network between many nodes distributed around wide areas. Through a radio channel, each node can either send a packet to, or receive a packet from, at most one of its adjacent nodes simultaneously. Packets are transmitted from source nodes to destination nodes by activating several links between these nodes. In order to maximize the throughput or minimize the transmission time for given transmission requests, it is required to assign a transmission route and a link activation schedule for each request. In this network, each node has is different reliability to perform its function properly depending on the difference of running period, design specification, and environment. In this paper, we propose a two-stage algorithm to assign routes whose reliabilities are more than the specified threshold. This algorithm is composed of the iterated candidate extraction method with reliability satisfaction to extract route candidates and the greedy neural network algorithm to select a route to minimize a cost among plural candidates. Through simulations up to-500-node networks, we verify that our algorithm finds good solutions effectively.

    CiNii Article

    CiNii Books

    researchmap

  • Formal verification method for combinatorial circuits at high level design

    J Kitamichi, H Kageyama, N Funabiki

    PROCEEDINGS OF ASP-DAC '99   319 - 322   1999

     More details

    Language:English  

    Web of Science

    researchmap

  • プレスブルガー文真偽判定アルゴリズムのためのBDDの応用とそれを用いた回路検証

    景山洋行, 北道淳司, 船曵信生

    情報処理学会論文誌   1999

     More details

  • A proposal of a two-stage discrete optimization method for the maximum clique problem

    Nobuo Funabiki, Teruo Higashino

    Proc. of International Symposium on Nonlinear Theory and Its Applications   1999

     More details

  • チャネル割当問題を対象とした拡張マキシマムニューラルネットワーク解法の提案

    池永勝芳, 船曵信生, 竹中要一

    電子情報通信学会論文誌A   1999

     More details

  • 貪欲法とGAを併用したデータ転送路資源最適化問題解法の提案

    四方康人, 船曵信生, 北道淳司

    電子情報通信学会論文誌A   1999

     More details

  • A non-feedback neuron filter algorithm for separated board-level routing problems in FPGA-based logic emulation systems

    Yoichi Takenaka, Nobuo Funabiki

    Proc. of IEEE International Joint Conference on Neural Networks   1999

     More details

  • A gradual neural network approach for broadcast scheduling in packet radio networks

    Nobuo Funabiki, Yoichi Takenaka, Teruo Higashino

    Proc. of IEEE International Joint Conference on Neural Networks   1999

     More details

  • A Neuron Filter Algorithm for Board-Level Routing Problems in FPGA-Based Logic Emulation Systems

    TAKENAKA Yoichi, FUNABIKI Nobuo

    IEICE technical report. Nonlinear problems   98 ( 443 )   23 - 29   1998.12

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    In this paper, we propose a non-feedback neuron filter algorithm in the neural network. for the board-level routing problem (BLRP) in an FPGA-based logic emulation system. For a rapid prototyping of large scale digital systems, multiple FPGA's provide an efficient logic emulation system, where signals or nets between design partitions embedded on different FPGA's are connected through crossbars. We propose a new neuron filter algorithm to satisfy the two constraints of the problem simultaneously. The simulation results in randomly generated benchmark size instances show that our neuron filter algorithm with the thinning out application provides the better routing capability with the shorter computation time.

    CiNii Article

    CiNii Books

    researchmap

  • A proposal of a three-stage greedy neural-network algorithm for FPGA routing problems

    EGAWA Shinji, KURODA Eiji, KITAMICHI Junji, FUNABIKI Nobuo

    IEICE technical report. Computer systems   98 ( 291 )   69 - 75   1998.9

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    In this paper, we propose a three-stage routing algorithm for two-dimensional Field-Programmable Gate Arrays (FPGAs) by combining the greedy algorithm and the neural network algorithm. The three-stage algorithm consists of the route-candidate extraction stage, the greedy routing stage, and the neural network routing stage to achieve the high routability. The first stage extracts necessary route-candidates composed of a sequence of routing segments for every net. The second stage selects one of the candidates and assigns one track for each net so as to avoid short circuits. The final stage rearranges locations of shorter nets by the second stage to reduce the necessary tracks. We evaluate the performance of our algorithm by solving nine randomly generated instances, where the simulation results show that our three-stage algorithm achieves the high performance by used together.

    CiNii Article

    CiNii Books

    researchmap

  • A proposal of a three - stage greedy neural - network algorithm for FPGA routing problems

    EGAWA SHINJI, KURODA EIJI, KITAMICHI JUNJI, FUNABIKI NOBUO

    IPSJ SIG Notes   1998 ( 87 )   121 - 127   1998.9

     More details

    Language:Japanese   Publisher:Information Processing Society of Japan (IPSJ)  

    In this paper, we propose a three-stage routing algorithm for two-dimensional Field-Programmable Gate Arrays (FPGAs)by combining the greedy algorithm and the neural network algorithm. The three-stage algorithm consists of the route-candidate extraction stage, the greedy routing stage, and the neural network routing stage to achieve the high routability. The first stage extracts necessary route-candidates composed of a sequence of routing segments for every net. The second stage selects one of the candidates and assigns one track for each net so as to avoid short circuits. The final stage rearranges locations of shorter nets by the second stage to reduce the necessary tracks. We evaluate the performance of our algorithm by solving nine randomly generated instances, where the simulation results show that our three-stage algorithm achieves the high performance by used together.

    CiNii Article

    CiNii Books

    researchmap

  • A Maxumum Neural Network Algorithm for a Channel Assignment Problem in Cellular Radio Networks

    IKENAGA Katsuyoshi, FUNABIKI Nobuo, TAKENAKA Yoichi, KITAMICHI Junji

    IEICE technical report. Nonlinear problems   97 ( 592 )   85 - 92   1998.3

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    In this paper, we propose a neural network algorithm using the maximum neuron model for the static channel assignment problem in cellular radio networks under the minimization of mutual interferences. The goal of this problem is to minimize the total interferences between calls subject to the constraint that all requested calls must be accepted. Our algorithm uses the expanded maximum neuron model to satisfy the constraint. In order to improve the solution quality, the regular interval assignment is adopted into a cell with the largest demands. In addition, the shaking term, the hill-climbing term, and the omega function are used together in the motion equation. We verify the performance through simulations using benchmark problems, where our algorithm finds better solutions than the existing algorithms.

    CiNii Article

    CiNii Books

    researchmap

  • A Performance Evaluation of Digital Neural Network Algorithms for Stable Marriage Problems

    TAJIMA Shigeto, FUNABIKI Nobuo, KITAMITI Junji

    IEICE technical report. Nonlinear problems   97 ( 592 )   77 - 84   1998.3

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    In this paper, we evalute the performance of digital neural network algorithms using three neuron models (binary neuron model, hysteresis binary neuron model, and maximum neuron model) and three computation methods (synchronous parallel computation method, N-parallel computation method, and sequential computation method) for the stable marriage problem. The goal of the problem is to find N stable pairs of N men and N women under given preference lists. A pair becomes unstable when there is an unpaired couple of a man and a woman who prefers each other to their actual partners. The simulation results through randomly generated instances show that the performance of the maximum neuron model on the sequential computation method surpasses the other methods in terms of the convergence properly and the solution quality.

    CiNii Article

    CiNii Books

    researchmap

  • An Application of Convex Hull to Genetic Algorithm for Traveling Salesman Problem

    TAKENAKA Yoichi, FUNABIKI Nobuo

    Technical report of IEICE. SS   97 ( 521 )   17 - 24   1998.1

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    In this paper, we propose an application of the "visiting order restriction theorem" to Pal's algorithm, a genetic algorithm for the traveling salesman problem (TSP). The visiting order restriction theorem gives a necessary condition for the shortest tour of TSP on the Euclidean plane by using the convex hull. The convex hull of a set of points S on a plane is defined as the smallest convex polygon that encloses S. The O (|S|log|S|)-time algorithm has been known to find the convex hull of a set of points S. The genetic algorithm, which simulates the process of the natural selection, is known as one of best approximate algorithms for TSP. In our method, the initial tours are produced to satisfy the necessary condeition for the shortest path in order to improve the solution quality. The simulation results using benchmark problems show our genetic algorithm finds shorter tours than P'al's algorithm at the large size benchmark problems.

    CiNii Article

    CiNii Books

    researchmap

  • A gradual neural-network algorithm for jointly time-slot/code assignment problems in packet radio networks

    Nobuo Funabiki, Junji Kitamichi

    IEEE Transactions on Neural Networks   9 ( 6 )   1523 - 1528   1998

     More details

    Language:English  

    DOI: 10.1109/72.728402

    Scopus

    researchmap

  • An evolutionary neural network approach for module orientation problems

    Nobuo Funabiki, Junji Kitamichi, Seishi Nishikawa

    IEEE Transactions on Systems, Man, and Cybernetics, Part B: Cybernetics   28 ( 6 )   849 - 855   1998

     More details

  • A Formal Method of Proving Invariants for Synchronous Sequential Circuits with Plural Controllers

    SAITOH YOSHIKATSU, TAKENAKA TAKASHI, KITAMICHI JUNJI, FUNABIKI NOBUO

    IPSJ SIG Notes   97 ( 119 )   41 - 48   1997.12

     More details

    Language:Japanese   Publisher:Information Processing Society of Japan (IPSJ)  

    In this paper, we propose a formal method of proving invariants for synchronous sequential circuits with plural controllers in high level design. The invariant is the relationship among registers and signals that the user asserts. The circuit design consists of several finite state machines (controllers) and datapath. The invariants can be set at arbitrary finite states by user. The execution conditions, operations in datapath, and invariants are described with variables and functions over Boolean, integer, and abstract data type defined by user. The invariants are proved on the assumption that several invariants, datapath, execution conditions, and lemmas for user-defined functions are correct. This proof uses the structural induction on finite states. On proving invariants, the system a product controller which is equivalent to each controllers and proves by structural induction with the product controller. We eliminate unreachable states on generating the product controller. The sufficient conditions of expressions to prove are proved with a decision algorithm for the truth of Presburger sentence. We evaluate the proposed method for verifying the correctness of the PCI bus interface circuit design.

    CiNii Article

    CiNii Books

    researchmap

  • A Neural Network for One-Shot Scheduling Problems in Multicast Packet Switching Systems

    BABA Takayuki, FUNABIKI Nobuo, NISHIKAWA Seishi

    The Transactions of the Institute of Electronics,Information and Communication Engineers. A   80 ( 11 )   1973 - 1981   1997.11

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    CiNii Article

    CiNii Books

    researchmap

  • A Proposal of a Neuro-GA Hybrid Algorithm for Data Transfer Binding Problems

    SHIKATA Yasuhito, FUNABIKI Nobuo, KITAMICHI Junji, NISHIKAWA Seishi

    Technical report of IEICE. SS   97 ( 261 )   23 - 30   1997.9

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    High-level synthesis from behavioral descriptions for VLSI systems is devided into three sub-problems. In this paper, we propose an approximation algorithm using a neural network and a genetic algorithm for the data transfer binding problem which is one of the sub-problems. Our algorithm adopts the bus-oriented interconnection style. The simulation results through benchmark instances show that the proposed algorithm is superior to existing algorithms in terms of the solution quality, although it is inferior in computational time.

    CiNii Article

    CiNii Books

    researchmap

  • A neural network approach for multilayer over-the-cell channel routing problems

    Nobuo Funabiki, Seishi Nishikawa

    Neurocomputing   16 ( 4 )   319 - 332   1997.9

     More details

    Language:English   Publisher:Elsevier Sci B.V.  

    DOI: 10.1016/S0925-2312(97)00039-8

    Scopus

    researchmap

  • The Stability of Discrete Neural Network for Combinational Optimization

    UMETANI Shunji, FUNABIKI Nobuo, NISHIKAWA Seishi

    IEICE technical report. Neurocomputing   97 ( 201 )   1 - 8   1997.7

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    In this paper, we study the convergence property of the Hopfield neural network using the binary neuron model named Discrete Neural Network (DNN). First, we present that DNN converges to a local minimum when the following two conditions are satisfied; (1)DNN has no self-interaction, and (2)the state of each neuron is updated asynchronously. Then, we discuss the behaviour of DNN if either condition is not satisfied so that we explain the cause of oscillatory behaviour.

    CiNii Article

    CiNii Books

    researchmap

  • A proposal of a greedy neural network algorithm for route assignment problems in multihop radio networks

    BABA Takayuki, FUNABIKI Nobuo, NISHIKAWA Seishi

    IEICE technical report. Theoretical foundations of Computing   97 ( 157 )   41 - 48   1997.7

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    In a multihop radio network, packets are transmitted from source nodes to destination nodes by activating several links between nodes. Each node can either send a packet to, or receive a packet from, at most one of its adjacent nodes simultaneously. In order to minimize the transmission time for given requests, the route assignment problem must be solved to assign a transmission route for each request, and the link activation problem must be solved to find a link activation schedule. The route assignment problem is decomposed into two sub-problems: the candidate extraction problem and the route selection problem. In this paper, we introduce a new cost function for the route assignment problem, propose the plural candidates extraction method for the candidate extraction problem, and propose the greedy neural network algorithm for the route selection problem. Through simulations up to 500-node networks, we verify that our algorithm finds better solutions in shorter time and with smaller space than the existing algorithms.

    CiNii Article

    CiNii Books

    researchmap

  • A proposal of "Neuron Filter" for Hopfield-type Neural Networks through Traveling Salesman Problems

    TAKENAKA Yoichi, FUNABIKI Nobuo, NISHIKAWA Seishi

    IEICE technical report. Neurocomputing   96 ( 583 )   287 - 294   1997.3

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    In this paper, we propose "Neuron Filter" as restricting the neural region to satify some constraints in order to improve the performance of Hopfield-type neural networks. Neuron Filter processes neuron states to satisfy constraints of combinatorial optimization problems. Neuron Filter is classified into "Maximum Neuron" and "Neuron Mask". Maximum Neuron feedbacks the outputs for the state update computations of neural networks, while Neuron Mask does not feedback them. This paper presents the definition of Neuron Filter and the introduction into the neural network through the travelling salesman problem. We verify the performance by solving benchmark problems, where the simulation results show Neuron Filter improves the performance of the neural network.

    CiNii Article

    CiNii Books

    researchmap

  • A Maximum Neural Network Algorithm for Stable Marriage Problems

    TAJIMA Shigeto, FUNABIKI Nobuo, NISHIKAWA Seishi

    IEICE technical report. Neurocomputing   96 ( 583 )   295 - 302   1997.3

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    In this paper, we propose a maximum neural network algorithm for the stable marriage problem using the maximum neuron model. The goal of the stable marriage problem is to find N stable pairs of N men and N women under given preference lists. A pair becomes unstable when there is an unpaired couple of a man and a woman who prefer each other to their actual partners. The simulation results through randomly generated instances show that the performance of our maximum neural network surpasses the existing neural network using the binary neuron model in terms of the convergence properly and the solution quality.

    CiNii Article

    CiNii Books

    researchmap

  • A Proposal of the N-Parallel Computation Method of the Neural Network for N-Queens Problems

    YOSHIO Hiroaki, BABA Takayuki, FUNABIKI Nobuo, NISHIKAWA Seishi

    The Transactions of the Institute of Electronics,Information and Communication Engineers. A   80 ( 1 )   205 - 212   1997.1

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    CiNii Article

    CiNii Books

    researchmap

  • A study on a two-phase neural network algorithm for channel assignment in cellular radio networks

    OKUTANI Noriko, FUNABIKI Nobuo, NISHIKAWA Seishi

    Technical report of IEICE. SS   96 ( 490 )   33 - 40   1997.1

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    This paper presents a two-phase neural network algorithm for the channel assignment problem in a cellular radio network. For a set of call requests, the goal of this NP-complete problem is to find a channel assignment, which does not only satisfy interference constraints between channels, but also minimizes the total number of frequency bands or channels. The proposed algorithm consists of two phases: 1) calls in most crowded cells are assigned channels by a heuristic method, and 2) calls in the other cells are assigned channels by a neural network. The performance is verified through eight benchmark problems, where our algorithm always finds the optimum or near-optimum solutions. The comparison of simulation results shows that the solution quality is better than the existing algorithms.

    CiNii Article

    CiNii Books

    researchmap

  • A gradual neural-network approach for frequency assignment in satellite communication systems

    Nobuo Funabiki, Seishi Nishikawa

    IEEE Transactions on Neural Networks   8 ( 6 )   1359 - 1370   1997

     More details

    Language:English  

    DOI: 10.1109/72.641459

    Scopus

    researchmap

  • A Binary Neural Network Algorithm for the Graph Partitioning Problem

    TAMAKI Yasuhiro, FUNABIKI Nobuo, NISHIKAWA Seishi

    IEICE technical report. Neurocomputing   96 ( 430 )   49 - 56   1996.12

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    In this paper, we present a neural network algorithm using binary neurons for a graph two-partitioning problem. For a given graph G(V, E), the goal of this NP-hard problem is to find a partition of vertices in V into two groups such that not only the sum of vertex-weights in each group is within the upper bound, but also the sum of edge-weights between groups is minimized. We formulate a new energy function and introduce a shaking term in the motion equation in order to improve the solution quality. We compare the performance of the neural network with two existing typical algorithms through simulations in unweighted and weighted random graphs. The results show that the neural network is comparable with existing algorithms for vertex-unweighted graphs in terms of the solution quality, and that it is much better for vertex-weighted graphs.

    CiNii Article

    CiNii Books

    researchmap

  • An Evaluation of Four Existing Algorithms and a New Neural Network Algorithm for Traveling Salesman Problems

    SHIKATA Yasuhito, FUNABIKI Nobuo, NISHIKAWA Seishi

    IEICE technical report. Neurocomputing   96 ( 430 )   33 - 40   1996.12

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    The traveling salesman problem is a well-known NP-hard combinatorial optimization problem. To solve the problem many researchers have developed algorithms. In this paper, first, we compare the features of 4 main algorithms. Second, we propose a new neural network algorithm whose energy function takes 0 when the neuron outputs represent a tour. At last, we compare their performance with 5 bench mark problems .The results show that It is found that a proposal algorithm is superior to trivial neural network but inferior to these algorisms.

    CiNii Article

    CiNii Books

    researchmap

  • A Neural Network Algorithm for the Minimum Maximal Matching Problem

    UMETANI Shunji, FUNABIKI Nobuo, NISHIKAWA Seishi

    IEICE technical report. Neurocomputing   96 ( 393 )   17 - 24   1996.11

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    For a given graph G(V,E), a subset M of E is called a matching of G if no pair of edges in M is adjacent to each other. In this paper, we present a neural network parallel algorithm for the minimum maximal matching problem. This NP-complete problem requires to find a maximal matching composed of the least number of edges in G. The neural network consists of N × N binary neurons for the N-vertex graph problem. In order to improve the solution quality, we present a heuristic term into the motion equation for diagonal neurons which represent the exclusion of vertices from the matching. We verify the performance through simulations using random graph, where our neural network finds better solutions than the greedy algorithm and the simulated annealing.

    CiNii Article

    CiNii Books

    researchmap

  • "Winner-take-all" methods of Maximum neuron model

    TAKENAKA Yoichi, FUNABIKI Nobuo, NISHIKAWA Seishi

    Technical report of IEICE. SS   96 ( 347 )   25 - 32   1996.11

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    The maximum neuron model provides efficient neural network solutions for combinatorial optimization problems. In this "winner-take-all" model, one and only one neuron with the maximum input value is always fired in each group of neurons to satisfy the selection constrain. The maximum neuron model can not only reduce the searching space, but also save the computation load. In this paper, we propose two methods of selecting one neuron from two or more neurons which have same maximum input value, named "Least index method" and "Previous selection method". The simulation results show that the performance of the previous selection method performs better than the least index method generally.

    CiNii Article

    CiNii Books

    researchmap

  • A maximum neural network algorithm for route selection problems in multihop radio networks

    BABA Takayuki, HIROAKI Yoshio, FUNABIKI Nobuo, NISHIKAWA Seishi

    IEICE technical report. Neurocomputing   96 ( 331 )   9 - 16   1996.10

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    In a multihop radio network, packets are transmitted from source nodes to destination nodes by activating several links between nodes. Each node can either send a packet to or receive a packet from at most one of its adjacent nodes simultaneously. In order to minimize the transmission time for given requests, the problems must be solved of selecting a transmission route for each request (the routing problem) and of finding a link activation schedule (the link activation problem). The routing problem is decomposed into two sub-problems; the candidate extraction problem and the route selection problem. In this paper, we propose a neural network algorithm using the maximum neuron model for the route selection problem. We verify the performance through simulations, where our algorithm finds better solutions in shorter time than the existing algorithms. We also prove the NP-hardness of this problem.

    CiNii Article

    CiNii Books

    researchmap

  • A Neural Network Algorithm for the Graph Partitioning Problem

    TAMAKI Yasuhiro, FUNABIKI Nobuo, NISHIKAWA Seishi

    IEICE technical report. Neurocomputing   96 ( 178 )   99 - 106   1996.7

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    The graph partitioning problem requires to partition the vertices of a given graph into several groups within the specified size so as to minimize the sum of the edge weights between groups. In this paper, we propose a neural network algorithm for the graph two-partitioning problem using the binary neuron model. We introduce the shaking term inthe motion equation in order to improve the solution quality. For the performance evaluation, we applied the proposed algorithm for random graphs to compare the running time and the solution quality with existing algorithms. As for solution quality, our algorithm is nearly equal to the KL algorithm, whereas as for the running time, our algorithm is much faster than the KL algorithm.

    CiNii Article

    CiNii Books

    researchmap

  • Maximum Neural Network Algorithms for N-Queen Problems

    TAKENAKA Yoichi, FUNABIKI Nobuo, NISHIKAWA Seishi

    IEICE technical report. Theoretical foundations of Computing   95 ( 498 )   77 - 84   1996.1

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    This paper presents maximum neural network algorithms for N-queen problems using the maximum neuron model. The maximum neuron model is proposed by Takefuji et al. in order to provide efficient neural network solutions for combinatorial optimization problems. In this model, one and only one neuron is always fired in each group of neurons, which can not only reduce the searching space drastically but also save the computation load. The simulation results show that the performance of our maximum neural network surpasses the existing neural network for the same problem. Particularly, the maximum neural network is shown to be much suitable for the semi-synchronous computation.

    CiNii Article

    CiNii Books

    researchmap

  • A Neural Network Parallel Algorithm for One-shot Scheduling Problems in Multicast Packet Switching Systems with the Windowed Service

    BABA Takayuki, FUNABIKI Nobuo, NISHIKAWA Seishi

    IEICE technical report. Theoretical foundations of Computing   95 ( 498 )   93 - 102   1996.1

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    The multicast packet switching system with the windowed service can replicate a packet in each window and sent out the copies from different output ports simultaneously. In order to maximize the throughput, the problem must be solved in real time to find a switching configuration not only satisfying the constraints on the system, but also maximizing the number of copied packets under transmission demands. In this paper, we focus on the one-shot scheduling problem in the system where all copies of each packet must be sent simultaneously. First, we prove the NP-hardness of the problem. Then, we propose the neural network composed of W x N binary neurons for the N-input-port-W-window system. We verify the performance through simulations in up to 100-ports-3-window systems, where our neural network always finds near-optimum solutions within the constant number of iteration steps.

    CiNii Article

    CiNii Books

    researchmap

  • A Proposal of a Neural Network Parallel Algorithm for Stable Marriage Problems

    TAJIMA Shigeto, FUNABIKI Nobuo, NISHIKAWA Seishi

    IEICE technical report. Theoretical foundations of Computing   95 ( 498 )   85 - 92   1996.1

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    The stable marriage problem requires to find N stable pairs of N men and N women under given preference lists. A pair is unstable when a man and a woman who are not partners prefer each other to their actual partners. In this paper, we propose a neural network parallel algorithm for the stable marriage problem. We verify the performance through simulations on the synchronous parallel computation.

    CiNii Article

    CiNii Books

    researchmap

  • A neural network model for multilayer topological via minimization in a switchbox

    Nobuo Funabiki, Seishi Nishikawa

    IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems   15 ( 8 )   1012 - 1020   1996

     More details

    Language:English  

    DOI: 10.1109/43.511580

    Scopus

    researchmap

  • Comparisons of energy-descent optimization algorithms for maximum clique problems

    FUNABIKI N.

    IEICE Trans. Fundamentals   79 ( 4 )   452 - 460   1996

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    A clique of a graph G (V,E) is a subset of V such that every pair of vertices is connected by an edge in E. Finding a maximum clique of an arbitrary graph is a well-known NP-complete problem. Recently, several polynomial time "energy-descent optimization" algorithms have been proposed for approximating the maximum clique problem, where they seek a solution by minimizing the energy function representing the constraints and the goal function. In this paper, we propose the binary neural network as an efficient synchronous energy-descent optimization algorithm. Through two types of random graphs, we compare the performance of four promising energy-descent optimization algorithms. The simulation results show that "RaCLIQUE," the modified Boltzmann machine algorithm, is the best asynchronous algorithm for random graphs, while the binary neural network is the best one for k random cliques graphs.

    CiNii Article

    CiNii Books

    researchmap

  • Neural networks for the unicast problem and the multicast problem in the multicast packet switching system

    BABA Takayuki, FUNABIKI Nobuo, NISHIKAWA Seishi

    IEICE technical report. Neurocomputing   95 ( 405 )   83 - 89   1995.12

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    With the packet replication, the multicast packet switching system with N input ports and N output ports can send n(≦N) copies of each packet to different output ports simultaneously. In order to maximize the throughput, the problem must be solved in real time to find a switching configuration not only satisfying the constraints on the system but also sending the maximum number of copied packets under transmission demands. In this paper, first, we focus on the unicast problem (n=1) in the multicast packet switching system and we solve by using the improved neural network. Then, we extend this idea to the multicast problem (n≧2) and we newly propose a neural network. We verified the performance through simulations, where our neural network can always find optimum solutions within constant number of iteration steps.

    CiNii Article

    CiNii Books

    researchmap

  • A study on the parallel computation of the neural network for N-Queen problems

    YOSHIO Hiroaki, FUNABIKI Nobuo, NISHIKAWA Seishi

    IEICE technical report. Neurocomputing   95 ( 405 )   75 - 82   1995.12

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    The N-Queen problem has been studied by many researchers as the typical combinatorial optimization problem. In this paper, we first compared the performance of two existing neural networks both on the sequential computation and on the synchronous parallel computation. Then, we improved the parallel computation so as to avoid the degradation of the convergence rate. Finally, we proposed the asynchronous parallel computation which is suitable for a parallel machine with a maximum of N processors. We verified through simulations that the proposed method provides 100% convergence rate in up to 500-Queen problems.

    CiNii Article

    CiNii Books

    researchmap

  • "An improved neural network for channel assignment problems in cellular mobile communication systems,"

    FUNABIKI Nobuo, NISHIKAWA Seishi

    IEICE Transactions on Communications   E78-B ( 8 )   1187 - 1196   1995.8

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    This paper presents an improved neural network for channel assignment problems in cellular mobile communication systems in the new co-channel interference model. Sengoku et al. first proposed the neural network for the same problem, which can find solutions only in small size cellular systems with up to 40 cells in our simulations. For the practical use in the next generation's cellular systems, the performance of our improved neural network is verified by large size cellular systems with up to 500 cells. The newly defined energy function and the motion equation with two heuristics in our neural network achieve the goal of finding optimum or near-optimum solutions in a nearly constant time.

    CiNii Article

    CiNii Books

    researchmap

  • Neural Networks for Access Control in Multicast Packet Switching System

    BABA Takayuki, FUNABIKI Nobuo, NISHIKAWA Seishi

    Proceedings of the IEICE General Conference   75 - 75   1995

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    CiNii Article

    CiNii Books

    researchmap

  • Neural Networks for The N-Queen problems

    YOSHIO Hiroaki, FUNABIKI Nobuo, NISHIKAWA Seishi

    Proceedings of the IEICE General Conference   17   17 - 17   1995

     More details

    Language:Japanese   Publisher:The Institute of Electronics, Information and Communication Engineers  

    CiNii Article

    CiNii Books

    researchmap

  • A parallel algorithm for traffic control problems in three-stage connecting networks

    Nobuo Funabiki, Yoshiyasu Takefuji

    Journal of Parallel and Distributed Computing   20 ( 2 )   236 - 240   1994

     More details

  • A Parallel Algorithm for Time-Slot Assignment Problems in TDM Hierarchical Switching Systems

    Nobuo Funabiki, Yoshiyasu Takefuji

    IEEE Transactions on Communications   42 ( 10 )   2890 - 2898   1994

     More details

    Language:English  

    DOI: 10.1109/26.328959

    Scopus

    researchmap

  • A parallel multi-layer channel router on the HVH model

    Nobuo Funabaki, Yoshiyasu Takefuji

    Parallel Computing   19 ( 1 )   63 - 77   1993

     More details

  • Comparisons of Seven Neural Network Models on Traffic Control Problems in Multistage Interconnection Networks

    Nobuo Funabiki, Yoshiyasu Takefuji, Kuo Chun Lee

    IEEE Transactions on Computers   42 ( 4 )   497 - 501   1993

     More details

    Language:English  

    DOI: 10.1109/12.214695

    Scopus

    researchmap

  • A Neural Network Approach to Topological Via-Minimization Problems

    Nobuo Funabiki, Yoshiyasu Takefuji

    IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems   12 ( 6 )   770 - 779   1993

     More details

    Language:English  

    DOI: 10.1109/43.229751

    Scopus

    researchmap

  • A Parallel Algorithm for Broadcast Scheduling Problems in Packet Radio Networks

    Nobuo Funabiki, Yoshiyasu Takefuji

    IEEE Transactions on Communications   41 ( 6 )   828 - 831   1993

     More details

    Language:English  

    DOI: 10.1109/26.231903

    Scopus

    researchmap

  • A neural network model for finding a near-maximum clique

    Nubuo Funabiki, Yoshiyasu Takefuji, Kuo Chun Lee

    Journal of Parallel and Distributed Computing   14 ( 3 )   340 - 344   1992.3

     More details

  • A Parallel Improvement Algorithm for the Bipartite Subgraph Problem

    Kuo Chun Lee, Nobuo Funabiki, Yoshiyasu Takefuji

    IEEE Transactions on Neural Networks   3 ( 1 )   139 - 145   1992

     More details

    Language:English  

    DOI: 10.1109/72.105427

    Scopus

    researchmap

  • A neural network parallel algorithm for clique vertex-partition problems

    Nobuo Funabiki, Yoshiyasu Takefuji, Kuo Chun Lee, Yong Beom Cho

    International Journal of Electronics   72 ( 3 )   357 - 372   1992

     More details

  • A Neural Network Parallel Algorithm for Channel Assignment Problems in Cellular Radio Networks

    Nobuo Funabiki

    IEEE Transactions on Vehicular Technology   41 ( 4 )   430 - 437   1992

     More details

    Language:English  

    DOI: 10.1109/25.182594

    Scopus

    researchmap

  • A Parallel Algorithm for Channel Routing Problems

    Nobuo Funabiki, Nobuo Funabiki, Yoshiyasu Takefuji

    IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems   11 ( 4 )   464 - 474   1992

     More details

    Language:English  

    DOI: 10.1109/43.125094

    Scopus

    researchmap

  • A Parallel Algorithm for Allocation of Spare Cells on Memory Chips

    Nobuo Funabiki, Yoshiyasu Takefuji

    IEEE Transactions on Reliability   40 ( 3 )   338 - 346   1991.8

  • A NEURAL NETWORK APPROACH TO BROADCASTING IN MULTIHOP PACKET RADIO NETWORKS

    N FUNABIKI, Y TAKEFUJI, KC LEE, YB CHO, T KUROKAWA, H AISO

    1991 IEEE INTERNATIONAL JOINT CONFERENCE ON NEURAL NETWORKS, VOLS 1-3   2540 - 2545   1991

     More details

    Language:English  

    Web of Science

    researchmap

▼display all

Presentations

  • 換気指示精度向上のための空気調和適正化ガイダンスシステムの拡張

    坂上暢規, 濵﨑和志, 伊東翔, 永山智也, 舩曵信生, 栗林稔

    電子情報通信学会技術研究報告  2022.12 

     More details

    Event date: 2023.1.10 - 2023.1.11

    Language:English   Presentation type:Oral presentation (general)  

  • An implementation of Docker image generation tool for user-PC computing system

    Lynn Htet Aung, Nobuo Funabiki, Hein Htet, Xudong Zhou, Xu Xiang, and Minoru Kuribayashi

    電子情報通信学会技術研究報告  2022.12 

     More details

    Event date: 2023.1.10 - 2023.1.11

    Language:English   Presentation type:Oral presentation (general)  

  • IEEE802.15.4を用いた屋内位置検知システムの検知精度向上のための2つの拡張手法

    濵﨑和志, 霍元智, Pradini Puspitaningayu, 舩曵信生, 栗林稔

    電子情報通信学会技術研究報告  2022.12 

     More details

    Event date: 2022.12.15 - 2022.12.16

    Language:Japanese   Presentation type:Oral presentation (general)  

  • A feasibility study of interface setup optimization method using throughput estimation model for concurrently communicating three access-points in wireless local-area network

    Fatema Akhter, Nobuo Funabiki, Bin Wu, Melki Mario Gulo, Sujan Chandra Roy, and Minoru Kuribayashi

    電子情報通信学会技術研究報告  2022.12 

     More details

    Event date: 2022.12.15 - 2022.12.16

    Language:English   Presentation type:Oral presentation (general)  

  • 美術教育における鉛筆静物デッサン画の特徴量計算のための Python プログラムの実装

    古性淑子, 小谷一孔, 魯希琴, 舩曵信生

    電子情報通信学会技術研究報告  2022.12 

     More details

    Event date: 2022.12.10

    Language:Japanese   Presentation type:Oral presentation (general)  

  • An extension of throughput request satisfaction method to throughput maximization for concurrently communicating hosts in wireless local-area network with two access-points

    Bin Wu, Nobuo Funabiki, Md. Mahbubur Rahman, Sujan Chandra Roy, Yuan-Shuai Sun, and Minoru Kuribayashi

    電子情報通信学会技術研究報告  2022.11 

     More details

    Event date: 2022.11.24 - 2022.11.25

    Language:English   Presentation type:Oral presentation (general)  

  • A study of active access-point aonfiguration algorithm under IEEE 802.11n and 11ac dual interfaces with channel bonding in wireless local-area network

    Sujan Chandra Roy, Nobuo Funabiki, Md. Mahbubur Rahman, Yuanshuai Sun, Bin Wu, and Minoru Kuribayashi

    電子情報通信学会技術研究報告  2022.11 

     More details

    Event date: 2022.11.24 - 2022.11.25

    Language:English   Presentation type:Oral presentation (general)  

  • Detection accuracy evaluations under user movements for fingerprint-based indoor localization system using IEEE 802.15.4

    Xinyu Wu, Pradini Puspitaningayu, Nobuo Funabiki, Yohanes Yohanie Fridelin Panduman, Yuanzhi Huo, and Minoru Kuribayashi

    2022 IEEE Hiroshima Section Student Symposium (HISS2022)  2022.11 

     More details

    Event date: 2022.11.19 - 2022.11.20

    Language:English   Presentation type:Oral presentation (general)  

  • Performance comparisons for IEEE 802.11n/ac dual interface usage of Raspberry Pi access-point with external NIC in wireless local-area network

    Yuanshuai Sun, Sujan Chandra Roy, Nobuo Funabiki, Md. Mahbubur Rahman, Bin Wu, and Minoru Kuribayashi

    2022 IEEE Hiroshima Section Student Symposium (HISS2022)  2022.11 

     More details

    Event date: 2022.11.19 - 2022.11.20

    Language:English   Presentation type:Oral presentation (general)  

  • A proposal of alternative answer search method for phrase fill-in-blank problems in C programming

    Xiqin Lu, Nobuo Funabiki, Zhikang Li, and Kiyoshi Ueda

    情報処理学会研究報告, コンピュータと教育研究会  2022.10 

     More details

    Event date: 2022.10.1

    Language:English   Presentation type:Oral presentation (general)  

  • A study of element fill-in-blank problems for applicative grammar topics in JavaScript-based web-client programming

    Huiyu Qi, Nobuo Funabiki, Khaing Hsu Wai, May Zin Htun, Khin Thet Mon, and Wen-Chung Kao

    情報処理学会研究報告, コンピュータと教育研究会  2022.10 

     More details

    Event date: 2022.10.1

    Language:English   Presentation type:Oral presentation (general)  

  • An objective article search method from printed Japanese contract document using optical character recognition

    Shixi Chen, Masaki Sakagami, Nobuo Funabiki, Takashi Toshida, and Kohei Suga

    電子情報通信学会技術研究報告  2022.1 

     More details

    Event date: 2022.1.27

    Language:English   Presentation type:Oral presentation (general)  

  • An application of grammar-concept understanding problem for advanced grammar keywords in C programming

    Xiqin Lu, Yanhui Jing, Soe Thandar Aung, Nobuo Funabiki, and Kiyoshi Ueda

    IEEE Hiroshima Section Student Symposium (HISS2021)  2021.11 

     More details

    Event date: 2021.11.27 - 2021.11.28

    Language:English   Presentation type:Oral presentation (general)  

  • 2段組契約文書の文字認識のための1段組変換方法

    坂上暢規, 陳仕璽, 舩曵信生, 土信田高, 菅恒平

    IEEE広島支部学生シンポジウム  2021.11 

     More details

    Event date: 2021.11.27 - 2021.11.28

    Language:Japanese   Presentation type:Oral presentation (general)  

  • 空調環境適正化ガイダンスシステムでの換気指示機能の実装

    坂上暢規, 霍元智, 舩曵信生, 栗林稔

    電子情報通信学会技術研究報告  2021.5 

     More details

    Event date: 2021.5.10 - 2021.5.11

    Language:Japanese   Presentation type:Oral presentation (general)  

  • A study of fingerprint parameter optimization method for indoor localization system using IEEE802.15.4 devices

    Yuanzhi Huo, Pradini Puspitaningayu, Kazushi Hamazaki, Nobuo Funabiki, Minoru Kuribayashi, and Kazuyuki Kojima

    2021.5 

     More details

    Event date: 2021.5.10 - 2021.5.11

    Language:English   Presentation type:Oral presentation (general)  

  • IEEE802.15.4プロトコルを用いた屋内位置検知システムの複数ユーザ対応のための拡張

    濵﨑和志, Pradini Puspitaningayu, 舩曵信生, 栗林稔

    電子情報通信学会技術研究報告  2021.5 

     More details

    Event date: 2021.5.10 - 2021.5.11

    Language:Japanese   Presentation type:Oral presentation (general)  

  • プログラミング学習支援システムの解答分析機能の拡張

    西村一輝, 岩本晃司郎, Htoo Htoo Sandy Kyaw, 舩曵信生, 栗林稔

    電子情報通信学会技術研究報告  2021.5 

     More details

    Event date: 2021.5.10 - 2021.5.11

    Language:Japanese   Presentation type:Oral presentation (general)  

  • A study of product identification system using optical character recognition

    Shixi Chen, Nobuo Funabiki, Masaki Sakagami, Takashi Toshida, and Kohei Suga

    電子情報通信学会技術研究報告  2021.3 

     More details

    Event date: 2021.3.4

    Language:English   Presentation type:Oral presentation (general)  

  • A study of code completion problem for C programming learning assistant system International coauthorship

    Htoo Htoo Sandi Kyaw, Nobuo Funabiki, Minoru Kuribayashi, Thandar Myint, and Hnin Aye Thant

    電子情報通信学会技術研究報告  2021.1 

     More details

    Event date: 2021.1.21 - 2021.1.22

    Language:English   Presentation type:Oral presentation (general)  

  • Implementation and performance evaluation of unit testing in Android programming learning assistance system

    Yan Watequlis Syaifudin, Nobuo Funabiki, and Minoru Kuribayashi

    電子情報通信学会技術研究報告  2021.1 

     More details

    Event date: 2021.1.21 - 2021.1.22

    Language:English   Presentation type:Oral presentation (general)  

  • An implementation of fingerprint-based indoor positioning system using IEEE 802.15.4

    Pradini Puspitaningayu, Kazushi Hamazaki, Nobuo Funabiki, Hein Htet, and Minoru Kuribayashi

    電子情報通信学会技術研究報告  2021.1 

     More details

    Event date: 2021.1.21 - 2021.1.22

    Language:English   Presentation type:Oral presentation (general)  

  • An implementation of hint Function for element fill-in-blank problems at offline answering function in Java programming learning assistant system

    Su Sandy Wint, Nobuo Funabiki, and Minoru Kuribayashi

    電子情報通信学会技術研究報告  2021.1 

     More details

    Event date: 2021.1.21 - 2021.1.22

    Language:English   Presentation type:Oral presentation (general)  

  • Evaluations of air-conditioning guidance system in hot days

    Samsul Huda, Nobuo Funabiki, Minoru Kuribayashi, Sakagami Masaki, Nobuya Ishihara

    IEEE Hiroshima Section Student Symposium (HISS2020)  2020.11.28 

     More details

    Event date: 2020.11.28 - 2020.11.29

    Language:English   Presentation type:Oral presentation (general)  

    researchmap

  • Javaプログラミングの4つの応用的トピックに対する空欄語補充問題の作成と評価

    林程嘉, Htoo Htoo Sandi Kyaw, 舩曵信生, 栗林稔

    2020 IEEE Hiroshima Section Student Symposium (HISS2020) 

     More details

    Event date: 2020.11.28 - 2020.11.29

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Javaプログラミング学習支援システムのサーバポータブル化のためのデータベースレス実装

    岩本晃司郎,舩曵信生,石原信也, 栗林稔

    第71回電気・情報関連学会中国支部連合大会 

     More details

    Event date: 2020.10.24

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • An implementation of improved recommendation function for element fill-in-blank problem at offline answering function in Java programming learning assistant system

    Su Sandy Wint, Nobuo Funabiki, Minoru Kuribayashi, nd Yan Watequlis Syaifudin

    電子情報通信学会技術研究報告, KBSE2020-3  2020.9.18 

     More details

    Event date: 2020.9.18 - 2020.9.19

    Language:English   Presentation type:Oral presentation (general)  

    researchmap

  • A study of grammar-concept understanding problem for Java programming learning assistant system

    Soe Thandar Aung, Nobuo Funabiki, Yan Watequlis Syaifudin, and Minoru Kuribayashi

    電子情報通信学会技術研究報告 

     More details

    Event date: 2020.9.10

    Language:English   Presentation type:Oral presentation (general)  

    Venue:北陸先端科学技術大学院大学  

    researchmap

  • A study of element fill-in-blank problem with blank element selection algorithm for C programming learning assistant system

    Htoo Htoo Sandi Kyaw, Nobuo Funabiki, and Minoru Kuribayashi

    電子情報通信学会技術研究報告 

     More details

    Event date: 2020.9.10

    Language:English   Presentation type:Oral presentation (general)  

    Venue:北陸先端科学技術大学院大学  

    researchmap

  • An investigation of fingerprint-based room detection method using IEEE 802.15.4 wireless network

    Pradini Puspitaningayu, Nobuo Funabiki, Rahardhita Widyatra Sudibyo, and Minoru Kuribayashi

    電子情報通信学会技術研究報告 

     More details

    Event date: 2020.6.18 - 2020.6.19

    Language:English   Presentation type:Oral presentation (general)  

    Venue:香川県立ミュージアム  

    researchmap

  • An improvement of TCP throughput fairness control method for concurrent communications in elastic WLAN system

    Md. Mahbubur Rahman, Nobuo Funabiki, Rahardhita Widyatra Sudibyo, Kwenga Ismael Munene, Hendy Briantoro, and Md. Manowarul Islam

    電子情報通信学会技術研究報告 

     More details

    Event date: 2020.6.18 - 2020.6.19

    Language:English   Presentation type:Oral presentation (general)  

    Venue:香川県立ミュージアム  

    researchmap

  • Design and Implementation of Improved User-PC Computing System

    Hein Htet, Nobuo Funabiki, Ariel kamoyedji, and Minoru Kuribayashi

    電子情報通信学会技術研究報告 

     More details

    Event date: 2020.6.18 - 2020.6.19

    Language:English   Presentation type:Oral presentation (general)  

    Venue:香川県立ミュージアム  

    researchmap

  • An extension of throughput estimation model for three-link concurrent communications under partially overlapping channels without channel bonding in IEEE 802.11n WLAN

    Ismael Munene Kwenga, Nobuo Funabiki, Hendy Briantoro, Md. Mahbubur Rahman, and Minoru Kuribayashi

    電子情報通信学会技術研究報告 

     More details

    Event date: 2020.6.18 - 2020.6.19

    Language:English   Presentation type:Oral presentation (general)  

    Venue:香川県立ミュージアム  

    researchmap

  • An extension of transmission power optimization method for two concurrently communicating access-points associated with multiple hosts in wireless local-area network

    Hendy Briantoro, Nobuo Funabiki, Kwenga Ismael Munene, Rahardhita Widyatra Sudibyo, Md. Mahbubur Rahman, and Minoru Kuribayashi

    電子情報通信学会技術研究報告 

     More details

    Event date: 2020.6.18 - 2020.6.19

    Language:English   Presentation type:Oral presentation (general)  

    Venue:香川県立ミュージアム  

    researchmap

  • An improvement of air-conditioning guidance system with outdoor discomfort index for avoiding false messages

    Samsul Huda, Nobuo Funabiki, Minoru Kuribayashi, Rahardhita Widyatra Sudibyo, and Nobuya Ishihara

    電子情報通信学会技術研究報告 

     More details

    Event date: 2020.6.18 - 2020.6.19

    Language:English   Presentation type:Oral presentation (general)  

    Venue:香川県立ミュージアム  

    researchmap

  • Java プログラミング学習支援システムのコードクローン除去問題におけるクラス間文法適正化課題の提案

    石原信也, 舩曵信生

    2019 IEEE Hiroshima Section Student Symposium (HISS2019) 

     More details

    Event date: 2019.11.30 - 2019.12.1

    Language:Japanese   Presentation type:Poster presentation  

    Venue:岡山県立大学  

    researchmap

  • A proposal of preprocessing stage for active access-point configuration algorithm in elastic WLAN system

    Mousumi Saha, Nobuo Funabiki, Sumon Kumar Debnath, and Md. Selim Al Mamun

    2019 IEEE Hiroshima Section Student Symposium (HISS2019) 

     More details

    Event date: 2019.11.30 - 2019.12.1

    Language:Japanese   Presentation type:Poster presentation  

    Venue:岡山県立大学  

    researchmap

  • An exploration of transmission power optimization method for concurrently communicating two access-points in wireless local-area network

    Hendy Briantoro, Nobuo Funabiki, Md Manowarul Islam, Rahardhita Widyatra Sudibyo, Kwenga Ismael Munene, and Minoru Kuribayashi

    2019 IEEE Hiroshima Section Student Symposium (HISS2019) 

     More details

    Event date: 2019.11.30 - 2019.12.1

    Language:Japanese   Presentation type:Poster presentation  

    Venue:岡山県立大学  

    researchmap

  • 無線LANの複数ホスト同時通信時におけるスループット予測モデルの改良

    盧天鵬, 舩曵信生, マノワールイスラム, クエンガイスラムムネネ, ラハディタウイディトラスディビョ

    2019 IEEE Hiroshima Section Student Symposium (HISS2019) 

     More details

    Event date: 2019.11.30 - 2019.12.1

    Language:Japanese   Presentation type:Poster presentation  

    Venue:岡山県立大学  

    researchmap

  • Word文書ファイルの個別入力データ抽出法の提案

    李?昊, 舩曵信生, 栗林稔, 石原信也

    電子情報通信学会技術研究報告 

     More details

    Event date: 2019.3.7

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:香川高等専門学校(詫間キャンパス)  

    researchmap

  • An extension of recommendation function in topic coverage for element fill-in-blank problems in Java programming learning assistant system

    Su Sandy Wint, Nobuo Funabiki, and Minoru Kuribayashi

    電子情報通信学会技術研究報告 

     More details

    Event date: 2019.3.7

    Language:English   Presentation type:Oral presentation (general)  

    Venue:香川高等専門学校(詫間キャンパス)  

    researchmap

  • Three improvements for code completion problem in Java programming learning assistant system

    Htoo Htoo Sandi Kyaw, Nobuo Funabiki, Minoru Kuribayashi, and Khin Khin Zaw

    情報処理学会研究報告, プログラミング研究会 

     More details

    Event date: 2019.1.17 - 2019.1.18

    Language:English   Presentation type:Oral presentation (general)  

    Venue:福山市ものづくり交流館  

    researchmap

  • Javaプログラミング学習支援システムの解答状況可視化および問題推薦機能の実装

    松本慎平, 舩曵信生, 栗林稔

    情報処理学会研究報告, プログラミング研究会 

     More details

    Event date: 2019.1.17 - 2019.1.18

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:福山市ものづくり交流館  

    researchmap

  • Javaプログラミング学習支援システムのコード修正問題の3つの改良

    何賽, 舩曵信生, 栗林稔

    情報処理学会研究報告, プログラミング研究会 

     More details

    Event date: 2019.1.17 - 2019.1.18

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:福山市ものづくり交流館  

    researchmap

  • テストログを用いたテストコード生成支援ツールの戻り値のあるJavaメソッドへの拡張

    日下涼太, 舩曵信生, 栗林稔, 石原信也

    電子情報通信学会技術研究報告  2018 

     More details

    Event date: 2018.1.18 - 2018.1.19

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:広島市立大学サテライトキャンパス  

    researchmap

  • Javaプログラミング学習支援システムJPLASへのソースコード管理システムの導入

    松本慎平, 舩曵信生, 栗林稔, 石原信也

    電子情報通信学会技術研究報告  2018 

     More details

    Event date: 2018.1.18 - 2018.1.19

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:広島市立大学サテライトキャンパス  

    researchmap

  • Javaプログラミング学習支援システムのテストコード学習のためのコード修正問題の提案

    何賽, 舩曵信生, 栗林稔, 石原信也

    電子情報通信学会技術研究報告  2018 

     More details

    Event date: 2018.1.18 - 2018.1.19

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:広島市立大学サテライトキャンパス  

    researchmap

  • A minimax approach for access-point setup optimization in IEEE 802.11n WLAN with MIMO links

    Kyaw Soe Lwin, Nobuo Funabiki, Sumon Kumar Debnathy, and Munene Kwenga Ismael

    第19回IEEE広島支部学生シンポジウム  2017 

     More details

    Event date: 2017.12.2 - 2017.12.3

    Language:English   Presentation type:Poster presentation  

    Venue:島根大学  

    researchmap

  • A study of throughput estimation model for IEEE802.11n MIMO link in wireless local-area network

    Sumon Kumar Debnath, Nobuo Funabiki, Kyaw Soe Lwin, and Md. Selim Al Mamun

    電子情報通信学会技術研究報告  2017 

     More details

    Event date: 2017.11.16 - 2017.11.17

    Language:English   Presentation type:Oral presentation (general)  

    Venue:高松センタービル  

    researchmap

  • A study of throughput estimation model and channel assignment algorithm for partially overlapping channels in IEEE 802.11n wireless local-area networks

    Kwenga Ismael Munene, Nobuo Funabiki, Md. Selim Al Mamun, Kyaw Soe Lwin, and Sumon Kumar Debnath

    電子情報通信学会技術研究報告  2017 

     More details

    Event date: 2017.11.16 - 2017.11.17

    Language:English   Presentation type:Oral presentation (general)  

    Venue:高松センタービル  

    researchmap

  • An informative test code approach for code writing problem in Java programming learning assistant system

    Khin Khin Zaw and Nobuo Funabiki

    電子情報通信学会技術研究報告  2017 

     More details

    Event date: 2017.10.19 - 2017.10.20

    Language:English   Presentation type:Oral presentation (general)  

    Venue:高知市文化プラザかるぽーと  

    researchmap

  • Javaプログラミング学習支援システムのコードクローン除去問題におけるメソッド生成課題の改善

    石原信也, 舩曵信生, 栗林稔

    電子情報通信学会技術研究報告  2017 

     More details

    Event date: 2017.10.19 - 2017.10.20

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:高知市文化プラザかるぽーと  

    researchmap

  • Element fill-in-blank problems in Java programming learning assistant system

    Khin Khin Zaw, Nobuo Funabiki, and Minoru Kuribayashi

    IEICE General Conference  2017 

     More details

    Event date: 2017.3.22 - 2017.3.25

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • 無線LANの保有アクセスポイント割当問題のチャネル割当におけるチャネル間干渉の考慮

    田島滋人, 舩曵信生, 東野輝夫

    電子情報通信学会技術研究報告  2017 

     More details

    Event date: 2017.1.26 - 2017.1.27

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Javaプログラミング学習のための命名規則検査ツールの改良 International conference

    松本慎平, 舩曵信生, 栗林稔, 石原信也

    電子情報通信学会技術研究報告  2017 

     More details

    Event date: 2017.1.26 - 2017.1.27

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Javaプログラミング学習支援システムにおけるコードクローン除去問題の提案 International conference

    石原信也, 舩曵信生, 栗林稔

    電子情報通信学会技術研究報告  2017 

     More details

    Event date: 2017.1.26 - 2017.1.27

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Raspberry Pi configuration for access-point and its throughput measurements in IEEE802.11n wireless networks

    Sumon Kumar Debnath, Nobuo Funabiki, Kyaw Soe Lwin, Md. Selim Al Mamun, Rahardhita Widyatra Sudibyo, and Samsul Huda

    電子情報通信学会技術研究報告  2016 

     More details

    Event date: 2016.12.21 - 2016.12.22

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • パラメータ最適化ツールの開発と無線LANのスループット推定モデルへの適用

    谷口知弘, 舩曵信生, 栗林稔, Kyaw Soe Lwin, Debnath Sumon Kumar, and Khin Khin Zaw

    電子情報通信学会技術研究報告  2016 

     More details

    Event date: 2016.12.21 - 2016.12.22

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • 無線LANの保有アクセスポイント割当アルゴリズムのチャネル割当拡張

    田島滋人, 舩曵信生, 東野輝夫

    電子情報通信学会技術研究報告  2016 

     More details

    Event date: 2016.12.21 - 2016.12.22

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Javaプログラミング学習支援システムJPLASの課題提示およびオフライン学習機能の実装

    佐々木伸, 舩曵信生, 栗林稔, 石原信也

    電子情報通信学会技術研究報告  2016 

     More details

    Event date: 2016.12.10

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Javaプログラミング学習支援システムJPLASのコード作成問題のオフライン解答機能

    王穎キン, 舩曵信生, 栗林稔, 石原信也

    電子情報通信学会技術研究報告  2016 

     More details

    Event date: 2016.12.10

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Javaプログラミング学習支援システムJPLASの空欄補充問題のキャラクタ付き解答インターフェースの提案

    唐楽薇,舩曵信生, 石原信也, 栗林稔

    2016 IEEE Hiroshima Section Student Symposium (HISS2016)  2016 

     More details

    Event date: 2016.11.19 - 2016.11.20

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • A blank element selection algorithm extension for algorithm code reading by fill-in-blank problems in Java programming learning assistant system

    Khin Khin Zaw and Nobuo Funabiki

    2016 IEEE Hiroshima Section Student Symposium (HISS2016)  2016 

     More details

    Event date: 2016.11.19 - 2016.11.20

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Preliminary evaluation of blank element selection algorithm extension for fill-in-blank problem in Java programming learning assistant system

    Khin Khin Zaw and Nobuo Funabiki

    IEICE Society Conference  2016 

     More details

    Event date: 2016.9.20 - 2016.9.23

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Throughput measurements for access-point setup optimization in IEEE802.11n wireless networks

    Kyaw Soe Lwin, Nobuo Funabiki, Khin Khin Zaw, Md. Selim Al Mamun, and Minoru Kuribayashi

    電子情報通信学会技術研究報告  2016 

     More details

    Event date: 2016.7.20 - 2016.7.22

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Javaプログラミング学習支援システムJPLASのMVCモデルに沿ったコード記述ルールの提案とその再構築

    石原信也, 舩曵信生, 栗林稔

    電子情報通信学会技術研究報告  2016 

     More details

    Event date: 2016.6.11

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Javaプログラミング学習支援システムJPLASのテストコード自動生成ツールの提案

    日下涼太, 舩曵信生, 栗林稔, 石原信也

    電子情報通信学会技術研究報告  2016 

     More details

    Event date: 2016.6.11

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Extensions of blank element selection algorithm for Java programming learning assistant system

    Khin Khin Zaw, Nobuo Funabiki, and Minoru Kuribayashi

    電子情報通信学会技術研究報告  2016 

     More details

    Event date: 2016.6.11

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • 無線LANの保有アクセスポイント割当手法の一検討

    青柳有輝, 舩曵信生, 栗林稔

    電子情報通信学会技術研究報告  2016 

     More details

    Event date: 2016.4.21 - 2016.4.22

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Evaluations of access-point configuration algorithm under limited mobile router allocations

    Md. Selim Al Mamun, Md. Ezharul Islam, Sumon Kumar Debnath, and Nobuo Funabiki

    IEICE General Conference  2016 

     More details

    Event date: 2016.3.15 - 2016.3.18

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Throughput measurements with various indoor AP placement conditions for IEEE802.11n wireless networks

    Kyaw Soe Lwin, Nobuo Funabiki, and Md. Ezharul Islam

    IEICE General Conference  2016 

     More details

    Event date: 2016.3.15 - 2016.3.18

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Performance evaluations of elastic WLAN testbed

    Md. Ezharul Islam, Nobuo Funabiki, Kyaw Soe Lwin, Md. Selim Al Mamun, Sumon Kumar Debnath, and Minoru Kuribayashi

    IEICE General Conference  2016 

     More details

    Event date: 2016.3.15 - 2016.3.18

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • UPCシステムにおけるベンチマーク測定結果を用いたジョブスケジューリングの提案

    青柳有輝, 舩曵信生, 栗林稔

    電子情報通信学会技術研究報告  2016 

     More details

    Event date: 2016.1.25 - 2016.1.26

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Elastic WLAN system model and its implementation on Linux-PC

    Md. Ezharul Islam, Nobuo Funabiki, Minoru Kuribayashi

    電子情報通信学会技術研究報告  2016 

     More details

    Event date: 2016.1.25 - 2016.1.26

    Language:English   Presentation type:Oral presentation (general)  

    researchmap

  • A study of value trace problems for graph theory algorithms in Java programming learning assistant system

    Khin Khin Zaw, Nobuo Funabiki, Minoru Kuribayashi

    電子情報通信学会技術研究報告  2016 

     More details

    Event date: 2016.1.25 - 2016.1.26

    Language:English   Presentation type:Oral presentation (general)  

    researchmap

  • Javaプログラミングにおけるリーダブルコード学習ツールの提案

    小川卓也, 舩曵信生, 栗林稔, 石原信也, 天野憲樹

    電子情報通信学会技術研究報告  2016 

     More details

    Event date: 2016.1.25 - 2016.1.26

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Eclipse上でのテストコードを用いたJavaプログラミング演習の実践

    王穎?, 舩曵信生, キン・キン・ゾウ, 石原信也

    第17回IEEE広島支部学生シンポジウム(HISS)  2015 

     More details

    Event date: 2015.11.21 - 2015.11.22

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Throughput measurements in outdoor environment with different AP placement heights and orientations for IEEE802.11n wireless networks

    Kyaw Soe Lwin, Nobuo Funabiki, Md. Ezharul Islam, Chang Choon Chew, Yuma Tani

    第17回IEEE広島支部学生シンポジウム(HISS)  2015 

     More details

    Event date: 2015.11.21 - 2015.11.22

    Language:English   Presentation type:Oral presentation (general)  

    researchmap

  • A value trace problem for Prim algorithm in graph theory in Java programming learning assistant system

    Khin Khin Zaw, Nobuo Funabiki

    第17回IEEE広島支部学生シンポジウム(HISS)  2015 

     More details

    Event date: 2015.11.21 - 2015.11.22

    Language:English   Presentation type:Oral presentation (general)  

    researchmap

  • ユーザPCコンピューティングシステムにおけるジョブスケジューリングのためのワーカPC性能のベンチマーク評価

    青柳有輝, 舩曵信生, 浅井祐介

    第17回IEEE広島支部学生シンポジウム(HISS)  2015 

     More details

    Event date: 2015.11.21 - 2015.11.22

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • IEEE802.11ac のシングルユーザMIMO での複数ホスト通信時のスループット測定

    谷祐馬 舩曵信生, キオー・ソイ・ルウィン, チュウ・チャン・チョン

    第17回IEEE広島支部学生シンポジウム(HISS)  2015 

     More details

    Event date: 2015.11.21 - 2015.11.22

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Measurement results of three indices for IEEE802.11n wireless networks in outdoor environments

    Md. Ezharul Islam, Kyaw Soe Lwin, Md. Selim Al Mamun, Nobuo Funabiki, I-Wei Lai

    第17回IEEE広島支部学生シンポジウム(HISS)  2015 

     More details

    Event date: 2015.11.21 - 2015.11.22

    Language:English   Presentation type:Oral presentation (general)  

    researchmap

  • Evaluations of active access-point configuration algorithm with dynamic mobile router placement under various mobile router speeds and wall effects

    Md. Selim Al Mamun, Md. Ezharul Islam, Nobuo Funabiki, I-Wei Lai

    第17回IEEE広島支部学生シンポジウム(HISS)  2015 

     More details

    Event date: 2015.11.21 - 2015.11.22

    Language:English   Presentation type:Oral presentation (general)  

    researchmap

  • Javaプログラミング学習支援システムにおけるエレメント空欄補充問題の演算子空欄化拡張

    佐々木伸, 舩曵信生, 石原信也, 塔娜

    第66回電気・情報関連学会中国支部連合大会  2015 

     More details

    Event date: 2015.10.17

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Javaプログラミング学習支援システムにおけるコードリーディング学習のためのコーディング規約検査ツールの調査

    小川卓也, 舩曵信生, 石原信也

    第66回電気・情報関連学会中国支部連合大会  2015 

     More details

    Event date: 2015.10.17

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • 調理作業最適化のためのレシピ変換アルゴリズムの提案

    松島由紀子, 舩曵信生

    電子情報通信学会技術研究報告  2015 

     More details

    Event date: 2015.9.10 - 2015.9.11

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Drawbacks and countermeasures of element fill-in-blank problem in Java programming learning assistant system

    Tana, Nobuo Funabiki

    IEICE Communication Society Conference  2015 

     More details

    Event date: 2015.9.8 - 2015.9.11

    Language:English   Presentation type:Oral presentation (general)  

    researchmap

  • A blank line selection algorithm for value trace problem in Java programming learning assistant system

    Khin Khin Zaw, Nobuo Funabiki

    IEICE Communication Society Conference  2015 

     More details

    Event date: 2015.9.8 - 2015.9.11

    Language:English   Presentation type:Oral presentation (general)  

    researchmap

  • WIMNETシミュレータを用いたマルチユーザMIMOの通信性能評価

    田島滋人, 舩曵信生, 東野輝夫

    電子情報通信学会技術研究報告  2015 

     More details

    Event date: 2015.7.29 - 2015.7.31

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • An active acess-point configuration algorithm for wireless local area networks with heterogeneous devices

    Md. Selim Al Mamun, Md. Ezharul Islam, Nobuo Funabiki

    電子情報通信学会技術研究報告  2015 

     More details

    Event date: 2015.7.29 - 2015.7.31

    Language:English   Presentation type:Oral presentation (general)  

    researchmap

  • ユーザPCコンピューティングシステムにおけるワーカ機能のWindows実装と評価

    浅井祐介, 舩曵信生, 青柳有輝

    電子情報通信学会技術研究報告  2015 

     More details

    Event date: 2015.7.29 - 2015.7.31

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • 大規模無線メッシュネットワークのための動作アクセスポイント選択アルゴリズム

    藤田翔, 舩曵信生

    電子情報通信学会技術研究報告  2015 

     More details

    Event date: 2015.3.2 - 2015.3.3

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • ユーザPCコンピューティングシステムのジョブスケジューリング法の実装と評価

    青柳有輝, 舩曵信生, 福士将

    電子情報通信学会技術研究報告  2015 

     More details

    Event date: 2015.3.2 - 2015.3.3

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • 学生用PCを用いたユーザPCコンピューティングシステムのWebインタフェース

    金奉洙, 舩曵信生

    情報処理学会研究報告  2015 

     More details

    Event date: 2015.2.14 - 2015.2.15

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Javaプログラミング授業におけるエレメント空欄補充問題の実践

    塔娜, 舩曵信生, 石原信也

    情報処理学会研究報告  2015 

     More details

    Event date: 2015.2.14 - 2015.2.15

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Javaコードのクラス間連携理解のためのコアステートメント抽出アルゴリズム

    石原信也, 舩曵信生

    情報処理学会研究報告  2015 

     More details

    Event date: 2015.2.14 - 2015.2.15

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • マルチユーザMIMOにおけるアンテナ割当方式の一検討

    田島滋人, 舩曵信生, 東野輝夫

    電子情報通信学会技術研究報告  2014 

     More details

    Event date: 2014.11.25

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • 無線メッシュネットワークにおける現実的環境を考慮した動作アクセスポイント選択アルゴリズムの拡張

    藤田翔, 舩曵信生

    電子情報通信学会技術研究報告  2014 

     More details

    Event date: 2014.11.25

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • ユーザPCコンピューティングシステムの基本機能の実装と評価

    青柳有輝, 舩曵信生, 福士将

    電子情報通信学会技術研究報告  2014 

     More details

    Event date: 2014.11.25

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Java プログラミング学習支援システムのためのメトリクス計測によるコード可読性評価の検討

    谷口知弘, 舩曵信生, 石原信也

    第16回IEEE広島支部学生シンポジウム(HISS)  2014 

     More details

    Event date: 2014.11.15 - 2014.11.16

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • サーバに対して回答内容を秘匿したオンラインアンケートシステムにおける回答処理の実装

    佐藤淳史, 中西透, 舩曵信生

    第65回電気・情報関連学会中国支部連合大会  2014 

     More details

    Event date: 2014.10.25

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • ユーザPCコンピューティングシステムの開発と評価

    青柳有輝, 舩曵信生, 福士将

    第65回電気・情報関連学会中国支部連合大会  2014 

     More details

    Event date: 2014.10.25

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • 2階層のPKIに対応した匿名属性認証方式の提案

    水谷健太郎, 中西透, 舩曵信生

    第65回電気・情報関連学会中国支部連合大会  2014 

     More details

    Event date: 2014.10.25

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Javaプログラミング学習のための空欄語選択アルゴリズムの提案

    塔娜, 舩曵信生, 石原信也

    電子情報通信学会技術研究報告  2014 

     More details

    Event date: 2014.10.23 - 2014.10.24

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • A study of access-point allocation algorithm for scalable wireless mesh networks in indoor environments

    Tamer Farag, Nobuo Funabiki, and Walaa Hassan

    電子情報通信学会技術研究報告  2014 

     More details

    Event date: 2014.10.16 - 2014.10.17

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • MU-MIMOのためのWIMNETシミュレータ拡張の一検討

    田島滋人, 舩曵信生, 東野輝夫

    電子情報通信学会技術研究報告  2014 

     More details

    Event date: 2014.10.16 - 2014.10.17

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • An extension of access-point aggregation algorithm for host mobility

    Md. Ezharul Islam, Nobuo Funabiki

    電子情報通信学会ソサイエティ大会  2014 

     More details

    Event date: 2014.9.23 - 2014.9.26

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Throughput measurements in big room with different access point locations for IEEE 802.11ac wireless networks

    Chew Chang Choon, Nobuo Funabiki

    電子情報通信学会ソサイエティ大会  2014 

     More details

    Event date: 2014.9.23 - 2014.9.26

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • 作業時間変化に対する調理手順最適化アルゴリズムのロバスト性評価

    松島由紀子, 舩曵信生

    電子情報通信学会技術研究報告  2014 

     More details

    Event date: 2014.9.18 - 2014.9.19

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Efficient proofs for monotone formulas on attributes excluding restriction in anonymous credential system

    Shahidatul Sadiah, Toru Nakanishi, and Nobuo Funabiki

    電子情報通信学会技術研究報告  2014 

     More details

    Event date: 2014.9.5

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • 無線メッシュネットワークの経路アルゴリズムのフレームアグリゲーション考慮のための拡張

    谷祐馬, 舩曳信生, 田島滋人

    電子情報通信学会技術研究報告  2014 

     More details

    Event date: 2014.6.26 - 2014.6.27

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • An extension of access point allocation algorithm for wireless mesh networks with multiple gateways and maximum hop limitation

    Tamer Farag, Nobuo Funabiki, and Walaa Hassan

    電子情報通信学会技術研究報告  2014 

     More details

    Event date: 2014.6.26 - 2014.6.27

    Language:English   Presentation type:Oral presentation (general)  

    researchmap

  • Throughput evaluations using NS2 for access-point aggregation algorithm in IEEE802.11n wireless LANs

    Walaa Hassan, Nobuo Funabiki, and Tamer Farag

    電子情報通信学会技術研究報告  2014 

     More details

    Event date: 2014.6.26 - 2014.6.27

    Language:English   Presentation type:Oral presentation (general)  

    researchmap

  • Javaプログラミング学習支援システムのための空欄補充問題生成アルゴリズムの拡張

    塔娜, 舩曵信生, 石原信也

    電子情報通信学会技術研究報告  2014 

     More details

    Event date: 2014.6.14

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Javaプログラミング学習支援システムのコードの記述ルールの検討

    石原信也, 舩曵信生

    電子情報通信学会技術研究報告  2014 

     More details

    Event date: 2014.6.14

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Javaプログラミング学習支援システムにおける空欄補充問題の難易度推定法

    小川卓也, 舩曵信生, 中西透, 石原信也, 塔娜, 天野憲樹

    電子情報通信学会技術研究報告  2014 

     More details

    Event date: 2014.3.8

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Javaプログラミング学習支援システムにおけるステートメント補充問題機能の実装,

    石原信也, 舩曵信生, 中西透

    電子情報通信学会技術研究報告  2014 

     More details

    Event date: 2014.3.8

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • フレームアグリゲーションのためのWIMNETシミュレータの拡張

    田島滋人, 舩曵信生, 東野輝夫

    電子情報通信学会技術研究報告  2014 

     More details

    Event date: 2014.3.6 - 2014.3.7

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • 無線メッシュネットワークの動作アクセスポイント選択アルゴリズムの現実的環境考慮のための拡張

    藤田翔, 舩曵信生, 中西透

    電子情報通信学会技術研究報告  2014 

     More details

    Event date: 2014.3.6 - 2014.3.7

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • File synchronization performance using BitTorrent Sync in IEEE802.11ac wireless networks

    Kim Bongsu, Nobuo Funabiki, Toru Nakanishi

    IEICE Technical Report  2014 

     More details

    Event date: 2014.3.6 - 2014.3.7

    Language:English   Presentation type:Oral presentation (general)  

    researchmap

  • Throughput Measurements Using IEEE 802.11ac Devices for High-Speed Wireless Networks

    Chew Chang Choon, Nobuo Funabiki, and Walaa Hassan

    IEICE Technical Report  2014 

     More details

    Event date: 2014.3.6 - 2014.3.7

    Language:English   Presentation type:Oral presentation (general)  

    researchmap

  • 調理手順スケジューリングのためのWeb公開レシピー変換アルゴリズム

    張一加, 舩曵信生, 中西透

    電子情報通信学会技術研究報告  2014 

     More details

    Event date: 2014.1.30 - 2014.1.31

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Javaプログラミング学習支援システムのコード作成問題におけるJavadocを用いたヒント機能

    中村拓哉, 舩曵信生, 中西透, 天野憲樹

    電子情報通信学会技術研究報告  2014 

     More details

    Event date: 2014.1.11

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • An extension of access-point allocation algorithm for adapting link speed change in wireless mesh network

    Tamer Farag, Nobuo Funabiki, and Walaa Hassan

    IEICE Technical Report  2013 

     More details

    Event date: 2013.12.20 - 2013.12.21

    Language:English   Presentation type:Oral presentation (general)  

    researchmap

  • 現実的環境下での大規模無線メッシュネットワークのための経路木アルゴリズムの提案

    丸山渉, 舩曵信生, 中西透

    電子情報通信学会技術研究報告  2013 

     More details

    Event date: 2013.12.20 - 2013.12.21

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • An extension of age range proof in anonymous credential system using monotone formula International conference

    Shahidatul Sadiah, Toru Nakanishi, Kan Watanabe, Nobuo Funabiki

    第64回電気・情報関連学会中国支部連合大会  2013 

     More details

    Event date: 2013.10.19

    Language:English   Presentation type:Oral presentation (general)  

    researchmap

  • Javaプログラミング学習のためのステートメント補充問題の生成機能 International conference

    石原信也, 舩曵信生, 中西透, 渡邊寛

    第64回電気・情報関連学会中国支部連合大会  2013 

     More details

    Event date: 2013.10.19

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • 否定的な評価を考慮した強固な秘匿性を持つ評価システムのWeb実装 International conference

    中田博之, 中西透, 渡邊寛, 舩曵信生

    第64回電気・情報関連学会中国支部連合大会  2013 

     More details

    Event date: 2013.10.19

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • 調理手順最適化のためのWeb公開レシピー変換アルゴリズムの提案 International conference

    張一加, 舩曵信生, 中西透, 渡邊寛

    第64回電気・情報関連学会中国支部連合大会  2013 

     More details

    Event date: 2013.10.19

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Throughput measurements using IEEE 802.11n and 11ac devices for high-speed wireless networks International conference

    Chew Chang Choon, Nobuo Funabiki, Toru Nakanishi, and Kan Watanabe

    第64回電気・情報関連学会中国支部連合大会  2013 

     More details

    Event date: 2013.10.19

    Language:English   Presentation type:Oral presentation (general)  

    researchmap

  • グラフ理論を用いたJavaエレメント補充問題生成アルゴリズムの提案 International conference

    塔娜, 舩曵信生, 中西透, 渡邊寛

    第64回電気・情報関連学会中国支部連合大会  2013 

     More details

    Event date: 2013.10.19

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • 効率的に年齢の大小関係を証明可能な匿名属性認証方式の提案

    丸山渉, 舩曵信生, 中西透

    電子情報通信学会技術研究報告  2013 

     More details

    Event date: 2013.9.13

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • 無線メッシュネットワークにおけるリンク速度を考慮したクラスタ分割アルゴリズム

    田島滋人, 舩曵信生, 東野輝夫

    電子情報通信学会技術研究報告  2013 

     More details

    Event date: 2013.7.17 - 2013.7.19

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • オープンソースソフトウェア利用支援システムでのインストール検証機能の提案

    村上幸一, 王哲, 舩曵信生

    電子情報通信学会技術研究報告  2013 

     More details

    Event date: 2013.3.29

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • A design for OpenFlow implementation of fixed backoff-time switching method in wireless mesh networks

    Sritrusta Sukaridhoto, Nobuo Funabiki, Toru Nakanishi, and Kan Watanabe

    電子情報通信学会2013 年総合大会  2013 

     More details

    Event date: 2013.3.19 - 2013.3.22

    Language:English   Presentation type:Oral presentation (general)  

    researchmap

  • A proposal of extended anonymous credential scheme with efficient proof on age

    Sadiah Shahidatul, Toru Nakanishi, Kan Watanabe, and Nobuo Funabiki

    電子情報通信学会2013 年総合大会  2013 

     More details

    Event date: 2013.3.19 - 2013.3.22

    Language:English   Presentation type:Oral presentation (general)  

    researchmap

  • 4種料理での調理手順最適化アルゴリズム適用評価

    松島由紀子, 岡田朋也, 舩曵信生, 中西透, 渡邊寛

    電子情報通信学会2013 年総合大会  2013 

     More details

    Event date: 2013.3.19 - 2013.3.22

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Webによるレシート情報管理システムの提案

    塔娜, 舩曵信生, 中西透, 渡邊寛

    電子情報通信学会2013 年総合大会  2013 

     More details

    Event date: 2013.3.19 - 2013.3.22

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • An improved host association optimization stage in access-point aggregation algorithm for wireless local area networks

    Md. Ezharul Islam, Nobuo Funabiki, Toru Nakanishi, and Kan Watanabe

    電子情報通信学会2013 年総合大会  2013 

     More details

    Event date: 2013.3.19 - 2013.3.22

    Language:English   Presentation type:Oral presentation (general)  

    researchmap

  • 無線メッシュネットワーク動作アクセスポイント選択アルゴリズムの拡張

    藤田翔, 舩曵信生, 中西透, 渡邊寛

    電子情報通信学会技術研究報告  2013 

     More details

    Event date: 2013.1.24 - 2013.1.25

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • 無線メッシュネットワークでのリンク速度変化を考慮した経路木アルゴリズムの拡張

    丸山渉, 舩曵信生, 中西透, 渡邊寛

    電子情報通信学会技術研究報告  2013 

     More details

    Event date: 2013.1.24 - 2013.1.25

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • An extension of access-point aggregation algorithm considering link speed change for wireless local area networks

    Md. Ezharul Islam, Nobuo Funabiki, Toru Nakanishi, and Kan Watanabe

    電子情報通信学会技術研究報告  2013 

     More details

    Event date: 2013.1.24 - 2013.1.25

    Language:English   Presentation type:Oral presentation (general)  

    researchmap

  • レシート情報システムのためのデータベース設計と入力データ処理アルゴリズム

    塔娜, 舩曵信生, 中西透, 渡邊寛

    電子情報通信学会技術研究報告  2013 

     More details

    Event date: 2013.1.17 - 2013.1.18

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • 手作り料理支援システムの調理ガイダンス機能のためのAndroidアプリケーション

    岡田朋也, 松島由紀子, 舩曵信生, 中西透, 渡邊寛

    電子情報通信学会技術研究報告  2013 

     More details

    Event date: 2013.1.17 - 2013.1.18

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Javaプログラミング学習支援システムの穴埋め問題機能の拡張とその評価

    伊永洋輔, 舩曵信生, 中西透, 渡邊寛, 天野憲樹

    電子情報通信学会技術研究報告  2013 

     More details

    Event date: 2013.1.12

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • 否定的な評価を考慮した秘匿性を持つ評価システムの拡張

    野村智也, 中西透, 舩曵信生

    電子情報通信学会技術研究報告  2012 

     More details

    Event date: 2012.12.12

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:機械振興会館  

    researchmap

  • CNF式に対する匿名属性認証システムのWeb実装

    濱田雄治, 中西透, 渡邊寛, 舩曵信生

    電子情報通信学会技術研究報告  2012 

     More details

    Event date: 2012.11.21 - 2012.11.22

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:静岡市産学交流センター  

    researchmap

  • レシート情報入力システムにおける誤認識修正およびカテゴリ分類アルゴリズム

    塔娜, 舩曵信生, 中西透, 渡辺寛

    第14回IEEE広島支部学生シンポジウム(HISS)  2012 

     More details

    Event date: 2012.11.17 - 2012.11.18

    Language:Japanese   Presentation type:Poster presentation  

    Venue:岡山県立大学  

    researchmap

  • 忙しい人のための買い物計画アルゴリズムの提案

    岡本早紀, 舩曵信生, 中西透, 渡辺寛

    第14回IEEE広島支部学生シンポジウム(HISS)  2012 

     More details

    Event date: 2012.11.17 - 2012.11.18

    Language:Japanese   Presentation type:Poster presentation  

    Venue:岡山県立大学  

    researchmap

  • An extension of wireless Internet-access mesh network simulator for smart antenna use and evaluations using simple topologies

    Shigeto Tajima, Nobuo Funabiki, Teruo Higashino

    電子情報通信学会技術研究報告  2012 

     More details

    Event date: 2012.10.11 - 2012.10.12

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:京都大学  

    researchmap

  • Javaプログラミング学習支援システムでのコード設計学習機能の実装

    中村拓哉, 舩曵信生, 中西透, 渡邊寛, 天野憲樹

    電子情報通信学会技術研究報告  2012 

     More details

    Event date: 2012.9.29

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:山口大学  

    researchmap

  • A Linux implementation design of fixed backoff-time switching method for wireless mesh networks

    Sritrusta Sukaridhoto, Nobuo Funabiki, Toru Nakanishi, Kan Watanabe, Shigeto Tajima

    電子情報通信学会技術研究報告  2012 

     More details

    Event date: 2012.9.20 - 2012.9.21

    Language:English   Presentation type:Oral presentation (general)  

    Venue:東北大学  

    researchmap

  • 多種料理の調理手順最適化アルゴリズムの拡張

    松島由紀子, 舩曵信生, 中西透, 渡邊寛

    電子情報通信学会技術研究報告  2012 

     More details

    Event date: 2012.8.27 - 2012.8.28

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:山口大学  

    researchmap

  • 無線メッシュネットワークにおけるWDSクラスタ分割アルゴリズムのスマートアンテナ拡張の一般化

    田島滋人, 舩曵信生, 冨里繁, 秦正治, 東野輝夫

    電子情報通信学会技術研究報告  2012 

     More details

    Event date: 2012.4.19 - 2012.4.20

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:高知県立大学  

    researchmap

  • Javaプログラミング学習支援システムの穴埋め問題機能の拡張と授業への適用

    伊永洋輔, 舩曵信生, 中西透, 渡邊寛, 天野憲樹

    電子情報通信学会技術研究報告  2012 

     More details

    Event date: 2012.3.10

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:香川高専(詫間キャンパス)  

    researchmap

  • オープンソース・ソフトウェア利用マニュアル管理システムの開発と大学院演習への適用

    村上幸一, 李田財, 舩曵信生, 野上保之

    電子情報通信学会技術研究報告  2012 

     More details

    Event date: 2012.3.10

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:香川高専(詫間キャンパス)  

    researchmap

  • テスト駆動型開発手法を用いたJavaプログラミング学習システムでの誤りコード指示機能の実装

    福山裕輝, 舩曵信生, 中西透, 渡邊寛, 天野憲樹

    電子情報通信学会技術研究報告  2012 

     More details

    Event date: 2012.3.10

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:香川高専(詫間キャンパス)  

    researchmap

  • Webを用いたマークシート方式テスト支援機能の拡張

    高木省吾, 舩曵信生, 中西透, 渡邊寛, 天野憲樹

    電子情報通信学会技術研究報告  2012 

     More details

    Event date: 2012.3.10

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:香川高専(詫間キャンパス)  

    researchmap

  • ボランティアコンピューティングの妨害者対策における抜取検査併用の効果

    渡邊寛, 舩曵信生, 中西透, 福士将

    電子情報通信学会技術研究報告  2012 

     More details

    Event date: 2012.1.26 - 2012.1.27

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:琉球大学工学部  

    researchmap

  • Rubyを用いたグループ内行事支援システム開発のインターンシップ事例

    岡田朋也, 伊永洋輔, 濱田雄治, 池太大貴, 清水淳基, 竹林辰弥, 舩曵信生, 石原洋之, 佐藤淳行, 大鳥善教, 河本崇幸, 太田真由美

    電子情報通信学会技術研究報告  2012 

     More details

    Event date: 2012.1.21

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:岡山県立大学  

    researchmap

  • 無線メッシュネットワークでの2個のスマートアンテナ使用アクセスポイントを有するWDSクラスタへの分割アルゴリズム

    田島滋人, 舩曵信生, 冨里繁, 秦正治, 東野輝夫

    電子情報通信学会技術研究報告  2011 

     More details

    Event date: 2011.12.15 - 2011.12.16

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • A proposal of an access-point aggregation algorithm for wireless local area networks

    Md. Ezharul Islam, Nobuo Funabiki, Toru Nakanishi, Kan Watanabe

    電子情報通信学会技術研究報告  2011 

     More details

    Event date: 2011.12.15 - 2011.12.16

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • 匿名属性認証における効率的な範囲証明プロトコルの提案

    池太大貴, 中西透, 舩曵信生

    電子情報通信学会技術研究報告  2011 

     More details

    Event date: 2011.12.14

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • 管理者に対して強固な秘匿性を持つ評価システムの提案

    野村智也, 中西透, 舩曵信生

    電子情報通信学会技術研究報告  2011 

     More details

    Event date: 2011.12.14

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • 2段階調理を考慮した献立作成アルゴリズムのJava実装と機能拡張

    塔娜, 舩曵信生, 中西透, 渡辺寛

    第13回IEEE広島支部学生シンポジウム(HISS)  2011 

     More details

    Event date: 2011.11.12 - 2011.11.13

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Parameter optimization of CSMA-FBS method for wireless mesh network

    Zhe Wang, Nobuo Funabiki, Toru Nakanishi, Kan Watanabe

    第13回IEEE広島支部学生シンポジウム(HISS)  2011 

     More details

    Event date: 2011.11.12 - 2011.11.13

    Language:English   Presentation type:Oral presentation (general)  

    researchmap

  • ボランティアコンピューティングにおける結託攻撃のモデル化と性能評価

    渡邊寛, 舩曵信生, 中西透, 福士将

    電子情報通信学会技術研究報告  2011 

     More details

    Event date: 2011.10.20

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Web サービスにおける匿名属性認証システムの実装

    濱田雄治, 中西透, 舩曵信生

    コンピュータセキュリティシンポジウム2011  2011 

     More details

    Event date: 2011.10.19 - 2011.10.21

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Web サービスにおける不正ユーザを排除可能な匿名認証システムの実装

    堀地恭輔, 中西透, 舩曵信生

    コンピュータセキュリティシンポジウム2011  2011 

     More details

    Event date: 2011.10.19 - 2011.10.21

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • 無線メッシュネットワークのスループット最大化のための動作AP選択アルゴリズムの改良

    清水淳基, 舩曵信生, 中西透, 渡邊寛

    電子情報通信学会技術研究報告  2011 

     More details

    Event date: 2011.10.13 - 2011.10.14

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • テスト駆動型開発手法を用いたJavaプログラミング学習システムでのコード検証方法の改善

    福山裕輝, 舩曵信生, 中西透, 渡邊寛, 天野憲樹

    電子情報通信学会技術研究報告  2011 

     More details

    Event date: 2011.9.22

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • An implementation and evaluation of fixed backoff-time switching method on QualNet for wireless mesh networks

    Sritrusta Sukaridhoto, Nobuo Funabiki, Toru Nakanishi, Kan Watanabe, Shigeto Tajima

    電子情報通信学会技術研究報告  2011 

     More details

    Event date: 2011.6.23 - 2011.6.24

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • ゲートウエイにMIMOチャネルを用いた無線メッシュネットワークでのWDSクラスタ分割アルゴリズム

    田島滋人, 舩曵信生, 冨里繁, 秦正治, 東野輝夫

    電子情報通信学会技術研究報告  2011 

     More details

    Event date: 2011.4.21 - 2011.4.22

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Webを用いたマークシート方式テスト支援機能の実装

    河野広貴, 舩曵信生, 中西透, 天野憲樹

    電子情報通信学会技術研究報告  2011 

     More details

    Event date: 2011.3.4

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • CMSを用いたオープンソースソフトウェア利用マニュアル管理システムの提案 International conference

    李田財, 村上幸一, 舩曵信生

    電子情報通信学会技術研究報告  2011 

     More details

    Event date: 2011.3.4

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Javaプログラミングの予約語学習のためのオンライン穴埋め問題機能の実装 International conference

    伊永洋輔, 松島由紀子, 舩曵信生, 中西透, 天野憲樹

    電子情報通信学会技術研究報告  2011 

     More details

    Event date: 2011.3.4

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • 忙しい人のためのWebを用いた手作り料理支援システムにおける献立作成・調理手順最適化機能の実装

    岡田朋也, 松島由紀子, 谷口詩歩, 舩曵信生, 中西透, 天野憲樹

    電子情報通信学会技術研究報告  2011 

     More details

    Event date: 2011.3.4

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • WEBページレイアウト最適化手法を適用したオープンソースソフトウェア異種マニュアルの統合

    堀有輝, 村上幸一, 舩曵信生

    電子情報通信学会技術研究報告  2011 

     More details

    Event date: 2011.3.3 - 2011.3.4

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • オープンソースソフトウェア・設定マニュアル自動生成システムの試作

    香川恵里奈, 村上幸一, 舩曵信生

    電子情報通信学会技術研究報告  2011 

     More details

    Event date: 2011.3.3 - 2011.3.4

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • 無線メッシュネットワークのスループット最大化のための動作AP選択指標の検討

    清水淳基, 舩曵信生, 中西透

    電子情報通信学会技術研究報告  2010  電子情報通信学会

     More details

    Event date: 2010.12.16 - 2010.12.17

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:岡山大学  

    researchmap

  • Webによるオープンソースソフトウェア・設定マニュアルの自動生成法の提案

    香川恵里奈, 村上幸一, 舩曵信生

    電子情報通信学会技術研究報告  2010  電子情報通信学会

     More details

    Event date: 2010.12.16 - 2010.12.17

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:岡山大学  

    researchmap

  • An implementation of a pairing-based anonymous credential system with constant complexity

    Amang Sudarono, Toru Nakanishi, and Nobuo Funabiki

    電子情報通信学会技術研究報告  2010  電子情報通信学会

     More details

    Event date: 2010.12.16 - 2010.12.17

    Language:English   Presentation type:Oral presentation (general)  

    Venue:岡山大学  

    researchmap

  • ノード配置問題に対するアント最適化法

    大倉慶一, 片山謙吾, 舩曵信生, 南原英生, 西原典孝

    電子情報通信学会技術研究報告  2010  電子情報通信学会

     More details

    Event date: 2010.12.16 - 2010.12.17

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:岡山大学  

    researchmap

  • 無線メッシュネットワークにおけるリンク動作率による固定待機時間切り替え方式の提案

    田島滋人, 舩曵信生, 東野輝夫

    電子情報通信学会技術研究報告  2010  電子情報通信学会

     More details

    Event date: 2010.12.16 - 2010.12.17

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:岡山大学  

    researchmap

  • Webページレイアウト最適化法のオープンソースソフトウェア・インストールマニュアルへの適用

    堀有輝, 村上幸一, 舩曵信生, 清水淳基

    電子情報通信学会技術研究報告  2010  電子情報通信学会

     More details

    Event date: 2010.12.16 - 2010.12.17

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:岡山大学  

    researchmap

  • A proposal of a traffic control method with bandwidth usage estimation for real-time applications in wireless mesh networks

    Sritrusta Sukaridhoto, Nobuo Funabiki, and Toru Nakanishi

    電子情報通信学会技術研究報告  2010  電子情報通信学会

     More details

    Event date: 2010.12.16 - 2010.12.17

    Language:English   Presentation type:Oral presentation (general)  

    Venue:岡山大学  

    researchmap

  • 忙しい人のためのまとめ調理を考慮した料理献立と食材購入タイミング選択アルゴリズム

    谷口詩歩, 舩曵信生, 中西透

    電子情報通信学会技術研究報告  2010  電子情報通信学会

     More details

    Event date: 2010.11.19

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:九州大学  

    researchmap

  • 調理手順最適化のための調理モデルの拡張と副調理者の役割変更の効果

    松島由紀子, 舩曵信生, 中西透

    電子情報通信学会技術研究報告  2010  電子情報通信学会

     More details

    Event date: 2010.11.19

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:九州大学  

    researchmap

  • 忙しい人の手作り料理支援のためのまとめ買い食材選択アルゴリズム

    谷口詩歩, 舩曵信生, 中西透

    第12回IEEE広島支部学生シンポジウム(HISS)  2010  IEEE広島支部

     More details

    Event date: 2010.11.6 - 2010.11.7

    Language:Japanese   Presentation type:Poster presentation  

    Venue:島根大学  

    researchmap

  • メンバ間・グループ間双方の公平性を重視したグループ分けアルゴリズム

    伊永洋輔, 舩曵信生, 中西透

    第12回IEEE広島支部学生シンポジウム(HISS)  2010  IEEE広島支部

     More details

    Event date: 2010.11.6 - 2010.11.7

    Language:Japanese   Presentation type:Poster presentation  

    Venue:島根大学  

    researchmap

  • スケーラブル無線メッシュネットワークの通信性能を極大とする最小スマートアクセスポイント配置

    竹林辰弥, 舩曵信生, 中西透

    電子情報通信学会技術研究報告  2010  電子情報通信学会

     More details

    Event date: 2010.10.21 - 2010.10.22

    Presentation type:Oral presentation (general)  

    Venue:大阪大学中之島センター  

    researchmap

  • プロキシを用いた匿名認証システムのユーザ登録機能及び追跡機能の実装

    矢野真也, 中西透, 舩曵信生

    コンピュータセキュリティシンポジウム(CSS2010)  2010 

     More details

    Event date: 2010.10.19 - 2010.10.21

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:岡山コンベンションセンター  

    researchmap

  • Efficient proofs of attributes in anonymous credential systems using a pairing-based accumulator

    Amang Sudarsono, Toru Nakanishi, and Nobuo Funabiki

    コンピュータセキュリティシンポジウム(CSS2010)  2010 

     More details

    Event date: 2010.10.19 - 2010.10.21

    Language:English   Presentation type:Oral presentation (general)  

    Venue:岡山コンベンションセンター  

    researchmap

  • アキュムレータを用いた失効可能グループ署名方式の公開鍵サイズの低減

    池太大貴, 中西透, 舩曵信生

    コンピュータセキュリティシンポジウム(CSS2010)  2010 

     More details

    Event date: 2010.10.19 - 2010.10.21

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:岡山コンベンションセンター  

    researchmap

  • 組織間連携を考慮した匿名IEEE802.1X認証プロトコルの実装

    佐藤優光, アマンスダルソノ, 中西透, 舩曵信生

    コンピュータセキュリティシンポジウム(CSS2010)  2010 

     More details

    Event date: 2010.10.19 - 2010.10.21

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:岡山コンベンションセンター  

    researchmap

  • WDMリングネットワークのノード構成問題の展開

    磯貝愛, 舩曵信生, 中西透

    情報処理学会研究報告  2010  情報処理学会

     More details

    Event date: 2010.9.17 - 2010.9.18

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:飛騨・世界生活文化センター  

    researchmap

  • 多種料理の調理手順スケジューリングアルゴリズムの複数調理者への拡張

    松島由紀子, 舩曵信生, 中西透

    電子情報通信学会技術研究報告  2010  電子情報通信学会

     More details

    Event date: 2010.8.23

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:国立情報学研究所  

    researchmap

  • 無線メッシュネットワークのアクセスポイント間通信での優先度順リンク動作方式

    田島滋人, 舩曵信生, 東野輝夫

    電子情報通信学会技術研究報告  2010  電子情報通信学会

     More details

    Event date: 2010.4.15 - 2010.4.16

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:鹿児島大学  

    researchmap

  • テスト駆動型開発手法のJavaプログラミング教育応用におけるテストコード提出機能

    福山裕輝, 舩曵信生, 中西透, 天野憲樹

    情報処理学会研究報告  2010  情報処理学会

     More details

    Event date: 2010.3.6 - 2010.3.7

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:筑波大学(東京)  

    researchmap

  • インターネットアクセス無線メッシュネットワークでの動作アクセスポイント選択アルゴリズムの提案

    清水淳基, 舩曵信生, 中西透

    電子情報通信学会インターネットアーキテクチャ研究会  2010 

     More details

    Event date: 2010.2.19

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:機械振興会館  

    researchmap

  • 多種料理の調理順最適化アルゴリズムの提案

    松島由紀子, 舩曵信生, 中西透

    情報処理学会研究報告  2009 

     More details

    Event date: 2009.12.17 - 2009.12.18

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • Improvement of dependable access point allocation algorithm and introduction of route availability for wireless mesh networks

    Walaa Hassan, Tamer Farag, Nobuo Funabiki, Toru Nakanishi

    IEICE Technical Report  2009 

     More details

    Event date: 2009.12.10 - 2009.12.11

    Language:English   Presentation type:Oral presentation (general)  

    researchmap

  • 忙しい人のための多種料理の調理順最適化アルゴリズム

    松島由紀子, 舩曵信生, 中西透

    第11回IEEE広島支部学生シンポジウム(HISS)  2009  IEEE広島支部

     More details

    Event date: 2009.11.21 - 2009.11.22

    Language:Japanese   Presentation type:Poster presentation  

    Venue:山口大学  

    researchmap

  • テスト駆動開発手法によるJavaプログラミング教育支援システムの実用性向上

    福山裕輝, 松島由紀子, 舩曵信生, 中西透

    第11回IEEE広島支部学生シンポジウム(HISS)  2009  IEEE広島支部

     More details

    Event date: 2009.11.21 - 2009.11.22

    Language:Japanese   Presentation type:Poster presentation  

    Venue:山口大学  

    researchmap

  • Webページレイアウト最適化法の通常フロー配置への拡張

    清水淳基, 磯貝愛, 舩曵信生, 中西透

    第11回IEEE広島支部学生シンポジウム(HISS)  2009  IEEE広島支部

     More details

    Event date: 2009.11.21 - 2009.11.22

    Language:Japanese   Presentation type:Poster presentation  

    Venue:山口大学  

    researchmap

  • 藤井裕城, 中西透, 舩曵信生

    藤井裕城, 中西透, 舩曵信生

    電子情報通信学会技術研究報告  2009 

     More details

    Event date: 2009.11.12

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • スケーラブル無線メッシュネットワークのためのスマートアクセスポイント配置アルゴリズムの提案

    上村香菜子, 舩曵信生, 中西透

    電子情報通信学会技術研究報告  2009 

     More details

    Event date: 2009.10.15 - 2009.10.16

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • プロキシを用いた匿名認証システムの改良と匿名掲示板への応用

    矢野真也, 中西透, 舩曵信生

    電子情報通信学会技術研究報告  2009 

     More details

    Event date: 2009.9.25

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • 閲覧サイズに適応するWebページレイアウト最適化法でのアクセス性改善

    磯貝愛, 舩曵信生, 中西透

    電子情報通信学会技術研究報告  2009 

     More details

    Event date: 2009.7.30 - 2009.7.31

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • An implementation of a group signature scheme with efficient verifier-local revocation check

    Amang Sudarsono, Toru Nakanishi, Yumi Sakemi, Yasuyuki Nogami, Nobuo Funabiki

    IEICE Technical Report  2009 

     More details

    Event date: 2009.5.22

    Language:English   Presentation type:Oral presentation (general)  

    researchmap

  • A generalized access point allocation algorithm for wireless mesh networks in indoor environments

    Tamer Farag, Nobuo Funabiki, Toru Nakanishi

    IEICE Technical Report  2009 

     More details

    Event date: 2009.5.21 - 2009.5.22

    Language:English   Presentation type:Oral presentation (general)  

    researchmap

  • Dependability extensions of the access point allocation algorithm for wireless mesh networks

    Walaa Hassan, Tamer Farag, Nobuo Funabiki, Toru Nakanishi

    IEICE Technical Report  2009 

     More details

    Event date: 2009.5.21 - 2009.5.22

    Language:English   Presentation type:Oral presentation (general)  

    researchmap

  • オープンソースソフトウエアインストールマニュアル管理のためのWebデータベースシステム

    村上幸一, 韓悦, 舩曵信生, 中西透, 徳永秀和, 重田和弘

    電子情報通信学会技術研究報告  2009 

     More details

    Event date: 2009.3.7

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • 教育支援システム"NOBASU"での文章作法オンラインチェック機能

    河野広貴, 舩曵信生, 中西透, 天野憲樹

    電子情報通信学会技術研究報告  2009 

     More details

    Event date: 2009.3.7

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • 無線メッシュネットワークにおけるWDSクラスタ分割アルゴリズムの改善

    田島滋人, 舩曵信生, 東野輝夫

    電子情報通信学会技術研究報告  2009 

     More details

    Event date: 2009.3.3 - 2009.3.4

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • シーン対応分割によるマルチサーバビデオエンコードシステム

    岡田源也, 舩曵信生, 中西透

    電子情報通信学会技術研究報告  2009 

     More details

    Event date: 2009.1.22 - 2009.1.23

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • テスト駆動型開発手法によるJavaプログラミング教育支援システムの提案

    松島由紀子, 笠井康裕, 舩曵信生, 中西透, 天野憲樹

    電子情報通信学会技術研究報告  2009 

     More details

    Event date: 2009.1.22 - 2009.1.23

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • 多様な閲覧サイズのためのWebページレイアウト最適化法の提案

    一色陽介, 舩曵信生, 中西透, 磯貝愛

    電子情報通信学会技術研究報告  2009 

     More details

    Event date: 2009.1.22 - 2009.1.23

    Language:Japanese   Presentation type:Oral presentation (general)  

    researchmap

  • オープンソース利用初心者を対象としたインストール操作支援システムの提案

    村上幸一, 舩曵信生, 徳永秀和, 重田和弘, 中西透

    第10回IEEE広島支部学生シンポジウム(HISS)  2008  IEEE広島支部

     More details

    Event date: 2008.11.22 - 2008.11.23

    Language:Japanese   Presentation type:Poster presentation  

    Venue:広島市立大学  

    researchmap

  • WDMリングネットワークのノード構成アルゴリズムのマルチリングへの拡張

    河野広貴, 一色陽介, 磯貝愛, 舩曵信生, 中西透

    第10回IEEE広島支部学生シンポジウム(HISS)  2008  IEEE広島支部

     More details

    Event date: 2008.11.22 - 2008.11.23

    Language:Japanese   Presentation type:Poster presentation  

    Venue:広島市立大学  

    researchmap

  • 無線メッシュネットワークの実用性向上を目的としたスマートアクセスポイントの構築

    平方健吾, 堀内哲史, *舩曵信生, 中西透

    電子情報通信学会技術研究報告  2008 

     More details

    Event date: 2008.11.13 - 2008.11.14

    Presentation type:Oral presentation (general)  

    Venue:郡山  

    researchmap

  • ペアリングを用いた効率的なForward-Secureグループ署名方式の公開鍵サイズの低減

    平雄太, 中西透, *舩曵信生

    電子情報通信学会技術研究報告  2008 

     More details

    Event date: 2008.11.13 - 2008.11.14

    Presentation type:Oral presentation (general)  

    Venue:名古屋  

    researchmap

  • 仮想マシンモニタ"Xen"を用いたスケーラブルなWebサーバシステムの提案

    小路朋也, 井上勇樹, *舩曵信生, 中西透, 籠谷裕人

    電子情報通信学会技術研究報告  2008 

     More details

    Event date: 2008.11.13 - 2008.11.14

    Presentation type:Oral presentation (general)  

    Venue:郡山  

    researchmap

  • 教養科目履修の最適割当アルゴリズムの提案

    小路朋也, 藤井裕城, 上村香菜子, 河野広貴, *舩曵信生, 中西透

    電子情報通信学会技術研究報告  2008 

     More details

    Event date: 2008.10.17

    Presentation type:Oral presentation (general)  

    Venue:岡山  

    researchmap

  • Webサービスにおけるプロキシを用いた匿名認証システムの実装

    大林弘樹, 中西透, 舩曵信生

    コンピュータセキュリティシンポジウム2008(CSS2008)  2008 

     More details

    Event date: 2008.10.8

    Language:Japanese   Presentation type:Oral presentation (general)  

    Venue:沖縄コンベンションセンター  

    researchmap

  • 署名生成・検証時間が一定であるメンバ失効可能グループ署名方式の公開鍵サイズの低減

    藤井裕城, 平雄太, 中西透, *舩曵信生

    電子情報通信学会技術研究報告  2008 

     More details

    Event date: 2008.9.12

    Presentation type:Oral presentation (general)  

    Venue:東京  

    researchmap

  • 教育支援システムNOBASUの支援機能の拡張

    笠井康裕, *舩曵信生, 天野憲樹, 中西透

    電子情報通信学会技術研究報告  2008 

     More details

    Event date: 2008.6.14

    Presentation type:Oral presentation (general)  

    Venue:名古屋  

    researchmap

  • Webによる学習管理システム向け4階層アーキテクチャの提案とNOBASUへの実装

    馬場章太, 天野憲樹, *舩曵信生, 中西透

    情報処理学会グループウェアとネットワークサービス研究会  2008 

     More details

    Event date: 2008.3.21

    Presentation type:Oral presentation (general)  

    Venue:八王子市  

    researchmap

  • 複数オープンソース間連携を要するインストールマニュアルの自動生成法

    村上幸一, *舩曵信生, 徳永秀和, 重田和弘

    情報処理学会グループウェアとネットワークサービス研究会  2008 

     More details

    Event date: 2008.3.21

    Presentation type:Oral presentation (general)  

    Venue:八王子  

    researchmap

  • 二階層無線メッシュネットワークへの経路木アルゴリズムの拡張

    上村香菜子, *舩曵信生, 中西透, ターメルファラグ

    電子情報通信学会ネットワークシステム研究会  2008 

     More details

    Event date: 2008.3.6 - 2008.3.7

    Presentation type:Oral presentation (general)  

    Venue:名護  

    researchmap

  • 構造化学習のための講義シーンの分類・関連付け手法の提案

    毛利亜紀, *舩曵信生, 中西透

    情報処理学会コンピュータと教育研究会  2008 

     More details

    Event date: 2008.2.16 - 2008.2.17

    Presentation type:Oral presentation (general)  

    Venue:小金井市  

    researchmap

  • 無線メッシュネットワークでのコンテンションウインドウサイズ操作時のスループット測定結果

    加藤秀明, *舩曵信生, 中西透

    電子情報通信学会技術研究報告  2007 

     More details

    Event date: 2007.12.20 - 2007.12.21

    Presentation type:Oral presentation (general)  

    Venue:千葉  

    researchmap

  • プライバシ保護を目的としたグループ署名に基づくSSL/TLSプロトコルの実装

    大林弘樹,中西透,川島潤,*舩曵信生

    電子情報通信学会技術研究報告  2007 

     More details

    Event date: 2007.12.19

    Presentation type:Oral presentation (general)  

    Venue:東京  

    researchmap

  • モバイルホストの負荷を軽減した失効機能をもつ匿名IEEE802.1X認証の実装

    三木康平,中西透,川島潤,*舩曵信生

    情報処理学会研究報告  2007 

     More details

    Event date: 2007.12.14

    Presentation type:Oral presentation (general)  

    Venue:東京  

    researchmap

  • A heuristic algorithm for access point allocation in indoor environments for wireless mesh networks

    Tamer Farag, Nobuo Funabiki, and Toru Nakanishi

    IEICE Technical Report  2007 

     More details

    Event date: 2007.12.13 - 2007.12.14

    Presentation type:Oral presentation (general)  

    Venue:広島  

    researchmap

  • uClinux環境下でのOSレベル仮想化の実現

    川島潤, 中西透, *舩曵信生

    情報処理学会研究報告  2007 

     More details

    Event date: 2007.12.4

    Presentation type:Oral presentation (general)  

    Venue:名古屋  

    researchmap

  • 不正回答を防止できる授業評価アンケートシステムの実装

    谷川浩司,中西透,*舩曵信生

    コンピュータセキュリティシンポジウム  2007 

     More details

    Event date: 2007.10.31 - 2007.11.2

    Presentation type:Oral presentation (general)  

    researchmap

  • 無線メッシュネットワークでの最大遅延の最小化を目的とした経路木生成アルゴリズムの提案

    上村香菜子, *舩曵信生, 中西透, ターメルファラグ

    電子情報通信学会技術研究報告  2007 

     More details

    Event date: 2007.10.18 - 2007.10.19

    Presentation type:Oral presentation (general)  

    Venue:東京  

    researchmap

  • WDMリングネットワークのノード構成アルゴリズムの改良

    一色陽介, 磯貝愛, *舩曵信生, 中西透

    電子情報通信学会技術研究報告  2007 

     More details

    Event date: 2007.10.11 - 2007.10.12

    Presentation type:Oral presentation (general)  

    Venue:小金井市  

    researchmap

  • 署名者の負担を軽減した失効方式をもつペアリングを用いたグループ署名方式の実装

    平雄太, 加藤英洋, 中西透, 野上保之, *舩曵信生, 森川良孝

    電子情報通信学会技術研究報告, ISEC2007-83  2007 

     More details

    Event date: 2007.9.7

    Venue:東京都  

    researchmap

  • ログファイルを用いたオープンソースソフトウエアのインストールマニュアル自動生成法の提案

    村上幸一, *舩曵信生, 徳永秀和, 重田和弘

    電子情報通信学会技術研究報告, ET2007-33  2007 

     More details

    Event date: 2007.9.1

    Venue:寝屋川市  

    researchmap

  • WEBベースの教育支援システム"NOBASU"の拡張と評価

    岡田源也, *舩曵信生, 中西透, 天野憲樹

    電子情報通信学会技術研究報告, ET2007-38  2007 

     More details

    Event date: 2007.9.1

    Venue:寝屋川市  

    researchmap

  • デジタル紙芝居システムによる講義シーン再生システムの提案

    毛利亜紀, 一色陽介, *舩曵信生, 中西透

    電子情報通信学会技術研究報告, ET2007-16  2007 

     More details

    Event date: 2007.7.21

    Venue:盛岡市  

    researchmap

  • リモートI/O機器のための組込みLinux

    小路朋也, 川島潤, *舩曵信生, 中西透, 飯島英樹, 前田康之

    電子情報通信学会技術研究報告, NS2007-28  2007 

     More details

    Event date: 2007.5.18 - 2007.5.19

    Venue:吹田市  

    researchmap

  • PeerCastにおける経路の動的変更機能の実装

    安原健介, 甲本卓也, *舩曵信生, 杉山裕二

    電子情報通信学会技術研究報告, NS2007-19  2007 

     More details

    Event date: 2007.5.17 - 2007.5.18

    Venue:吹田市  

    researchmap

  • 無線メッシュネットワークのWDSクラスタ分割問題

    田島滋人,*舩曵信生, 東野輝夫

    電子情報通信学会技術研究報告, NS2006-220  2007 

     More details

    Event date: 2007.3.8 - 2007.3.10

    Venue:宜野湾市  

    researchmap

  • デジタル紙芝居配信システムに関する研究

    篠原陽介, 毛利亜紀, *舩曵信生, 甲本卓也

    電気・情報関連学会中国支部第57回連合大会  2006 

     More details

    Event date: 2006.10.21

    Venue:岡山  

    researchmap

  • WEBによる教育活動支援システムNOBASUの開発と運用

    *舩曵信生, 長尾憲暁, 永田佳範, 馬場章太

    平成18年度工業・工学教育研究講演会  2006 

     More details

    Event date: 2006.7.28 - 2006.7.30

    Venue:北九州  

    researchmap

  • アプリケーションレベルマルチキャスト通信経路木の視覚的評価のためのMINET_Viewerの開発

    吉田翔志, *舩曵信生, 中西透

    第7回IEEE広島支部学生シンポジウム(HISS)  2005 

     More details

    Event date: 2005.11.27

    Venue:岡山市  

    researchmap

  • 最適化手法によるパノラマ画像合成法の提案

    磯貝愛, *舩曵信生, 甲本卓也, 杉山裕二, 尾崎亮, 岡本卓爾

    電子情報通信学会SIS  2004 

     More details

    Event date: 2004.12.16 - 2004.12.17

    Venue:豊中  

    researchmap

  • IC/LSI電源系EMCマクロモデルLECCSのためのパラメータ最適化アルゴリズムの提案

    野村洋平, 川島潤, *舩曵信生, 豊田友博, 南澤裕一郎, 和田修己

    電子情報通信学会EMCJ  2004 

     More details

    Event date: 2004.12.9 - 2004.12.10

    Venue:名古屋  

    researchmap

  • A minimum dead space algorithm for wavelength reuse problems in WDM ring networks

    *Nobuo Funabiki, Toru Nakanishi, Yoshitaka Toyota, Jun Kawashima, and Teruo Higashino

    International Conference on Optical Communications and Networks (ICOCN-2004)  2004 

     More details

    Event date: 2004.11.30 - 2004.12.1

    Venue:Hong Kong  

    researchmap

  • A proposal of hierarchical chordal ring network topology for WDM networks

    Tomoya Kitani, *Nobuo Funabiki, and Teruo Higashino

    2004 International Conference on Networks (ICON-2004)  2004 

     More details

    Event date: 2004.11.16 - 2004.11.19

    Venue:Singapore  

    researchmap

  • 大規模グループにおいて所属無効化が可能なグループ署名方式

    窪岡史章, 中西透, *舩曵信生

    電子情報通信学会ISEC  2004 

     More details

    Event date: 2004.11.8 - 2004.11.9

    Venue:吹田  

    researchmap

  • 講義・演習を対象としたWEBベースの教育支援システムの検討

    高橋紀行,*舩曵信生,中西透

    電子情報通信学会ET  2004 

     More details

    Event date: 2004.10.16

    Venue:倉敷  

    researchmap

  • 集計時の負荷を軽減した重み付き電子投票プロトコル

    中武真治, 中西透, *舩曵信生, 杉山裕二

    電子情報通信学会ISEC  2004 

     More details

    Event date: 2004.7.20 - 2004.7.21

    Venue:徳島  

    researchmap

  • アドホックネットワークへの中継アンテナ導入によるホスト間通信経路の確保

    三谷千恵, 熊野英嗣, *舩曵信生, 中西透

    電子情報通信学会NS  2004 

     More details

    Event date: 2004.7.15 - 2004.7.16

    Venue:広島  

    researchmap

  • WEBを用いた英語教員の授業割当支援システム

    高橋紀行,*舩曵信生,矢野正昭

    電子情報通信学会ET  2004 

     More details

    Event date: 2004.3.5

    Venue:高松  

    researchmap

  • マルチホームネットワーク環境下での完全k分木型ピアツーピアマルチキャスト経路木探索解法の提案

    川島潤,*舩曵信生,岡山聖彦

    電子情報通信学会NS  2004 

     More details

    Event date: 2004.1.29 - 2004.1.30

    Venue:堺  

    researchmap

  • 可変テンプレートマッチング法による歯の輪郭線抽出法の提案

    丹生谷佳紀,*舩曵信生,岸本悦央

    電子情報通信学会PRMU  2004 

     More details

    Event date: 2004.1.22 - 2004.1.23

    Venue:大阪  

    researchmap

  • アドホックネットワークのための信頼度制約ルーティング問題とそのアルゴリズムの提案

    熊野英嗣, 三谷千恵,*舩曵信生

    IEEE広島支部学生シンポジウム(HISS)  2003 

     More details

    Event date: 2003.12.13 - 2003.12.14

    Venue:広島市  

    researchmap

  • Deformable Template Matching法による歯の輪郭線抽出法の提案

    丹生谷吉紀, *舩曵信生, 岸本悦央

    電気・情報関連学会中国支部第54回連合大会  2003 

     More details

    Event date: 2003.10.18

    Venue:広島市  

    researchmap

  • グループ内での暗号ファイルの相互利用を可能とするファイル保護システムの提案

    高橋紀行, *舩曵信生, 小林正憲

    電気・情報関連学会中国支部第54回連合大会  2003 

     More details

    Event date: 2003.10.18

    Venue:広島市  

    researchmap

  • 静的マルチキャストルーティング問題に対する最適パス選択解法の提案

    藤井雅和, *船曵信生,中田明夫,北道淳司,東野輝夫

    電子情報通信学会コンピュテーション研究会  2001 

     More details

    Event date: 2001.1.30

    Venue:東京  

    researchmap

  • A greedy-neural combined discrete optimization algorithm for triangle and Kn-subgraph partition problem

    Hirotaka Ohtsuka, *Nobuo Funabiki, Teruo Higashino

    World Multiconference on Systemics, Cybernetics, and Informatics  2000 

     More details

    Event date: 2000.7.23 - 2000.7.27

    Venue:Orlando  

    researchmap

  • A proposal of a neuron filter algorithm with a thinning-out method for total coloring problems

    Yoichi Takenaka, *Nobuo Funabiki

    World Multiconference on Systemics, Cybernetics, and Informatics  2000 

     More details

    Event date: 2000.7.23 - 2000.7.27

    Venue:Orlando  

    researchmap

  • A greedy digital neural-network algorithm for subgraph isomorphism problems

    *Nobuo Funabiki,Teruo Higashino

    World Multiconference on Systemics, Cybernetics, and Informatics  2000 

     More details

    Event date: 2000.7.23 - 2000.7.27

    Venue:Orlando  

    researchmap

  • 静的マルチキャストルーティング問題に対する2段階解法の提案

    藤井雅和, *船曵信生, 東野輝夫

    第13回回路とシステム(軽井沢)ワークショップ  2000 

     More details

    Event date: 2000.4.24 - 2000.4.26

    Venue:軽井沢  

    researchmap

  • A proposal of a two-stage discrete optimization method for the maximum clique problem

    *Nobuo Funabiki, Teruo Higashino

    International Symposium on Nonlinear Theory and Its Applications  1999 

     More details

    Event date: 1999.11.27 - 1999.12.2

    Venue:Hawaii Island  

    researchmap

  • A non-feedback neuron filter algorithm for separated board-level routing problems in FPGA-based logic emulation systems

    Yoichi Takenaka, *Nobuo Funabiki

    IEEE International Joint Conference on Neural Networks  1999 

     More details

    Event date: 1999.7.11 - 1999.7.15

    Venue:Washington D.C.  

    researchmap

  • A gradual neural network approach for broadcast scheduling in packet radio networks

    *Nobuo Funabiki, Yoichi Takenaka, Teruo Higashino

    IEEE International Joint Conference on Neural Networks  1999 

     More details

    Event date: 1999.7.11 - 1999.7.15

    Venue:Washington D.C.  

    researchmap

  • Application of throughput drop estimation model to frequency channel and channel bonding assignment in IEEE 802.11n WLAN

    Kwenga Ismael Munene, Nobuo Funabiki, Hendy Briantoro, Md. Mahbubur Rahman, Sujan Chandra Roy, Minoru Kuribayashi

    IEICE Society Conference, BS-6-11  2021.9.14 

     More details

    Presentation type:Oral presentation (general)  

    researchmap

  • A study of throughput drop estimation model for two-link concurrent communications in 5GHz IEEE 802.11ac WLAN

    Sujan Chandra Roy, Nobuo Funabiki, Kwenga Ismael Munene, Hendy Briantoro, Md. Mahbubur Rahman, Fatema Akhter, Minoru Kuribayashi

    IEICE Society Conference, BS-6-1  2021.9.14 

     More details

    Presentation type:Oral presentation (general)  

    researchmap

  • A study of value trace problems in JavaScript programming learning assistant system

    Khin Thet Mon, Nobuo Funabiki, Htoo Htoo, Sandi Kyaw, May Paing, Paing Zaw, Ei Ei Myat

    ISPJ/IEICE Forum on Information Technology (FIT), CB-002  2021.8.25 

     More details

    Presentation type:Oral presentation (general)  

    researchmap

  • Applications of element fill-in-blank problems for C programming learning in three universities

    Htoo Htoo, Sandi Kyaw, Nobuo Funabiki, Thandar Myint, Phyu Phyu Tar, Nandar Win Min, Hnin Aye Thant, Shune Lae Aung, Nem Khan Dim

    ISPJ/IEICE Forum on Information Technology (FIT), CB-003  2021.8.25 

     More details

    Presentation type:Oral presentation (general)  

    researchmap

  • A study of fingerprint parameter optimization method for indoor localization system using IEEE802.15.4 devices

    Yuanzhi Huo, Pradini Puspitaningayu, Kazushi Hamazaki, Nobuo Funabiki, Minoru Kuribayashi, Kazuyuki Kojima

    電子情報通信学会技術研究報告  2021.5.10 

     More details

    Presentation type:Oral presentation (general)  

    researchmap

  • 空調環境適正化ガイダンスシステムでの換気指示機能の実装

    坂上暢規, 霍元智, 舩曵信生, 栗林稔

    電子情報通信学会技術研究報告, LOIS2021-1  2021.5.10 

     More details

    Presentation type:Oral presentation (general)  

    researchmap

  • プログラミング学習支援システムの解答分析機能の拡張

    西村一輝, 岩本晃司郎, Htoo Htoo, Sandy Kyaw, 舩曵信生, 栗林稔

    電子情報通信学会技術研究報告, LOIS2021-2  2021.5.10 

     More details

    Presentation type:Oral presentation (general)  

    researchmap

  • IEEE802.15.4プロトコルを用いた屋内位置検知システムの複数ユーザ対応のための拡張

    濵﨑和志, Pradini Puspitaningayu, 舩曵信生, 栗林稔

    電子情報通信学会技術研究報告, LOIS2021-3  2021.5.10 

     More details

    Presentation type:Oral presentation (general)  

    researchmap

  • An improvement of transmission power optimization method considering channel assignment for concurrently communicating three access-points in wireless local-area network

    Hendy Briantoro, Nobuo Funabiki, Md. Mahbubur Rahman, Kwenga Ismael Munene, Sujan Chandra Roy, Minoru Kuribayashi

    IEICE General Conference  2021.3.9 

     More details

    Presentation type:Oral presentation (general)  

    researchmap

  • A study of product identification system using optical character recognition

    Shixi Chen, Nobuo Funabiki, Masaki Sakagami, Takashi Toshida, Kohei Suga

    電子情報通信学会技術研究報告, LOIS2020-48  2021.3.4 

     More details

    Presentation type:Oral presentation (general)  

    researchmap

  • Implementation and performance evaluation of unit testing in Android programming learning assistance system

    Yan Watequlis Syaifudin, Nobuo Funabiki, Minoru Kuribayashi

    電子情報通信学会技術研究報告, LOIS2020-32  2021.1.21 

     More details

    Presentation type:Oral presentation (general)  

    researchmap

  • A study of code completion problem for C programming learning assistant system

    Htoo Htoo, Sandi Kyaw, Nobuo Funabiki, Minoru Kuribayashi, Thandar Myint, Hnin Aye Thant

    電子情報通信学会技術研究報告, LOIS2020-34  2021.1.21 

     More details

    Presentation type:Oral presentation (general)  

    researchmap

  • An implementation of fingerprint-based indoor positioning system using IEEE 802.15.4

    Pradini Puspitaningayu, Kazushi Hamazaki, Nobuo Funabiki, Hein Htet, Minoru Kuribayashi

    電子情報通信学会技術研究報告, LOIS2020-28  2021.1.21 

     More details

    Presentation type:Oral presentation (general)  

    researchmap

  • An implementation of hint Function for element fill-in-blank problems at offline answering function in Java programming learning assistant system

    Su Sandy Wint, Nobuo Funabiki, Minoru Kuribayashi

    電子情報通信学会技術研究報告, LOIS2020-33  2021.1.21 

     More details

    Presentation type:Oral presentation (general)  

    researchmap

  • Throughput measurements with various indoor AP placement conditions for IEEE802.11n wireless networks

    IEICE General Conference  2016 

     More details

  • Performance evaluations of elastic WLAN testbed

    IEICE General Conference  2016 

     More details

  • Evaluations of access-point configuration algorithm under limited mobile router allocations

    IEICE General Conference  2016 

     More details

▼display all

Works

  • 岡山大学・知恵の見本市

    2015

     More details

Awards

  • Best Paper Award

    2025.4   2025 13th International Conference on Information and Education Technology (ICIET 2025)   An implementation of grammar-concept understanding problems in Verilog programming learning assistant system

    Shaobo Jin, Nobuo Funabiki, Tzu-Lun Fang, Pin-Chieh Hsieh, and Yu-Cheng Fan

     More details

  • Excellent Student Paper Award

    2024.10   2024 IEEE 13th Global Conference on Consumer Electronics (GCCE 2024)   An implementation of user-interface checking function for Flutter programming learning assistant system

    Soe Thandar Aung, Nobuo Funabiki, Lynn Htet Aung, Safira Adine Kinari

     More details

  • Best Presenter Award

    2023.10   2023 The Fifth International Conference on Vocational Educational and Electrical Engineering (ICVEE 2023)   An investigation of running load comparisons of ARCore on native Android and Unity for outdoor navigation system using smartphone

    Komang Candra Brata, Nobuo Funabiki, Evianita Dewi Fajrianti, Mustika Mentari, Sritrusta Sukaridhoto

     More details

  • Excellent Student Paper Award

    2023.10   2023 IEEE 12th Global Conference on Consumer Electronics (GCCE 2023)   A proposal of auxiliary line generation algorithm for portrait drawing learning assistant system using OpenPose and OpenCV

    Zitong Kong, Yue Zhang, Nobuo Funabiki, Yuanzhi Huo, Minoru Kuribayashi, Dwinanda Puspitasari Harahap

     More details

  • Best Presentation Award

    2023.3   2023 11th International Conference on Information and Education Technology (ICIET 2023)   An implementation of Java programming learning assistant system in university course

    Xiqin Lu, Nobuo Funabiki, Soe Thandar Aung, Yanhui Jing, Shingo Yamaguchi

     More details

  • Bronze Best Paper Award

    2021.10   2021 IEEE 10th Global Conference on Consumer Electronics (GCCE)   Test code improvements for code writing problem in Java programming assistant system

    Xiqin Lu, Huiyu Qi, Nobuo Funabiki, Soe Thandar Aung, Ei Ei Htet, Khin Sandar Lin, and Wen-Chung Kao

     More details

  • Best Paper Award

    2021.10   2021 4th International Conference on Vocational Education and Electrical Engineering (ICVEE)   Investigations of detection accuracy improvements for fingerprint-based indoor localization system using IEEE 802.15.4

    Pradini Puspitaningayu, Yuanzhi Huo, Nobuo Funabiki, Kazushi Hamazaki, Minoru Kuribayashi, and Wen-Chung Kao

     More details

  • Excellent Paper Award of Oral Presentation

    2021.3   2021 IEEE 3rd Global Conference on Life Sciences and Technologies (LifeTech 2021)   Performance investigation of unit testing in Android programming learning assistance system

    Yan Watequlis Syaifudin, Nobuo Funabiki, Devany C. Wijaya, and Ikhlaashul Mu'aasyiqiin

     More details

  • Best Presentation Award

    2021.3   2021 9th International Conference on Information and Education Technology (ICIET 2021)   A code completion problem in C programming learning assistant system

    Htoo Htoo Sandi Kyaw, Ei Ei Htet, Nobuo Funabiki, Minoru Kuribayashi, Thandar Myint, Phyu Phyu Tar, Nandar Win Min, Hnin Aye Thant, and Phyu Hnin Wai

     More details

  • Best Paper Award

    2018.11   The 2nd International Conference on Advanced Information Technologies (ICAIT2018)   Applications of minimax access-point setup optimization approach to IEEE802.11ac WLAN at 5GHz

    Kyaw Soe Lwin, Zinan Wang, Nobuo Funabiki, MinoruKuribayashi, and Wen-Chung Kao

     More details

  • Best Paper Award of International Conference on Education and Information Technology 2016 (ICEIT2016)

    2016  

     More details

  • Best Paper Award of 4th International Congress on Advanced Applied Informatics (AAI 2015)

    2015  

     More details

    Country:Japan

    researchmap

  • Certificate of Merit for The 2015 IAENG International Conference on Software Engineering

    2015  

     More details

  • Competitive Paper Award of The 3rd International Conference on Applied and Theoretical Information Systems Research (ATISR2013)

    2013  

     More details

  • Best Paper Award of International Conference on Education and Information Technology 2012 (WICEIT 2012)

    2012  

     More details

  • Best Paper Award of The 2011 IAENG International Conference on Communication Systems and Applications (ICCSA 2011)

    2011  

     More details

  • Best Paper Award of The 14th International Conference on Network-Based Information Systems (NBiS 2011)

    2011  

     More details

  • DICOMO2004優秀論文賞

    2004  

     More details

    Country:Japan

    researchmap

▼display all

Research Projects

  • A study of system formation method for elastic wireless local-area network

    Grant number:16K00127  2016.04 - 2020.03

    Japan Society for the Promotion of Science  Grants-in-Aid for Scientific Research  Grant-in-Aid for Scientific Research (C)

    Funabiki Nobuo

      More details

    Grant amount:\4680000 ( Direct expense: \3600000 、 Indirect expense:\1080000 )

    In this research, we have studied the system formation method for the elastic wireless local-area network (E-WLAN) that dynamically changes the configurations of the access-points (APs) depending on traffic demands and network environments. Through research activities, we have achieved the following results: 1) to propose the physical setup method of the AP device in the network field, 2) to formulate the throughput estimation model of the wireless link, 3) to define the throughput drop estimation model under interference from other links for partially overlapping channels, 4) to proposed optimization algorithms on channel assignments, transmission power assignments, and channel bonding assignments for dynamic configurations of the APs, 5) to investigate the distributed data cash system, and 6) to implement the testbed system for E-WLAN using Raspberry Pi for APs.

    researchmap

  • Proposal and Implementation of Anonymous Authentications Suitable for Mobile Environment

    Grant number:25330153  2013.04 - 2016.03

    Japan Society for the Promotion of Science  Grants-in-Aid for Scientific Research  Grant-in-Aid for Scientific Research (C)

    Nakanishi Toru, NOBUO FUNABIKI, YASUYUKI NOGAMI

      More details

    Grant amount:\4810000 ( Direct expense: \3700000 、 Indirect expense:\1110000 )

    By anonymous authentications, a user can be anonymously authenticated, and thus the privacy of users is protected. In conventional anonymous authentication schemes, large data size and large processing time are required for user revocation and excluding anonymous dishonest users. In this study, to realize practical anonymous authentications in mobile environment, we have constructed efficient schemes for the user revocation and excluding anonymous dishonest users.

    researchmap

  • Proposal and Implementation of Revocable Group Signature Scheme with Scalability

    Grant number:22560378  2010 - 2012

    Japan Society for the Promotion of Science  Grants-in-Aid for Scientific Research  Grant-in-Aid for Scientific Research (C)

    NAKANISHI Tohru, FUNABIKI Nobuo, NOGAMI Yasuyuki

      More details

    Grant amount:\4420000 ( Direct expense: \3400000 、 Indirect expense:\1020000 )

    By anonymous authentications called group signatures, a user can be anonymously authenticated, and thus the privacy of users is protected. In conventional group signature schemes, the computational and/or communicational costs depending on the number of users and the number of revoked ones are required for member revocations. In this research, we constructed revocable schemes that are efficient on both costs, and realized scalable implementations by the fast pairing computations.

    researchmap

  • A Study of Scalable Wireless Mesh Network for High-Capacity Data Transmission

    Grant number:22500059  2010 - 2012

    Japan Society for the Promotion of Science  Grants-in-Aid for Scientific Research  Grant-in-Aid for Scientific Research (C)

    FUNABIKI Nobuo, NAKANISHI Toru, TAJIMA Shigeto

      More details

    Grant amount:\4290000 ( Direct expense: \3300000 、 Indirect expense:\990000 )

    A Study of Scalable Wireless Mesh Network for High-Capacity Data Transmission We studied the architecture, protocols, and design optimizations of wireless Internet-access mesh networks to improve the communication performance. First, we proposed the scalable architecture by adopting two types of access points (APs) and two types of AP clusters. Then, we proposed the fixed backoff-time switching method of ensuring the necessary bandwidth for each link, and implemented it on a network simulator and a Linux-PC. Finally, we proposed routing and active AP selection algorithms to efficiently apply the IEEE802.11n protocol.

    researchmap

  • Astudy of peerto-peer multicast communications with multiple Internet interfaces

    Grant number:16500034  2004 - 2007

    Japan Society for the Promotion of Science  Grants-in-Aid for Scientific Research  Grant-in-Aid for Scientific Research (C)

    FUNABIKI Nobuo, OKAYAMA Kiyohiko, NAKANISHI Toru, HIGASHINO Teruo, OZAKI Toru

      More details

    Grant amount:\3970000 ( Direct expense: \3700000 、 Indirect expense:\270000 )

    In this year, we have realized the dynamic routing change function for PeerCast, which is adopted as the middleware for peer-to-peer communications in this study, in order to optimize the routing while continuing communications, because PeerCast usually cannot produce the optimal routing. Then, we have studied the multimedia distribution system using the Web technology by the form of the digital picture-card show that plays back each scene of a distance lecture and a video meeting with the combination of a high-resolution digital still image and a speaker's voice for one scene, due to the various problems of security holes, high communication loads, and degrades of usability in using designated software's for peer-to-peer multimedia communications. In this year, we have implemented this system, and evaluated it through its applications to several lectures in our department, where the effectiveness is confirmed by the contribution to the improvement of understandings of students. In addition, we have realized the multimedia distribution system with high response in the wireless mesh network by incorporating Web cashes into mesh routers. The wireless mesh network has been studied as a platform to provide the ubiquitous environment of this multimedia system by allocating multiple wireless routers in the field. We have proposed the two-layer mesh network architecture composed of expensive high-performance routers and inexpensive low-performance routers to achieve the flexibility, the expandability, and the accessibility, where trusted hosts with multiple network interfaces may become the former routers. For this purpose, we have implemented the host authentication function, the multiple channel function, and the IP address assignment function.

    researchmap

  • Possibility of proteomic analyzation of saliva from patients with dry mouth

    Grant number:16592087  2004 - 2006

    Japan Society for the Promotion of Science  Grants-in-Aid for Scientific Research  Grant-in-Aid for Scientific Research (C)

    KISHIMOTO Etsuo, TAKAGI Shin, FUNABIKI Nobuo, NAKANISHI Toru

      More details

    Grant amount:\3300000 ( Direct expense: \3300000 )

    The aim of this study was to describe the relationship between subjective feeling of dry mouth and medication intake, saliva flow, saliva composition in eldery people. Also the patient taking many medicine tend to suffer from dry mouth, then mechanisms and drugs of dry mouth induced with medicine were examined on the data base, Drugs in Japan. There were significant relationship between clinical diagnosis and mucous wet test and moisture test on tongue and between age and moisture test on tongue. Feeling of dry mouth, clinical diagnosis and results of diagnostic measurement were not coincided necessarily. When two dimensions electrophoresis were done, isoelectrophoresis of saliva was difficult because many proteins content were disappeared after centrifugation to remove residues of whole saliva contaminated with disrupted epithelial cells and oral microorganisms. The molecular weight of salivary protein varied abroad and especially high molecular weight of protein disturbed the analysis. As enzymatic degrad ation of saliva was tried, high molecular weight molecule were effectively degraded by trypsin, on the other hand degradation by Endo-α-NAc-Galactosamidase and a-N-Acetyl-Galactos-aminidase were limited. These results suggested that fragments of salivary proteins by enzymatic treatment should be applied onto 2-D electrophoresis. More study was need for development of clinical measurement for dry mouth.

    researchmap

  • Research on HW/SW Co-design of Network Systems with Timing Constraints

    Grant number:15300016  2003 - 2005

    Japan Society for the Promotion of Science  Grants-in-Aid for Scientific Research  Grant-in-Aid for Scientific Research (B)

    HIGASHINO Teruo, YASUMOTO Keiichi, NAKATA Akio, UMEDU Takaaki

      More details

    Grant amount:\6600000 ( Direct expense: \6600000 )

    Due to the progress of the high-speed wireless network technologies such as WLAN and WCDMA, many new functions like web browsing, high-quality audio playback, digital camera, and video telephony have been integrated into cellular phone terminals. Various components including CPU,DSP, memory and CCD are used to realize such highly functional terminals. In order to shorten the development period and save the total cost of components satisfying expected performance and timing constraints, we need methods for efficiently developing a real-time embedded system using general components. In this paper, we propose a method for designing high-reliable real-time embedded systems with FPGA and general hardware components. In our method, we specify a system as a parallel composition of concurrent periodic EFSMs with timing constraints. We give performance values like data processing time and data input/output time as parameters of transition conditions in the EFSMs. Using a parametric model checking technique, we derive a parameter condition C which must hold for a system specification S to proceed without deadlocks and satisfy given timing constraints R. By preparing a list of cost-performance characteristics of available components and substituting their values to the derived parameter condition C we can automatically select an appropriate combination of components which minimizes the total cost. We have developed a design support tool based on the proposed technique. From a system specification, our synthesis tool can derive an RT-level VHDL description which can be synthesized as an FPGA circuit for controlling the components and transferring data among them. We have applied our technique to development of a basic functionality of a cellular phone and confirmed its usefulness.

    researchmap

  • Hardware Synthesis of High-speed Network Monitors

    Grant number:13650409  2001 - 2002

    Japan Society for the Promotion of Science  Grants-in-Aid for Scientific Research  Grant-in-Aid for Scientific Research (C)

    HIGASHINO Teruo, NAKATA Akio, YASUMOTO Eeiichi, FUNABIKI Nobuo, UMEDU Takaaki, YAMAGUCHI Hirozumi

      More details

    Grant amount:\2700000 ( Direct expense: \2700000 )

    Due to recent progress of the Internet, We need high-speed network monitors which can observe millions of packets per second. This research proposes a technique to synthesize hardware circuits from formal specifications of high-Speed network monitors described in LOTOS language.In the proposed method, a given network monitor is modeled as concurrent EFSMs, and data exchange among them is specified using multi-rendezvous in LOTOS. Depending on monitoring items and network speeds,We must derive different hardware circuits. For such parameter values, the proposed method can automatically select suitable hardware modules and adjust parameter values of the derived hardware component. We have developed a tool to generate the corresponding RT-level VHDL Specification from a given specification, and synthesize an FPGA circuit from the derived VHDL description. From our experiments, We have confirmed that the generated circuits have enough speeds for monitoring packets in Gigabit Ethernet.

    researchmap

  • Hardware Synthesis of Communication Protocols in Real-Time LOTOS Language

    Grant number:11650379  1999 - 2000

    Japan Society for the Promotion of Science  Grants-in-Aid for Scientific Research  Grant-in-Aid for Scientific Research (C)

    HIGASHINO Teruo, OKANO Kozo, KITAMICHI Junji, YASUMOTO Keiichi, NAKATA Akio, KITAJIMA Akira

      More details

    Grant amount:\2900000 ( Direct expense: \2900000 )

    This research proposes a concurrent periodic EFSMs model and a technique to synthesize hardware circuits from specifications of real-time systems described in Real-Time LOTOS language. In the proposed model, data exchange by synchronous execution of the same events in multiple EFSMs can be specified as multi-way synchronization in LOTOS.The executable time range of each event can be given as a logical conjunction of linear inequalities of the execution time of its preceding events. Since each EFSM has some branches and some combination of branches of those EFSMs may not be executable because of their timing constraints, the proposed synthesis technique finds only executable combination of branches from a given specification and generates a scheduler for event sequences in each executable combination of branches. We have developed a tool to generate the corresponding RTL-level VHDL specification from a given specification, and generated circuits from some specifications such as a video playback chip. From those experiments, we have confirmed that the performance and size of the generated circuits are reasonable for practical use.

    researchmap

  • 可変構造アーキテクチャに対する配置・配線設計支援アルゴリズムの研究

    Grant number:11780218  1999

    日本学術振興会  科学研究費助成事業  奨励研究(A)

    船曳 信生

      More details

    Grant amount:\2200000 ( Direct expense: \2200000 )

    本年度の研究では、可変構造アーキテクチャ向けとして、信号伝搬遅延の最小化を目指した配線構造の提案と、回路設計支援のための5段階アルゴリズムの中での1)各グループ毎の各回路分割の論理ブロック配置,2)新しい配線構造向けの配線配置に関して,各問題の定式化(制約条件・目的関数の定式化)と探索アルゴリズムの提案を行った.提案する配線構造では,各配線セグメントの接続スイッチを,同一セグメント構成では同じ位置に,異なるセグメント構成間では違えて配置することにより,構造の単純化と配線可能性の向上を目指した.提案アルゴリズムでは,近年のVLSI回路の大規模化に対応するために,得られる解の精度を悪化させずに,実行時の計算時間の短縮化と必要メモリー量の最小化を実現することを目指した.具体的には,我々の研究グループで提案している貧欲法とランダム交換法で構成させる、2段階近似アルゴリズム(2DOM)をベースとしている.提案アルゴリズムの性能評価には,9種類のMCNCベンチマーク例題回路を採用した.本シミュレーション結果では,まず各回路分割の論理ブロック配置アルゴリズムにより,シミュレーティッドアニーリングを長時間適用して得られる高精度の準最適解に比べ,わずか100分の1の時間で約7%のコスト悪化に迎えられる解が得られことを示した.また,配線アルゴリズムでは,従来の配線構造に比べ,ほぼ同程度の信号伝搬遅延を有する解を,その約3分の1の計算期間,および,約2分の1の必要メモリー量で得られることを示した.

    researchmap

  • Study of the implementation method for Newral Network Argoritm with a Multi-Context Dynamically Reconfigurable FPGA

    Grant number:09680338  1997 - 1999

    Japan Society for the Promotion of Science  Grants-in-Aid for Scientific Research  Grant-in-Aid for Scientific Research (C)

    KITAMICHI Junji, HIGASHINO Teruo, FUNABIKI Nobuo

      More details

    Grant amount:\3200000 ( Direct expense: \3200000 )

    In this study, We propose an implementation method of a Multi-Context Dynamically Reconfigurable FPGA and a CAD algorithm for optimal use of it. Multi-Context Dynamically Reconfigurable FPGA is a VLSI which can be programmed during system operation with better reconfiguration time-efficiency than conventional Reconfigurable FPGA. We evaluated the hardware cost to add the Multi-Context Dynamically Reconfigurable FPGA by the result of synthesis of the hardware description of the Multi-Context Dynamically Reconfigurable FPGA. And We also evaluated the improvement of CLB (Configurable Logic Block) or bus usage by the implementation of the Neural Network Algorithm compared with conventional Reconfigurable FPGA. The CAD algorithm for Multi-Context FPGA minimizes reconfiguration time overhead proportional to the amount of the reconfiguration data. It inputs a finite state machine and outputs subsets of states called pages which is a reconfiguration unit of Multi-Context FPGA. The performance of the proposed algorithm is demonstrated experimentally.

    researchmap

  • ニューラルネットによるFPGA配線最適化アルゴリズムの研究

    Grant number:09780274  1997 - 1998

    日本学術振興会  科学研究費助成事業  奨励研究(A)

    舩曳 信生

      More details

    Grant amount:\2000000 ( Direct expense: \2000000 )

    FPGA(Field Programmable Gate Array)は,ユーザーによる動作仕様の設定可能な集積回路として,短期間・低コストのVLSIシステム開発に利用されている.FPGAは,主として論理セル配列とセル端子間配線エリアから構成され,その効率的使用・集積度の向上のためには,端子間配線配置の最適化が非常に重要である.そこで本年度における研究では,昨年度の研究において提案したニューラルネットワークを用いた3段階配線最適化アルゴリズムの性能評価,および,実用化の目処を得ることを目標に研究を推進した.本アルゴリズムは,1)各配線に対する経路候補の抽出,2)貪欲法による各配線の初期配置の探索,3)ニューラルネットワークによる配線の初期配置の改善,の3段階で構成されている.本研究では,まず,提案する3段階アルゴリズムを実装した計算機シミュレー夕を作成し,実際のFPGA上の実装回路を想定して生成した複数の回路例題に対する本アルゴリズムの最適化性能の評価を行った.その結果,提案アルゴリズムは,従来アルゴリズムよりも計算時間を長く必要とするものの,配線配置に必要な総配線長を短くすることができ,同時に必要とする最大チャネル幅を小さくできることが明らかとなった.次に,実際の回路をFPGAに実装した場合における配線配置の最適化性能の評価を行うために,FPGA上で小規模のニューラルネットワークを実現する回路を設計し,その実現可能性を探索した.その結果,提案アルゴリズムによるFPGA上での配線配置の最適化の実用化の目処を得た.

    researchmap

  • 高位記述言語によるニューラルネットワークの設計と評価

    Grant number:08680364  1996

    日本学術振興会  科学研究費助成事業  基盤研究(C)

    西川 清史, 北道 淳司, 舩曵 信生

      More details

    Grant amount:\1500000 ( Direct expense: \1500000 )

    1.ニューラルネットワークモデルの検討
    ニューラルネットワークによる並列アルゴリズムの例題として、衛星通信チャンネル割り当て問題、N-Queens問題、ネットワーク割り当て問題、グラフのマックスカット問題等の最適化問題を選び、これをハード化するためのニューラルネットワークモデルを提案した。特に、N-Queens問題について、ニューロン単体機能とニューロン間結合機能を定め、それぞれについてハード化に必要なデータタイプ(実現するレジスタのビット数など)やアーキテクチャ(データ転送方式など)を決定した。
    2.高位記述言語によるニューラルネットワーク設計
    ニューロン単体とそれらを結合するネットワークについて、それぞれ我々が既に開発している代数的記述言語(ASL)などを用いてトップダウン設計を行った。さらに、C言語で表現した回路を変換して、動作シミュレータ及び回路記述言語SFL(NTT開発)へ入力して、動作シミュレータにより、記述されたニューラルネットワークの性能評価を行い、またSFL用のパルテノンを利用して、回路規模の評価等を行った。
    3.ニューラルネットワーク設計と実現性評価
    設計例題として、N-Queens問題についてCADを用いて回路合成を行い、本手法の有効性と実現性を評価した。回路規模については、アルゴリズムのソフトウエアによる実現と比較して、同等の資源利用率(ソフトにおけるメモリ使用,ハードにおけるゲート数など)で実現できることを示した。また、計算時間のオーダをn^3からnまで短縮できることを示し、本手法の有効性を示した。

    researchmap

  • ニューラルネットワークによるVLSI配線最適化アルゴリズムの研究

    Grant number:07780263  1995

    日本学術振興会  科学研究費助成事業  奨励研究(A)

    船曳 信生

      More details

    Grant amount:\900000 ( Direct expense: \900000 )

    本研究では、人工的ニューラルネットワークの応用により、工学上重要な組合せ最適化問題であるVLSI配線最適化問題の並列アルゴリズムの研究を行った。ニューラルネットワークは、脳の有する高度な情報処理機能に着目し、その構造を数学的に表現することにより、計算機上に実現するための手法である。ニューラルネットワークを組合せ最適化問題のアルゴリズムとして見た場合における特長は、並列性および汎用性である。すなわち、多数のプロセッサを同時に使用することにより、計算速度の飛躍的向上が図れるのみならず、エネルギー関数と呼ばれる評価式の変更により、種々の問題に適用可能である。
    本研究では、まず、VLSIチャネル内配線配置の最適化のため、必要な面積を最小とするための各配線の配置問題に関する並列アルゴリズムの研究を行った。次に、VLSI配線配置の設計上重要なビアと呼ばれるレイヤー間結合点の最小化問題、VLSI配線最適化問題の基礎となる最大クリーク問題の研究も行った。さらに、工学上重要なもう一つの組合せ最適化問題であるネットワークの通信パケット制御問題への本研究成果の適用を図った。これら本研究で対象とした組合せ最適化問題は、いずれもNP完全と呼ばれる困難な問題である。本研究では、それぞれの問題において、ニューラルネットワークに基づく新しい並列アルゴリズムの提案を行った。シミュレーションにより、提案する並列アルゴリズムが、従来アルゴリズムよりも優れた解の精度を得ることを示した。

    researchmap

▼display all

 

Class subject in charge

  • Special Lecture of ICT-utilized Business Mind (2025academic year) Prophase  - その他

  • Object-oriented Programming (2025academic year) Third semester  - 月5~6,木3~4

  • Object-oriented Programming (2025academic year) Third semester  - 月5~6,木3~4

  • Graph Theory (2025academic year) Fourth semester  - 月5~6,木5~6

  • Graph Theory (NE) (2025academic year) Fourth semester  - 月5~6,木5~6

  • System Security and Optimization (2025academic year) Prophase  - 月5~6

  • System Security and Optimization (2025academic year) Prophase  - 月5~6

  • Practical Information Security (2025academic year) 3rd and 4th semester  - 金5~8

  • Programming Language Exercise II (2025academic year) Third semester  - 月5~6,木3~4

  • Theory of Distributed Algorithms (2025academic year) Prophase  - その他

  • Seminar in Distributed System Design (2025academic year) Other  - その他

  • Seminar in Distributed System Design (2025academic year) Year-round  - その他

  • Internship in Engineering and Science (2025academic year) Year-round  - その他

  • Information Security (2025academic year) 3rd and 4th semester  - 金5~8

  • Special Lecturer of Information Security (2025academic year) Late  - 金4~8

  • Special Lecturer of Information Security (2025academic year) Late  - 金4~8

  • Information-oriented society and technology (2025academic year) 1st and 2nd semester  - その他

  • Information-oriented Society and Technology (2025academic year) 1st and 2nd semester  - その他

  • Introduction to Information and Communication Professionals (2025academic year) Prophase  - その他

  • Introduction to Information and Communication Professionals (2025academic year) Prophase  - その他

  • Engineering English(Communication Network Engineering) (2025academic year) Late  - 木3~4

  • Advanced Study (2025academic year) Other  - その他

  • Technical Writing(Communication Network Engineering) (2025academic year) Prophase  - その他

  • Technical Writing(Communication Network Engineering) (2025academic year) Prophase  - その他

  • Technical Presentation(Communication Network Engineering) (2025academic year) Late  - その他

  • Technical Presentation(Communication Network Engineering) (2025academic year) Late  - その他

  • Introduction to Electrical and Communication (2025academic year) 1st semester  - その他

  • Special Lecture of ICT-utilized Business Mind (2025academic year) Prophase  - その他

  • Undergraduate Research Experience 2 (2025academic year) special  - その他

  • Special Lecture of ICT-utilized Business Mind (2024academic year) Prophase  - その他

  • Object-oriented Programming (2024academic year) Third semester  - 月5~6,木3~4

  • Object-oriented Programming (2024academic year) Third semester  - 月5~6,木3~4

  • Graph Theory (2024academic year) Fourth semester  - 月5~6,木5~6

  • Graph Theory (NE) (2024academic year) Fourth semester  - 月5~6,木5~6

  • System Security and Optimization (2024academic year) Prophase  - 月5~6

  • System Security and Optimization (2024academic year) Prophase  - 月5~6

  • Practical Information Security (2024academic year) 3rd and 4th semester  - 金5~8

  • Programming Language Exercise II (2024academic year) Third semester  - 月5~6,木3~4

  • Theory of Distributed Algorithms (2024academic year) Prophase  - その他

  • Seminar in Distributed System Design (2024academic year) Other  - その他

  • Seminar in Distributed System Design (2024academic year) Year-round  - その他

  • Seminar in Distributed System Design (2024academic year) Other  - その他

  • Seminar in Distributed System Design (2024academic year) Year-round  - その他

  • Internship in Engineering and Science (2024academic year) Year-round  - その他

  • Internship in Engineering and Science (2024academic year) Year-round  - その他

  • Information Security (2024academic year) 3rd and 4th semester  - 金5~8

  • Special Lecturer of Information Security (2024academic year) Late  - 金4~8

  • Special Lecturer of Information Security (2024academic year) Late  - 金4~8

  • Information-oriented society and technology (2024academic year) 1st and 2nd semester  - その他

  • Information-oriented Society and Technology (2024academic year) 1st and 2nd semester  - その他

  • Introduction to Information and Communication Professionals (2024academic year) Prophase  - その他

  • Introduction to Information and Communication Professionals (2024academic year) Prophase  - その他

  • Engineering English (2024academic year) Late  - その他

  • Engineering English(Communication Network Engineering) (2024academic year) Late  - 木3~4

  • Advanced Study (2024academic year) Other  - その他

  • Technical Writing (2024academic year) Prophase  - その他

  • Technical Writing(Communication Network Engineering) (2024academic year) Prophase  - 水6~8

  • Technical Presentation(Communication Network Engineering) (2024academic year) Late  - 水6~8

  • Specific Research of Electronics and Information Systems Engineering (2024academic year) Year-round  - その他

  • Introduction to Electrical and Communication (2024academic year) 1st semester  - その他

  • Special Lecture of ICT-utilized Business Mind (2024academic year) Prophase  - その他

  • Undergraduate Research Experience 2 (2024academic year) special  - その他

  • Undergraduate Research Experience 2 (2024academic year) special  - その他

  • Undergraduate Research Experience 2 (2024academic year) special  - その他

  • Special Lecture of ICT-utilized Business Mind (2023academic year) Prophase  - その他

  • Object-oriented Programming (2023academic year) Third semester  - 月5~6,木3~4

  • Object-oriented Programming (2023academic year) Third semester  - 月5~6,木3~4

  • Graph Theory (2023academic year) Fourth semester  - 月5~6,木5~6

  • Graph Theory (NE) (2023academic year) Fourth semester  - 月5~6,木5~6

  • Computer Mathematics (2023academic year) Summer concentration  - その他

  • Computer Mathematics (2023academic year) Summer concentration  - その他

  • System Security and Optimization (2023academic year) Prophase  - 月5~6

  • System Security and Optimization (2023academic year) Prophase  - 月5~6

  • Practical Information Security (2023academic year) 3rd and 4th semester  - 金5~8

  • Programming Language Exercise II (2023academic year) Third semester  - 月5~6,木3~4

  • Theory of Distributed Algorithms (2023academic year) Prophase  - その他

  • Theory of Distributed Algorithms (2023academic year) Prophase  - その他

  • Seminar in Distributed System Design (2023academic year) Other  - その他

  • Seminar in Distributed System Design (2023academic year) Year-round  - その他

  • Seminar in Distributed System Design (2023academic year) Other  - その他

  • Seminar in Distributed System Design (2023academic year) Year-round  - その他

  • Internship in Engineering and Science (2023academic year) Year-round  - その他

  • Internship in Engineering and Science (2023academic year) Year-round  - その他

  • Information Security (2023academic year) 3rd and 4th semester  - 金5~8

  • Special Lecturer of Information Security (2023academic year) Late  - 金4~8

  • Special Lecturer of Information Security (2023academic year) Late  - 金4~8

  • Information-oriented society and technology (2023academic year) 1st and 2nd semester  - その他

  • Introduction to Information and Communication Professionals (2023academic year) Prophase  - 金4~8

  • Introduction to Information and Communication Professionals (2023academic year) Prophase  - その他

  • Engineering English (2023academic year) Late  - その他

  • Engineering English(Communication Network Engineering) (2023academic year) Late  - 木3~4

  • Advanced Study (2023academic year) Other  - その他

  • Image Engineering (2023academic year) Third semester  - 火3~4,金5~6

  • Stochastic and Statistical Theory (2023academic year) Fourth semester  - 月3~4,木3~4

  • Stochastic and Statistical Theory (2023academic year) Fourth semester  - 月3~4,木3~4

  • Technical Writing (2023academic year) Prophase  - その他

  • Technical Writing(Communication Network Engineering) (2023academic year) Prophase  - 水6~8

  • Specific Research of Electronics and Information Systems Engineering (2023academic year) Year-round  - その他

  • Introduction to Electrical and Communication (2023academic year) 1st semester  - その他

  • Special Lecture of ICT-utilized Business Mind (2023academic year) Prophase  - 金4~8

  • Undergraduate Research Experience 2 (2023academic year) special  - その他

  • Object-oriented Programming (2022academic year) Third semester  - 月5~6,木3~4

  • Graph Theory (2022academic year) Fourth semester  - 月7~8,木3~4

  • System Security and Optimization (2022academic year) Prophase  - 月5,月6

  • Programming Language Exercise II (2022academic year) Third semester  - 月5~6,木3~4

  • Theory of Distributed Algorithms (2022academic year) Prophase  - その他

  • Seminar in Distributed System Design (2022academic year) Year-round  - その他

  • Internship in Engineering and Science (2022academic year) Year-round  - その他

  • Information Security (2022academic year) 3rd and 4th semester  - 金5~6

  • Special Lecturer of Information Security (2022academic year) Late  - 金4,金5,金6,金7,金8

  • Information-oriented society and technology (2022academic year) Second semester  - その他

  • Introduction to Information and Communication Professionals (2022academic year) Prophase  - その他

  • Specific Research of Electronics and Information Systems Engineering (2022academic year) Year-round  - その他

  • Introduction to Electrical and Communication (2022academic year) 1st semester  - その他

  • Special Lecture of ICT-utilized Business Mind (2022academic year) Prophase  - その他

  • Graph Theory (2021academic year) Fourth semester  - 月7,月8,木3,木4

  • System Security and Optimization (2021academic year) Prophase  - 月5,月6

  • Theory of Distributed Algorithms (2021academic year) Prophase  - その他

  • Seminar in Distributed System Design (2021academic year) Year-round  - その他

  • Internship in Engineering and Science (2021academic year) Year-round  - その他

  • Information Security (2021academic year) 3rd and 4th semester  - 金5,金6,金7,金8

  • Special Lecturer of Information Security (2021academic year) Late  - 金4,金5,金6,金7,金8

  • Information-oriented society and technology (2021academic year) 1st and 2nd semester  - その他

  • Introduction to Information and Communication Professionals (2021academic year) Prophase  - その他

  • Specific Research of Electronics and Information Systems Engineering (2021academic year) Year-round  - その他

  • Introduction to Electrical and Communication (2021academic year) special  - その他

  • Introduction to Electrical and Communication (2021academic year) special  - その他

  • Special Lecture of ICT-utilized Business Mind (2021academic year) Prophase  - その他

  • Graph Theory (2020academic year) Fourth semester  - 月7,月8,木3,木4

  • System Security and Optimization (2020academic year) Prophase  - 月5,月6

  • Theory of Distributed Algorithms (2020academic year) Prophase  - その他

  • Seminar in Distributed System Design (2020academic year) Prophase

  • Seminar in Distributed System Design (2020academic year) Year-round  - その他

  • Seminar in Distributed System Design (2020academic year) Other  - その他

  • Internship in Engineering and Science (2020academic year) Year-round  - その他

  • Information Security (2020academic year) 3rd and 4th semester  - 金5,金6,金7,金8

  • Special Lecturer of Information Security (2020academic year) Late  - 金

  • Introduction to Information Processing 2 (2020academic year) Second semester  - 木1,木2

  • Information-oriented society and technology (2020academic year) 1st and 2nd semester  - その他

  • Introduction to Information and Communication Professionals (2020academic year) Prophase  - その他

  • Specific Research of Electronics and Information Systems Engineering (2020academic year) Year-round  - その他

  • Introduction to Electrical and Communication (2020academic year) Summer concentration  - その他

  • Introduction to Electrical and Communication (2020academic year) Summer concentration  - その他

  • Special Lecture of ICT-utilized Business Mind (2020academic year) Prophase  - その他

▼display all