• IEEE Xplore Digital Library
  • IEEE Standards
  • IEEE Spectrum

Collabratec

  • Publications
  • IEEE Transactions on Neural Networks and Learning Systems

tnnls logo

The IEEE Transactions on Neural Networks and Learning Systems publishes technical articles that deal with the theory, design, and applications of neural networks and related learning systems.

ATTENTION AUTHORS : Please read the  Double-Anonymous Review Polic y before submitting your manuscript.

Subscribe Submit Manuscript View Current Issue

Impact Score

TNNLS Impact Score 2023

The values displayed for the journal bibliometrics fields in IEEE Xplore are based on the Journal Citation Report from Clarivate from the 2022 report released in June 2023. The values displayed for CiteScore metrics are from Scopus 2022 report released in June 2023. Journal Citation Metrics Journal Citation Metrics such as Impact Factor, Eigenfactor Score™ and Article Influence Score™ are available where applicable. Each year, Journal Citation Reports© (JCR) from Thomson Reuters examines the influence and impact of scholarly research journals. JCR reveals the relationship between citing and cited journals, offering a systematic, objective means to evaluate the world's leading journals.  Find out more about IEEE Journal Bibliometrics . 

Special Issues

IEEE TNNLS Special Issue Proposal: Advancements in Foundation Models [ Call for Papers ]

Guest Editors: Tianming Liu, University of Georgia, USA, Xiang Li, Massachusetts General Hospital and Harvard Medical School, USA, Hao Chen, Hong Kong University of Science and Technology, Hong Kong, China, Yixuan Yuan, Chinese University of Hong Kong, Hong Kong, China, Anirban Mukhopadhyay, TU Darmstadt, Germany.

Submission Deadline: 15 August 2024

Featured Paper

Reinforcement Learning Control With Knowledge Shaping

IEEE Transactions on Neural Networks and Learning Systems (Volume: 35, Issue: 3, March 2024)

Abstract : We aim at creating a transfer reinforcement learning framework that allows the design of learning controllers to leverage prior knowledge extracted from previously learned tasks and previous data to improve the learning performance of new tasks. Toward this goal, we formalize knowledge transfer by expressing knowledge in the value function in our problem construct, which is referred to as reinforcement learning with knowledge shaping (RL-KS). Unlike most transfer learning studies that are empirical in nature, our results include not only simulation verifications but also an analysis of algorithm convergence and solution optimality. Also different from the well-established potential-based reward shaping methods which are built on proofs of policy invariance, our RL-KS approach allows us to advance toward a new theoretical result on positive knowledge transfer. Furthermore, our contributions include two principled ways that cover a range of realization schemes to represent prior knowledge in RL-KS. We provide extensive and systematic evaluations of the proposed RL-KS method. The evaluation environments not only include classical RL benchmark problems but also include a challenging task of real-time control of a robotic lower limb with a human user in the loop.

IEEE Xplore Link : https://ieeexplore.ieee.org/document/10053632

  • Welcome from the Vice President for Publications
  • Editor and Associate Editors
  • IEEE Xplore (TNNLS)
  • Information for Authors
  • Guidelines for Paper Submission
  • Types of Contributions
  • Manuscript Submission
  • IEEE Copyright
  • Page Charges
  • Information on Comments Papers
  • English Language Editing Services
  • Plagiarism and Ethical Issues
  • Recent Articles
  • Most Accessed Articles
  • Information on Special Issues
  • Featured Papers
  • LaTeX and Microsoft Word Templates
  • Open Researcher and Contributor ID
  • Online Submission (IEEE TNNLS Author Portal)
  • Advertising

Effect of Data Characteristics Inconsistency on Medium and Long-Term Runoff Forecasting by Machine Learning

Share this page:

In the application of medium and long-term runoff forecasting, machine learning has some problems, such as high learning cost, limited computing cost, and difficulty in satisfying statistical data assumptions in some regions, leading to difficulty in popularization in the hydrology industry. In the case of a few data, it is one of the ways to solve the problem to analyze the data characteristics consistency. This paper analyzes the statistical hypothesis of machine learning and runoff data characteristics such as periodicity and mutation. Aiming at the effect of data characteristics inconsistency on three representative machine learning models (multiple linear regression, random forest, back propagation neural network), a simple correction/improvement method suitable for engineering was proposed. The model results were verified in the Danjiangkou area, China. The results show that the errors of the three models have the same distribution as the periodic characteristics of the runoff periods, and the correction/improvement based on periodicity and mutation characteristics can improve the forecasting accuracy of the three models. The back propagation neural network model is most sensitive to the data characteristics consistency.

View this article on IEEE Xplore

Efficiency Optimization Design That Considers Control of Interior Permanent Magnet Synchronous Motors Based on Machine Learning for Automotive Application

Interior permanent magnet synchronous motors have become widely used as traction motors in environmentally friendly vehicles. Interior permanent magnet synchronous motors have a high degree of design freedom and time-consuming finite element analysis is required for their characteristics analysis, which results in a long design period. Here, we propose a method for fast efficiency maximization design that uses a machine-learning-based surrogate model. The surrogate model predicts motor parameters and iron loss with the same accuracy as that of finite element analysis but in a much shorter time. Furthermore, using the current and speed conditions in addition to geometry information as input to the surrogate model enables design optimization that considers motor control. The proposed method completed multi-objective multi-constraint optimization for multi-dimensional geometric parameters, which is prohibitively time-consuming using finite element analysis, in a few hours. The proposed shapes reduced losses under a vehicle test cycle compared with the initial shape. The proposed method was applied to motors with three rotor topologies to verify its generality.

Published in the IEEE Vehicular Technology Society Section

An Intelligent IoT Sensing System for Rail Vehicle Running States Based on TinyML

Real-time identification of the running state is one of the key technologies for a smart rail vehicle. However, it is a challenge to accurately real-time sense the complex running states of the rail vehicle on an Internet-of-Things (IoT) edge device. Traditional systems usually upload a large amount of real-time data from the vehicle to the cloud for identification, which is laborious and inefficient. In this paper, an intelligent identification method for rail vehicle running state is proposed based on Tiny Machine Learning (TinyML) technology, and an IoT system is developed with small size and low energy consumption. The system uses a Micro-Electro-Mechanical System (MEMS) sensor to collect acceleration data for machine learning training. A neural network model for recognizing the running state of rail vehicles is built and trained by defining a machine learning running state classification model. The trained recognition model is deployed to the IoT edge device at the vehicle side, and an offset time window method is utilized for real-time state sensing. In addition, the sensing results are uploaded to the IoT server for visualization. The experiments on the subway vehicle showed that the system could identify six complex running states in real-time with over 99% accuracy using only one IoT microcontroller. The model with three axes converges faster than the model with one. The model recognition accuracy remained above 98% and 95%, under different installation positions on the rail vehicle and the zero-drift phenomenon of the MEMS acceleration sensor, respectively. The presented method and system can also be extended to edge-aware applications of equipment such as automobiles and ships.

Code Generation Using Machine Learning: A Systematic Review

Recently, machine learning (ML) methods have been used to create powerful language models for a broad range of natural language processing tasks. An important subset of this field is that of generating code of programming languages for automatic software development. This review provides a broad and detailed overview of studies for code generation using ML. We selected 37 publications indexed in arXiv and IEEE Xplore databases that train ML models on programming language data to generate code. The three paradigms of code generation we identified in these studies are description-to-code, code-to-description, and code-to-code. The most popular applications that work in these paradigms were found to be code generation from natural language descriptions, documentation generation, and automatic program repair, respectively. The most frequently used ML models in these studies include recurrent neural networks, transformers, and convolutional neural networks. Other neural network architectures, as well as non-neural techniques, were also observed. In this review, we have summarized the applications, models, datasets, results, limitations, and future work of 37 publications. Additionally, we include discussions on topics general to the literature reviewed. This includes comparing different model types, comparing tokenizers, the volume and quality of data used, and methods for evaluating synthesized code. Furthermore, we provide three suggestions for future work for code generation using ML.

Combining Citation Network Information and Text Similarity for Research Article Recommender Systems

Researchers often need to gather a comprehensive set of papers relevant to a focused topic, but this is often difficult and time-consuming using existing search methods. For example, keyword searching suffers from difficulties with synonyms and multiple meanings. While some automated research-paper recommender systems exist, these typically depend on either a researcher’s entire library or just a single paper, resulting in either a quite broad or a quite narrow search. With these issues in mind, we built a new research-paper recommender system that utilizes both citation information and textual similarity of abstracts to provide a highly focused set of relevant results. The input to this system is a set of one or more related papers, and our system searches for papers that are closely related to the entire set. This framework helps researchers gather a set of papers that are closely related to a particular topic of interest, and allows control over which cross-section of the literature is located. We show the effectiveness of this recommender system by using it to recreate the references of review papers. We also show its utility as a general similarity metric between scientific articles by performing unsupervised clustering on sets of scientific articles. We release an implementation, ExCiteSearch (bitbucket.org/mmmontemore/excitesearch), to allow researchers to apply this framework to locate relevant scientific articles.

Novel Multi Center and Threshold Ternary Pattern Based Method for Disease Detection Method Using Voice

Smart health is one of the most popular and important components of smart cities. It is a relatively new context-aware healthcare paradigm influenced by several fields of expertise, such as medical informatics, communications and electronics, bioengineering, ethics, to name a few. Smart health is used to improve healthcare by providing many services such as patient monitoring, early diagnosis of disease and so on. The artificial neural network (ANN), support vector machine (SVM) and deep learning models, especially the convolutional neural network (CNN), are the most commonly used machine learning approaches where they proved to be performance in most cases. Voice disorders are rapidly spreading especially with the development of medical diagnostic systems, although they are often underestimated. Smart health systems can be an easy and fast support to voice pathology detection. The identification of an algorithm that discriminates between pathological and healthy voices with more accuracy is needed to obtain a smart and precise mobile health system. The main contribution of this paper consists of proposing a multiclass-pathologic voice classification using a novel multileveled textural feature extraction with iterative feature selector. Our approach is a simple and efficient voice-based algorithm in which a multi-center and multi threshold based ternary pattern is used (MCMTTP). A more compact multileveled features are then obtained by sample-based discretization techniques and Neighborhood Component Analysis (NCA) is applied to select features iteratively. These features are finally integrated with MCMTTP to achieve an accurate voice-based features detection. Experimental results of six classifiers with three diagnostic diseases (frontal resection, cordectomy and spastic dysphonia) show that the fused features are more suitable for describing voice-based disease detection.

*Published in the IEEE Electronics Packaging Society Section within IEEE Access .

Machine Learning Empowered Spectrum Sharing in Intelligent Unmanned Swarm Communication Systems: Challenges, Requirements and Solutions

The unmanned swarm system (USS) has been seen as a promising technology, and will play an extremely important role in both the military and civilian fields such as military strikes, disaster relief and transportation business. As the “nerve center” of USS, the unmanned swarm communication system (USCS) provides the necessary information transmission medium so as to ensure the system stability and mission implementation. However, challenges caused by multiple tasks, distributed collaboration, high dynamics, ultra-dense and jamming threat make it hard for USCS to manage limited spectrum resources. To tackle with such problems, the machine learning (ML) empowered intelligent spectrum management technique is introduced in this paper. First, based on the challenges of the spectrum resource management in USCS, the requirement of spectrum sharing is analyzed from the perspective of spectrum collaboration and spectrum confrontation. We found that suitable multi-agent collaborative decision making is promising to realize effective spectrum sharing in both two perspectives. Therefore, a multi-agent learning framework is proposed which contains mobile-computing-assisted and distributed structures. Based on the framework, we provide case studies. Finally, future research directions are discussed.

Harnessing Artificial Intelligence Capabilities to Improve Cybersecurity

Cybersecurity is a fast-evolving discipline that is always in the news over the last decade, as the number of threats rises and cybercriminals constantly endeavor to stay a step ahead of law enforcement. Over the years, although the original motives for carrying out cyberattacks largely remain unchanged, cybercriminals have become increasingly sophisticated with their techniques. Traditional cybersecurity solutions are becoming inadequate at detecting and mitigating emerging cyberattacks. Advances in cryptographic and Artificial Intelligence (AI) techniques (in particular, machine learning and deep learning) show promise in enabling cybersecurity experts to counter the ever-evolving threat posed by adversaries. Here, we explore AI’s potential in improving cybersecurity solutions, by identifying both its strengths and weaknesses. We also discuss future research opportunities associated with the development of AI techniques in the cybersecurity field across a range of application domains.

A Study on the Elimination of Thermal Reflections

Recently, thermal cameras have been used in various surveillance and monitoring systems. In particular, in camera-based surveillance systems, algorithms are being developed for detecting and recognizing objects from images acquired in dark environments. However, it is difficult to detect and recognize an object due to the thermal reflections generated in the image obtained from a thermal camera. For example, thermal reflection often occurs on a structure or the floor near an object, similar to shadows or mirror reflections. In this case, the object and the areas of thermal reflection overlap or are connected to each other and are difficult to separate. Thermal reflection also occurs on nearby walls, which can be detected as artifacts when an object is not associated with this phenomenon. In addition, the size and pixel value of the thermal reflection area vary greatly depending on the material of the area and the environmental temperature. In this case, the patterns and pixel values of the thermal reflection and the object are similar to each other and difficult to differentiate. These problems reduce the accuracy of object detection and recognition methods. In addition, no studies have been conducted on the elimination of thermal reflection of objects under different environmental conditions. Therefore, to address these challenges, we propose a method of detecting reflections in thermal images based on deep learning and their elimination via post-processing. Experiments using a self-collected database (Dongguk thermal image database (DTh-DB), Dongguk items and vehicles database (DI&V-DB)) and an open database showed that the performance of the proposed method is superior compared to that of other state-of-the-art approaches.

Machine Learning Designs, Implementations and Techniques

Submission Deadline: 15 February 2020

IEEE Access invites manuscript submissions in the area of Machine Learning Designs, Implementations and Techniques.

Most modern machine learning research is devoted to improving the accuracy of prediction. However, less attention is paid to deployment of machine and deep learning systems, supervised /unsupervised techniques for mining healthcare data, and time series similarity and irregular temporal data analysis. Most deployments are in the cloud, with abundant and scalable resources, and a free choice of computation platform. However, with the advent of intelligent physical devices—such as intelligent robots or self-driven cars—the resources are more limited, and the latency may be strictly bounded.

To address these questions, the focus of this Special Section in IEEE Access is on machine and deep learning designs, implementations and techniques, including both system level topics and other research questions related to the general use and framework of machine learning algorithms.

The topics of interest include, but are not limited to:

  • Real time implementation of machine and deep learning,
  • System level implementation, considering full pipeline from raw data until the decision layer
  • Novel and innovative applications with strong emphasis on design and implementation
  • Novel approaches for Temporal / Spatial/Spatio-Temporal Association analysis
  • Pattern discovery from Time stamped Temporal and Interval databases
  • High performance data mining in cloud
  • Novel approaches for handling Uncertain and Imbalanced data
  • Supervised/Unsupervised techniques for mining healthcare data
  • Deep learning for translational bio-informatics
  • Periodic/Sequential pattern mining
  • Evolutionary algorithms
  • Privacy-Preserving Data mining
  • Time series similarity and Irregular temporal data analysis
  • Mining Text Web and Social network data
  • Imputation techniques for Temporal data
  • Causality and Event Processing
  • Applications of Data Mining in Anomaly and Intrusion detection
  • Applications to medical informatics

We also highly recommend the submission of multimedia with each article as it significantly increases the visibility, downloads, and citations of articles.

Associate Editor:  Shadi A. Aljawarneh, Jordan University of Science and Technology, Jordan

Guest Editors:

  • Oguz Bayat, Altinbas University, Turkey
  • Juan A. Lara, Madrid Open University, Udima, Spain
  • Robert P. Schumaker, University of Texas at Tyler, USA

Relevant IEEE Access Special Sections:

  • Visual Analysis for CPS Data
  • Emerging Approaches to Cyber Security
  • Data-Enabled Intelligence for Digital Health

IEEE Access Editor-in-Chief:   Prof. Derek Abbott, University of Adelaide

Article submission: Contact Associate Editor and submit manuscript to: http://ieee.atyponrex.com/journal/ieee-access

For inquiries regarding this Special Section, please contact:  [email protected] , [email protected] .

At a Glance

  • Journal: IEEE Access
  • Format: Open Access
  • Frequency: Continuous
  • Submission to Publication: 4-6 weeks (typical)
  • Topics: All topics in IEEE
  • Average Acceptance Rate: 27%
  • Impact Factor: 3.4
  • Model: Binary Peer Review
  • Article Processing Charge: US $1,995

Featured Articles

ieee research paper on machine learning

Mobile Software Development Kit for Real Time Multivariate Blood Glucose Prediction

View in IEEE Xplore

ieee research paper on machine learning

Robotic Monitoring of Habitats: The Natural Intelligence Approach

ieee research paper on machine learning

A Broad Ensemble Learning System for Drifting Stream Classification

Submission guidelines.

© 2024 IEEE - All rights reserved. Use of this website signifies your agreement to the IEEE TERMS AND CONDITIONS.

A not-for-profit organization, IEEE is the world’s largest technical professional organization dedicated to advancing technology for the benefit of humanity.

AWARD RULES:

NO PURCHASE NECESSARY TO ENTER OR WIN. A PURCHASE WILL NOT INCREASE YOUR CHANCES OF WINNING.

These rules apply to the “2024 IEEE Access Best Video Award Part 2″ (the “Award”).

  • Sponsor: The Sponsor of the Award is The Institute of Electrical and Electronics Engineers, Incorporated (“IEEE”) on behalf of IEEE Access , 445 Hoes Lane, Piscataway, NJ 08854-4141 USA (“Sponsor”).
  • Eligibility: Award is open to residents of the United States of America and other countries, where permitted by local law, who are the age of eighteen (18) and older. Employees of Sponsor, its agents, affiliates and their immediate families are not eligible to enter Award. The Award is subject to all applicable state, local, federal and national laws and regulations. Entrants may be subject to rules imposed by their institution or employer relative to their participation in Awards and should check with their institution or employer for any relevant policies. Void in locations and countries where prohibited by law.
  • Agreement to Official Rules : By participating in this Award, entrants agree to abide by the terms and conditions thereof as established by Sponsor. Sponsor reserves the right to alter any of these Official Rules at any time and for any reason.  All decisions made by Sponsor concerning the Award including, but not limited to the cancellation of the Award, shall be final and at its sole discretion. 
  • How to Enter: This Award opens on July 1, 2024 at 12:00 AM ET and all entries must be received by 11:59 PM ET on December 31, 2024 (“Promotional Period”).

Entrant must submit a video with an article submission to IEEE Access . The video submission must clearly be relevant to the submitted manuscript.  Only videos that accompany an article that is accepted for publication in IEEE Access will qualify.  The video may be simulations, demonstrations, or interviews with other experts, for example.  Your video file should not exceed 100 MB.

Entrants can enter the Award during Promotional Period through the following method:

  • The IEEE Author Portal : Entrants can upload their video entries while submitting their article through the IEEE Author Portal submission site .
  • Review and Complete the Terms and Conditions: After submitting your manuscript and video through the IEEE Author Portal, entrants should then review and sign the Terms and Conditions .

Entrants who have already submitted a manuscript to IEEE Access without a video can still submit a video for inclusion in this Award so long as the video is submitted within 7 days of the article submission date.  The video can be submitted via email to the article administrator.  All videos must undergo peer review and be accepted along with the article submission.  Videos may not be submitted after an article has already been accepted for publication. 

The criteria for an article to be accepted for publication in IEEE Access are:

  • The article must be original writing that enhances the existing body of knowledge in the given subject area. Original review articles and surveys are acceptable even if new data/concepts are not presented.
  • Results reported must not have been submitted or published elsewhere (although expanded versions of conference publications are eligible for submission).
  • Experiments, statistics, and other analyses must be performed to a high technical standard and are described in sufficient detail.
  • Conclusions must be presented in an appropriate fashion and are supported by the data.
  • The article must be written in standard English with correct grammar.
  • Appropriate references to related prior published works must be included.
  • The article must fall within the scope of IEEE Access
  • Must be in compliance with the IEEE PSPB Operations Manual.
  • Completion of the required IEEE intellectual property documents for publication.
  • At the discretion of the IEEE Access Editor-in-Chief.
  • Disqualification: The following items will disqualify a video from being considered a valid submission:
  • The video is not original work.
  • A video that is not accompanied with an article submission.
  • The article and/or video is rejected during the peer review process.
  • The article and/or video topic does not fit into the scope of IEEE Access .
  • The article and/or do not follow the criteria for publication in IEEE Access .
  • Videos posted in a comment on IEEE Xplore .
  • Content ​is off-topic, offensive, obscene, indecent, abusive or threatening to others.
  • Infringes the copyright, trademark or other right of any third party.
  • Uploads viruses or other contaminating or destructive features.
  • Is in violation of any applicable laws or regulations.
  • Is not in English​.
  • Is not provided within the designated submission time.
  • Entrant does not agree and sign the Terms and Conditions document.

Entries must be original. Entries that copy other entries, or the intellectual property of anyone other than the Entrant, may be removed by Sponsor and the Entrant may be disqualified. Sponsor reserves the right to remove any entry and disqualify any Entrant if the entry is deemed, in Sponsor’s sole discretion, to be inappropriate.

  • Entrant’s Warranty and Authorization to Sponsor: By entering the Award, entrants warrant and represent that the Award Entry has been created and submitted by the Entrant. Entrant certifies that they have the ability to use any image, text, video, or other intellectual property they may upload and that Entrant has obtained all necessary permissions. IEEE shall not indemnify Entrant for any infringement, violation of publicity rights, or other civil or criminal violations. Entrant agrees to hold IEEE harmless for all actions related to the submission of an Entry. Entrants further represent and warrant, if they reside outside of the United States of America, that their participation in this Award and acceptance of a prize will not violate their local laws.
  • Intellectual Property Rights: Entrant grants Sponsor an irrevocable, worldwide, royalty free license to use, reproduce, distribute, and display the Entry for any lawful purpose in all media whether now known or hereinafter created. This may include, but is not limited to, the IEEE A ccess website, the IEEE Access YouTube channel, the IEEE Access IEEE TV channel, IEEE Access social media sites (LinkedIn, Facebook, Twitter, IEEE Access Collabratec Community), and the IEEE Access Xplore page. Facebook/Twitter/Microsite usernames will not be used in any promotional and advertising materials without the Entrants’ expressed approval.
  • Number of Prizes Available, Prizes, Approximate Retail Value and Odds of winning Prizes: Two (2) promotional prizes of $350 USD Amazon gift cards. One (1) grand prize of a $500 USD Amazon gift card. Prizes will be distributed to the winners after the selection of winners is announced. Odds of winning a prize depend on the number of eligible entries received during the Promotional Period. Only the corresponding author of the submitted manuscript will receive the prize.

The grand prize winner may, at Sponsor’ discretion, have his/her article and video highlighted in media such as the IEEE Access Xplore page and the IEEE Access social media sites.

The prize(s) for the Award are being sponsored by IEEE.  No cash in lieu of prize or substitution of prize permitted, except that Sponsor reserves the right to substitute a prize or prize component of equal or greater value in its sole discretion for any reason at time of award.  Sponsor shall not be responsible for service obligations or warranty (if any) in relation to the prize(s). Prize may not be transferred prior to award. All other expenses associated with use of the prize, including, but not limited to local, state, or federal taxes on the Prize, are the sole responsibility of the winner.  Winner(s) understand that delivery of a prize may be void where prohibited by law and agrees that Sponsor shall have no obligation to substitute an alternate prize when so prohibited. Amazon is not a sponsor or affiliated with this Award.

  • Selection of Winners: Promotional prize winners will be selected based on entries received during the Promotional Period. The sponsor will utilize an Editorial Panel to vote on the best video submissions. Editorial Panel members are not eligible to participate in the Award.  Entries will be ranked based on three (3) criteria:
  • Presentation of Technical Content
  • Quality of Video

Upon selecting a winner, the Sponsor will notify the winner via email. All potential winners will be notified via their email provided to the sponsor. Potential winners will have five (5) business days to respond after receiving initial prize notification or the prize may be forfeited and awarded to an alternate winner. Potential winners may be required to sign an affidavit of eligibility, a liability release, and a publicity release.  If requested, these documents must be completed, signed, and returned within ten (10) business days from the date of issuance or the prize will be forfeited and may be awarded to an alternate winner. If prize or prize notification is returned as undeliverable or in the event of noncompliance with these Official Rules, prize will be forfeited and may be awarded to an alternate winner.

  • General Prize Restrictions:  No prize substitutions or transfer of prize permitted, except by the Sponsor. Import/Export taxes, VAT and country taxes on prizes are the sole responsibility of winners. Acceptance of a prize constitutes permission for the Sponsor and its designees to use winner’s name and likeness for advertising, promotional and other purposes in any and all media now and hereafter known without additional compensation unless prohibited by law. Winner acknowledges that neither Sponsor, Award Entities nor their directors, employees, or agents, have made nor are in any manner responsible or liable for any warranty, representation, or guarantee, express or implied, in fact or in law, relative to any prize, including but not limited to its quality, mechanical condition or fitness for a particular purpose. Any and all warranties and/or guarantees on a prize (if any) are subject to the respective manufacturers’ terms therefor, and winners agree to look solely to such manufacturers for any such warranty and/or guarantee.

11.Release, Publicity, and Privacy : By receipt of the Prize and/or, if requested, by signing an affidavit of eligibility and liability/publicity release, the Prize Winner consents to the use of his or her name, likeness, business name and address by Sponsor for advertising and promotional purposes, including but not limited to on Sponsor’s social media pages, without any additional compensation, except where prohibited.  No entries will be returned.  All entries become the property of Sponsor.  The Prize Winner agrees to release and hold harmless Sponsor and its officers, directors, employees, affiliated companies, agents, successors and assigns from and against any claim or cause of action arising out of participation in the Award. 

Sponsor assumes no responsibility for computer system, hardware, software or program malfunctions or other errors, failures, delayed computer transactions or network connections that are human or technical in nature, or for damaged, lost, late, illegible or misdirected entries; technical, hardware, software, electronic or telephone failures of any kind; lost or unavailable network connections; fraudulent, incomplete, garbled or delayed computer transmissions whether caused by Sponsor, the users, or by any of the equipment or programming associated with or utilized in this Award; or by any technical or human error that may occur in the processing of submissions or downloading, that may limit, delay or prevent an entrant’s ability to participate in the Award.

Sponsor reserves the right, in its sole discretion, to cancel or suspend this Award and award a prize from entries received up to the time of termination or suspension should virus, bugs or other causes beyond Sponsor’s control, unauthorized human intervention, malfunction, computer problems, phone line or network hardware or software malfunction, which, in the sole opinion of Sponsor, corrupt, compromise or materially affect the administration, fairness, security or proper play of the Award or proper submission of entries.  Sponsor is not liable for any loss, injury or damage caused, whether directly or indirectly, in whole or in part, from downloading data or otherwise participating in this Award.

Representations and Warranties Regarding Entries: By submitting an Entry, you represent and warrant that your Entry does not and shall not comprise, contain, or describe, as determined in Sponsor’s sole discretion: (A) false statements or any misrepresentations of your affiliation with a person or entity; (B) personally identifying information about you or any other person; (C) statements or other content that is false, deceptive, misleading, scandalous, indecent, obscene, unlawful, defamatory, libelous, fraudulent, tortious, threatening, harassing, hateful, degrading, intimidating, or racially or ethnically offensive; (D) conduct that could be considered a criminal offense, could give rise to criminal or civil liability, or could violate any law; (E) any advertising, promotion or other solicitation, or any third party brand name or trademark; or (F) any virus, worm, Trojan horse, or other harmful code or component. By submitting an Entry, you represent and warrant that you own the full rights to the Entry and have obtained any and all necessary consents, permissions, approvals and licenses to submit the Entry and comply with all of these Official Rules, and that the submitted Entry is your sole original work, has not been previously published, released or distributed, and does not infringe any third-party rights or violate any laws or regulations.

12.Disputes:  EACH ENTRANT AGREES THAT: (1) ANY AND ALL DISPUTES, CLAIMS, AND CAUSES OF ACTION ARISING OUT OF OR IN CONNECTION WITH THIS AWARD, OR ANY PRIZES AWARDED, SHALL BE RESOLVED INDIVIDUALLY, WITHOUT RESORTING TO ANY FORM OF CLASS ACTION, PURSUANT TO ARBITRATION CONDUCTED UNDER THE COMMERCIAL ARBITRATION RULES OF THE AMERICAN ARBITRATION ASSOCIATION THEN IN EFFECT, (2) ANY AND ALL CLAIMS, JUDGMENTS AND AWARDS SHALL BE LIMITED TO ACTUAL OUT-OF-POCKET COSTS INCURRED, INCLUDING COSTS ASSOCIATED WITH ENTERING THIS AWARD, BUT IN NO EVENT ATTORNEYS’ FEES; AND (3) UNDER NO CIRCUMSTANCES WILL ANY ENTRANT BE PERMITTED TO OBTAIN AWARDS FOR, AND ENTRANT HEREBY WAIVES ALL RIGHTS TO CLAIM, PUNITIVE, INCIDENTAL, AND CONSEQUENTIAL DAMAGES, AND ANY OTHER DAMAGES, OTHER THAN FOR ACTUAL OUT-OF-POCKET EXPENSES, AND ANY AND ALL RIGHTS TO HAVE DAMAGES MULTIPLIED OR OTHERWISE INCREASED. ALL ISSUES AND QUESTIONS CONCERNING THE CONSTRUCTION, VALIDITY, INTERPRETATION AND ENFORCEABILITY OF THESE OFFICIAL RULES, OR THE RIGHTS AND OBLIGATIONS OF ENTRANT AND SPONSOR IN CONNECTION WITH THE AWARD, SHALL BE GOVERNED BY, AND CONSTRUED IN ACCORDANCE WITH, THE LAWS OF THE STATE OF NEW JERSEY, WITHOUT GIVING EFFECT TO ANY CHOICE OF LAW OR CONFLICT OF LAW, RULES OR PROVISIONS (WHETHER OF THE STATE OF NEW JERSEY OR ANY OTHER JURISDICTION) THAT WOULD CAUSE THE APPLICATION OF THE LAWS OF ANY JURISDICTION OTHER THAN THE STATE OF NEW JERSEY. SPONSOR IS NOT RESPONSIBLE FOR ANY TYPOGRAPHICAL OR OTHER ERROR IN THE PRINTING OF THE OFFER OR ADMINISTRATION OF THE AWARD OR IN THE ANNOUNCEMENT OF THE PRIZES.

  • Limitation of Liability:  The Sponsor, Award Entities and their respective parents, affiliates, divisions, licensees, subsidiaries, and advertising and promotion agencies, and each of the foregoing entities’ respective employees, officers, directors, shareholders and agents (the “Released Parties”) are not responsible for incorrect or inaccurate transfer of entry information, human error, technical malfunction, lost/delayed data transmissions, omission, interruption, deletion, defect, line failures of any telephone network, computer equipment, software or any combination thereof, inability to access web sites, damage to a user’s computer system (hardware and/or software) due to participation in this Award or any other problem or error that may occur. By entering, participants agree to release and hold harmless the Released Parties from and against any and all claims, actions and/or liability for injuries, loss or damage of any kind arising from or in connection with participation in and/or liability for injuries, loss or damage of any kind, to person or property, arising from or in connection with participation in and/or entry into this Award, participation is any Award-related activity or use of any prize won. Entry materials that have been tampered with or altered are void. If for any reason this Award is not capable of running as planned, or if this Award or any website associated therewith (or any portion thereof) becomes corrupted or does not allow the proper playing of this Award and processing of entries per these rules, or if infection by computer virus, bugs, tampering, unauthorized intervention, affect the administration, security, fairness, integrity, or proper conduct of this Award, Sponsor reserves the right, at its sole discretion, to disqualify any individual implicated in such action, and/or to cancel, terminate, modify or suspend this Award or any portion thereof, or to amend these rules without notice. In the event of a dispute as to who submitted an online entry, the entry will be deemed submitted by the authorized account holder the email address submitted at the time of entry. “Authorized Account Holder” is defined as the person assigned to an email address by an Internet access provider, online service provider or other organization responsible for assigning email addresses for the domain associated with the email address in question. Any attempt by an entrant or any other individual to deliberately damage any web site or undermine the legitimate operation of the Award is a violation of criminal and civil laws and should such an attempt be made, the Sponsor reserves the right to seek damages and other remedies from any such person to the fullest extent permitted by law. This Award is governed by the laws of the State of New Jersey and all entrants hereby submit to the exclusive jurisdiction of federal or state courts located in the State of New Jersey for the resolution of all claims and disputes. Facebook, LinkedIn, Twitter, G+, YouTube, IEEE Xplore , and IEEE TV are not sponsors nor affiliated with this Award.
  • Award Results and Official Rules: To obtain the identity of the prize winner and/or a copy of these Official Rules, send a self-addressed stamped envelope to Kimberly Rybczynski, IEEE, 445 Hoes Lane, Piscataway, NJ 08854-4141 USA.
  • Create Account

Main navigation dropdown

Publications, ieee transactions on machine learning in communications and networking.

The IEEE Transactions on Machine Learning in Communications and Networking (TMLCN) publishes high-quality manuscripts on advances in machine learning and artificial intelligence (AI) methods and their application to problems across all areas of communications and networking. Furthermore, articles developing novel communication and networking techniques and systems for distributed/edge machine learning algorithms are of interest. Both theoretical contributions (including new theories, techniques, concepts, algorithms, and analyses) and practical contributions (including system experiments, prototypes, and new applications) are solicited. IEEE TMLCN also particularly encourages the submission of papers that simultaneously advance both the fields of machine learning and wireless networking. The journal also advocates for reproducible and public sharing of codes, datasets, software, and other artefacts related to research contributions.

Co-Sponsor: IEEE CS Society , IEEE SPS &   IEEE VTS Society

To become a volunteer of the  IEEE Transactions on Machine Learning in Communications and Networking  Editorial Board, please fill out the  online application .

Submit a Paper

Machine Learning

2000_mtj_samples.

ieee research paper on machine learning

Two thousand MTJ samples in total were included in the dataset for analysis; First, shuffle the dataset randomly to eliminate bias, then split it into ten equal folds of 200 samples each. For each iteration of cross-validation, use nine folds for training and one for testing, rotating the test fold across all ten groups so that every sample is tested once. 

Lora_federated_rffi_dataset.

ieee research paper on machine learning

This dataset contains LoRa physical layer signals collected from 60 LoRa devices and six SDRs (PLUTO-SDR, USRP B200 mini, USRP B210, USRP N210, RTL-SDR). It is intended for use by researchers in the development of a federated RFFI system, whereby the signals collected from different receivers and locations can be employed for evaluation purposes.

More details can be found at  https://github.com/gxhen/federatedRFFI

Dataset for Inclusive Fintech Software Development

ieee research paper on machine learning

This study presents a English-Luganda parallel corpus comprising over 2,000 sentence pairs, focused on financial decision-making and products. The dataset draws from diverse sources, including social media platforms (TikTok comments and Twitter posts from authoritative accounts like Bank of Uganda and Capital Markets Uganda), as well as fintech blogs (Chipper Cash and Xeno). The corpus covers a range of financial topics, including bonds, loans, and unit trust funds, providing a comprehensive resource for financial language processing in both English and Luganda.

Two-year price movements from 01/01/2014 to 01/01/2016 of 88 stocks are selected to target, coming from all the 8 stocks in the Conglomerates sector and the top 10 stocks in capital size in each of the other 8 sectors. The full list of 88 stocks and their companies selected from 9 sectors is available in StockTable, a facsimile of the paper appendix appendix_table_of_target_stocks.pdf.

Tri-Axial Vibro-Dynamic Stone Classification Dataset (TVDSC)

ieee research paper on machine learning

Experiment Details:

The softwarization and virtualization of the fifth-generation (5G) cellular networks bring about increased flexibility and faster deployment of new services. However, these advancements also introduce new vulnerabilities and unprecedented attack surfaces. The cloud-native nature of 5G networks mandates detecting and protecting against threats and intrusions in the cloud systems.

Mobile review dataset for aspect level sentiment analysis

It is a dataset containing sentence segments from cutomer reviews about mobile phone from different sources like Amazon, Flipkart, Tweeter and some existing datasets. It contains more than 1000 records tagged with one of the five aspect categories battery, camera, display, price and processor. Whether a sentence segment has sentiment expression (subjective/ objective) is also tagged and the sentiment orientation (positive/ negative/ neutral) of each sentence segment is assigned. Explicit or implicit presence of aspect is also maintained.

Hiking Trail Semantic Segmentation Image Dataset

ieee research paper on machine learning

This work presents a specialized dataset designed to advance autonomous navigation in hiking trail and off-road natural environments. The dataset comprises over 1,250 images (640x360 pixels) captured using a camera mounted on a tele-operated robot on hiking trails. Images are manually labeled into eight terrain classes: grass, rock, trail, root, structure, tree trunk, vegetation, and rough trail. The dataset is provided in its original form without augmentations or resizing, allowing end-users flexibility in preprocessing.

Remote Sensing Data and Agriculture Ground Truths

ieee research paper on machine learning

The dataset provides detailed information for wheat crop monitoring in the Karnal District, India, spanning the period from 2010 to 2022. It is divided into four main components. The first component, Remote Sensing Data, includes Sentinel-2 (10 m resolution) satellite data averaged over village boundaries, specifically over a wheat crop mask. This folder contains two Excel files: one for NDVI (Normalized Difference Vegetation Index) and another for NDWI (Normalized Difference Water Index), both providing fortnightly data during the Rabi season across a 10-year period.

Synthetic Sand Boil Dataset for Levee Monitoring

ieee research paper on machine learning

This dataset, titled "Synthetic Sand Boil Dataset for Levee Monitoring: Generated Using DreamBooth Diffusion Models," provides a comprehensive collection of synthetic images designed to facilitate the study and development of semantic segmentation models for sand boil detection in levee systems. Sand boils, a critical factor in levee integrity, pose significant risks during floods, necessitating accurate and efficient monitoring solutions.

Machine Learning

Featured article, related topics, top conferences on machine learning, top videos on machine learning.

Linear Regression: Intro to Machine Learning Workshop - IEEE Region 4 Presentation

Xplore Articles related to Machine Learning

Periodicals related to machine learning, e-books related to machine learning, courses related to machine learning, top organizations on machine learning, most published xplore authors for machine learning.

IEEE.org | IEEE Xplore Digital Library | IEEE Standards | IEEE Spectrum | More Sites

January 2023

proceedings of the ieee cover jan 2023.png

Regular Papers

Volume 111, Issue 1

Scanning the Issue

Machine learning for emergency management: a survey and future outlook.

By C. Kyrkou, P. Kolios, T. Theocharides, and M. Polycarpou

This article surveys machine learning for all phases of emergency management, focusing on key characteristics and challenges, and its application across the different phases and operations.

Efficient Acceleration of Deep Learning Inference on Resource-Constrained Edge Devices: A Review

By M. M. Hossain Shuvo, S. K. Islam, J. Cheng, and B. I. Morshed

This article provides a comprehensive review of the state-of-the-art tools and techniques for efficient edge inference, a vital element of artificial intelligence on edge.

Technology Prospects for Data-Intensive Computing

By K. Akarvardar and H.-S. P. Wong

This article advances the idea that data-intensive computing will further cement semiconductor technology as a foundational technology with multidimensional pathways for growth.

Point of View

A perspective vision of micro/nano systems and technologies as enablers of 6g, super-iot, and tactile internet.

By J. Iannacci

proceedings of the ieee pov jan 2023

Scanning Our Past

The information age and naval command & control.

By D. Boslaugh, P. Marland, and J. Vardalas

proceedings of the ieee sop jan 2023

Subscribe to the PwC Newsletter

Join the community, trending research, 3dtopia-xl: scaling high-quality 3d asset generation via primitive diffusion.

ieee research paper on machine learning

The increasing demand for high-quality 3D assets across various industries necessitates efficient and automated 3D content creation.

MemoRAG: Moving towards Next-Gen RAG Via Memory-Inspired Knowledge Discovery

ieee research paper on machine learning

Retrieval-Augmented Generation (RAG) leverages retrieval tools to access external databases, thereby enhancing the generation quality of large language models (LLMs) through optimized context.

ieee research paper on machine learning

OmniGen: Unified Image Generation

vectorspacelab/omnigen • 17 Sep 2024

In this work, we introduce OmniGen, a new diffusion model for unified image generation.

ieee research paper on machine learning

StoryMaker: Towards Holistic Consistent Characters in Text-to-image Generation

However, the lack of holistic consistency in scenes with multiple characters hampers these methods' ability to create a cohesive narrative.

ieee research paper on machine learning

LLaMA-Omni: Seamless Speech Interaction with Large Language Models

We build our model based on the latest Llama-3. 1-8B-Instruct model.

Kolmogorov-Arnold Transformer

In this paper, we introduce the Kolmogorov-Arnold Transformer (KAT), a novel architecture that replaces MLP layers with Kolmogorov-Arnold Network (KAN) layers to enhance the expressiveness and performance of the model.

ieee research paper on machine learning

QA-MDT: Quality-aware Masked Diffusion Transformer for Enhanced Music Generation

In recent years, diffusion-based text-to-music (TTM) generation has gained prominence, offering an innovative approach to synthesizing musical content from textual descriptions.

ieee research paper on machine learning

Oryx MLLM: On-Demand Spatial-Temporal Understanding at Arbitrary Resolution

Visual data comes in various forms, ranging from small icons of just a few pixels to long videos spanning hours.

ieee research paper on machine learning

Fine-Tuning Image-Conditional Diffusion Models is Easier than You Think

Recent work showed that large diffusion models can be reused as highly precise monocular depth estimators by casting depth estimation as an image-conditional image generation task.

ieee research paper on machine learning

Qwen2 Technical Report

This report introduces the Qwen2 series, the latest addition to our large language models and large multimodal models.

ieee research paper on machine learning

A systematic review of fairness in machine learning

  • Published: 19 September 2024

Cite this article

ieee research paper on machine learning

  • Ricardo Trainotti Rabonato 1 &
  • Lilian Berton   ORCID: orcid.org/0000-0003-1397-6005 1  

69 Accesses

Explore all metrics

Fairness in Machine Learning (ML) has emerged as a crucial concern as these models increasingly influence critical decisions in various domains, including healthcare, finance, and criminal justice. The presence of bias in ML systems can lead to unfair and discriminatory outcomes, undermining the reliability and ethical standards of these technologies. As the deployment of ML expands, ensuring that these systems are fair and unbiased is not only a technical challenge but also a moral imperative. Here, a systematic literature review was conducted to explore fairness in machine learning, utilizing the ACM, IEEE, and Springer databases. From an initial retrieval of 975 papers, 30 were included in the review. The results highlight the identification of sensitive attributes, the metrics used to assess bias, and the various databases tested. Additionally, the review categorizes the in-processing and post-processing approaches employed to mitigate bias and examines how studies are managing the trade-off between fairness and accuracy. This comprehensive analysis provides a detailed understanding of the current state of fairness in machine learning and offers insights into effective strategies for bias mitigation.

This is a preview of subscription content, log in via an institution to check access.

Access this article

Subscribe and save.

  • Get 10 units per month
  • Download Article/Chapter or eBook
  • 1 Unit = 1 Article or 1 Chapter
  • Cancel anytime

Price includes VAT (Russian Federation)

Instant access to the full article PDF.

Rent this article via DeepDyve

Institutional subscriptions

ieee research paper on machine learning

Similar content being viewed by others

ieee research paper on machine learning

Fairness issues, current approaches, and challenges in machine learning models

ieee research paper on machine learning

Designing Against Bias: Identifying and Mitigating Bias in Machine Learning and AI

ieee research paper on machine learning

A novel approach for assessing fairness in deployed machine learning algorithms

Explore related subjects.

  • Artificial Intelligence
  • Medical Ethics

Data availability

This paper is a review, no dataset was used or generated.

https://www.ieee.org/.

https://www.springer.com/br.

https://www.acm.org/.

According to [ 53 ], for example, attributes such as “number of working hours” and “education level” can, to some extent, explain the wage differences between men and women in a given data set.

The National Basketball Association is the main professional basketball league in North America.

In Table 3 , the bases noted with (*) have data that were artificially created for use in the proposed study.

Caliskan, A., Bryson, J.J., Narayanan, A.: Semantics derived automatically from language corpora contain human-like biases. Science 356 (6334), 183–186 (2017). https://doi.org/10.1126/science.aal4230

Article   Google Scholar  

Forum, W.E.: How to prevent discriminatory outcomes in machine learning (2018). https://www3.weforum.org/docs/WEF_40065_White_Paper_How_to_Prevent_Discriminatory_Outcomes_in_Machine_Learning.pdf

INTELLIGENCE, A.F.T.A.O.A.: Code Of Professional Ethics And Conduct (2019). https://www.aaai.org/Conferences/code-of-ethics-and-conduct.php

Calmon, F.P., Wei, D., Ramamurthy, K.N., Varshney, K.R.: Optimized data pre-processing for discrimination prevention (2017)

Barocas, S., Hardt, M., Narayanan, A.: Fairness and machine learning: limitations and opportunities. fairmlbook.org, ??? (2019). http://www.fairmlbook.org

Chen, R.J., Wang, J.J., Williamson, D.F., Chen, T.Y., Lipkova, J., Lu, M.Y., Sahai, S., Mahmood, F.: Algorithmic fairness in artificial intelligence for medicine and healthcare. Nat. Biomed. Eng. 7 (6), 719–742 (2023)

Chen, I.Y., Pierson, E., Rose, S., Joshi, S., Ferryman, K., Ghassemi, M.: Ethical machine learning in healthcare. Ann. Rev. Biomed. Data Sci. 4 , 123–144 (2021)

Ricci Lara, M.A., Echeveste, R., Ferrante, E.: Addressing fairness in artificial intelligence for medical imaging. Nat. Commun. 13 (1), 4581 (2022)

Mehrabi, N., Morstatter, F., Saxena, N., Lerman, K., Galstyan, A.: A survey on bias and fairness in machine learning. ACM Comput. Surv. 54 (6), 1–35 (2021)

Pessach, D., Shmueli, E.: A review on fairness in machine learning. ACM Comput. Surv. (CSUR) 55 (3), 1–44 (2022)

Caton, S., Haas, C.: Fairness in machine learning: A survey. ACM Comput. Surv. 56 (7), 1–38 (2024)

Bellamy, R.K.E., Dey, K., Hind, M., Hoffman, S.C., Houde, S., Kannan, K., Lohia, P., Martino, J., Mehta, S., Mojsilovic, A., Nagar, S., Ramamurthy, K.N., Richards, J., Saha, D., Sattigeri, P., Singh, M., Varshney, K.R., Zhang, Y.: AI Fairness 360: An Extensible Toolkit for Detecting, Understanding, and Mitigating Unwanted Algorithmic Bias (2018)

Dastin, J.: Amazon scraps secret ai recruiting tool that showed bias against women. In: Ethics of Data and Analytics, pp. 296–299. Auerbach Publications, ??? (2022)

Lum, K., Isaac, W.: To predict and serve? Significance 13 (5), 14–19 (2016)

Sjoding, M.W., Dickson, R.P., Iwashyna, T.J., Gay, S.E., Valley, T.S.: Racial bias in pulse oximetry measurement. N. Engl. J. Med. 383 (25), 2477–2478 (2020)

Adamson, A.S., Smith, A.: Machine learning and health care disparities in dermatology. JAMA Dermatol. 154 (11), 1247–1248 (2018)

Diao, J.A., Wu, G.J., Taylor, H.A., Tucker, J.K., Powe, N.R., Kohane, I.S., Manrai, A.K.: Clinical implications of removing race from estimates of kidney function. JAMA 325 (2), 184–186 (2021)

Google Scholar  

Selbst, A.D., Boyd, D., Friedler, S.A., Venkatasubramanian, S., Vertesi, J.: Fairness and Abstraction in Sociotechnical Systems. In: Proceedings of the Conference on Fairness, Accountability, and Transparency, pp. 59–68. ACM, Atlanta GA USA (2019). https://doi.org/10.1145/3287560.3287598 . Accessed 14 July 2023

Perrone, V., Donini, M., Zafar, M.B., Schmucker, R., Kenthapadi, K., Archambeau, C.: Fair bayesian optimization. In: Proceedings of the 2021 AAAI/ACM Conference on AI, ethics, and society, pp. 854–863. ACM, Virtual Event USA (2021). https://doi.org/10.1145/3461702.3462629 . Accessed 21 November 2022

Chakraborty, J., Majumder, S., Yu, Z., Menzies, T.: Fairway: a way to build fair ML software. In: Proceedings of the 28th ACM Joint Meeting on European Software Engineering Conference and Symposium on the Foundations of Software Engineering, pp. 654–665. ACM, Virtual Event USA (2020). https://doi.org/10.1145/3368089.3409697 . Accessed 21 November 2022

Zhao, T., Dai, E., Shu, K., Wang, S.: Towards Fair Classifiers Without Sensitive Attributes: Exploring Biases in Related Features. In: Proceedings of the Fifteenth ACM International Conference on Web Search And Data Mining, pp. 1433–1442. ACM, Virtual Event AZ USA (2022). https://doi.org/10.1145/3488560.3498493 . Accessed 21 November 2022

Berk, R., Heidari, H., Jabbari, S., Kearns, M., Roth, A.: Fairness in criminal justice risk assessments: the state of the art (2017)

Caton, S., Haas, C.: Fairness in machine learning: a survey (2020)

Biolchini, J., Mian, P.G., Natali, A.C.C., Travassos, G.H.: Systematic Review in Software Engineering. Technical Report ES 679 (05), 45 (2005)

Felizardo, K.R., Nakagawa, E.Y., Fabbri, S.C.P.F., Ferrari, F.C.: Revisão Sistemática da Literatura em Engenharia de Software: Teoria e Prática. Elsevier, Rio de Janeiro (2017)

Abebe, S.A., Lucchese, C., Orlando, S.: EiFFFeL: enforcing fairness in forests by flipping leaves. In: Proceedings of the 37th ACM/SIGAPP Symposium on Applied Computing, pp. 429–436. ACM, Virtual Event (2022). https://doi.org/10.1145/3477314.3507319 . Accessed 21 November 2022

Krasanakis, E., Spyromitros-Xioufis, E., Papadopoulos, S., Kompatsiaris, Y.: Adaptive Sensitive Reweighting to Mitigate Bias in Fairness-aware Classification. In: Proceedings of the 2018 World Wide Web Conference on World Wide Web - WWW ’18, pp. 853–862. ACM Press, Lyon, France (2018). https://doi.org/10.1145/3178876.3186133 . Accessed 21 November 2022

G. Harris, C.: Mitigating Cognitive Biases in Machine Learning Algorithms for Decision Making. In: Companion Proceedings of the Web Conference 2020, pp. 775–781. ACM, Taipei Taiwan (2020). https://doi.org/10.1145/3366424.3383562 . Accessed 21 November 2022

Sharma, S., Gee, A.H., Paydarfar, D., Ghosh, J.: FaiR-N: Fair and Robust Neural Networks for Structured Data. In: Proceedings of the 2021 AAAI/ACM Conference on AI, Ethics, And Society, pp. 946–955. ACM, Virtual Event USA (2021). https://doi.org/10.1145/3461702.3462559 . Accessed 21 November 2022

Alam, M.A.U.: AI-Fairness Towards Activity Recognition of Older Adults. In: MobiQuitous 2020 - 17th EAI International Conference on Mobile and Ubiquitous Systems: Computing, Networking and Services, pp. 108–117. ACM, Darmstadt Germany (2020). https://doi.org/10.1145/3448891.3448943 . Accessed 21 November 2022

Zhang, H., Chu, X., Asudeh, A., Navathe, S.B.: OmniFair: A Declarative System for Model-Agnostic Group Fairness in Machine Learning. In: Proceedings of the 2021 International Conference on Management Of Data, pp. 2076–2088. ACM, Virtual Event China (2021). https://doi.org/10.1145/3448016.3452787 . Accessed 21 November 2022

Hu, Q., Rangwala, H.: Metric-Free Individual Fairness with Cooperative Contextual Bandits. In: 2020 IEEE International Conference on Data Mining (ICDM), pp. 182–191. IEEE, Sorrento, Italy (2020). https://doi.org/10.1109/ICDM50108.2020.00027 . https://ieeexplore.ieee.org/document/9338312/ Accessed 21 November 2022

Grari, V., Ruf, B., Lamprier, S., Detyniecki, M.: Achieving Fairness with Decision Trees: An Adversarial Approach. Data Sci. Eng. 5 (2), 99–110 (2020). https://doi.org/10.1007/s41019-020-00124-2 . ( 21 November 2022 )

Ramos, G., Boratto, L., Marras, M.: Robust reputation independence in ranking systems for multiple sensitive attributes. Mach. Learn. 111 (10), 3769–3796 (2022). https://doi.org/10.1007/s10994-022-06173-0 . ( Accessed 21 November 2022 )

Article   MathSciNet   Google Scholar  

Raza, S., Reji, D.J., Ding, C.: Dbias: detecting biases and ensuring fairness in news articles. Int. J. Data Sci. Anal. (2022). https://doi.org/10.1007/s41060-022-00359-4 . ( Accessed 21 November 2022 )

Scutari, M., Panero, F., Proissl, M.: Achieving fairness with a simple ridge penalty. Stat. Comput. 32 (5), 77 (2022). https://doi.org/10.1007/s11222-022-10143-w . ( Accessed 21 November 2022 )

Ogura, H., Takeda, A.: Convex Fairness Constrained Model Using Causal Effect Estimators. In: Companion Proceedings of the Web Conference 2020, pp. 723–732. ACM, Taipei Taiwan (2020). https://doi.org/10.1145/3366424.3383556 . Accessed 21 November 2022

Kim, M.P., Ghorbani, A., Zou, J.: Multiaccuracy: Black-Box Post-Processing for Fairness in Classification. In: Proceedings of the 2019 AAAI/ACM Conference on AI, Ethics, And Society, pp. 247–254. ACM, Honolulu HI USA (2019). https://doi.org/10.1145/3306618.3314287 . Accessed 21 November 2022

Yan, S., Huang, D., Soleymani, M.: Mitigating Biases in Multimodal Personality Assessment. In: Proceedings of the 2020 International Conference on Multimodal Interaction, pp. 361–369. ACM, Virtual Event Netherlands (2020). https://doi.org/10.1145/3382507.3418889 . Accessed 21 November 2022

Geyik, S.C., Ambler, S., Kenthapadi, K.: Fairness-Aware Ranking in Search & Recommendation Systems with Application to LinkedIn Talent Search. In: Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining, pp. 2221–2231. ACM, Anchorage AK USA (2019). https://doi.org/10.1145/3292500.3330691 . Accessed 21 November 2022

Halevy, M., Harris, C., Bruckman, A., Yang, D., Howard, A.: Mitigating Racial Biases in Toxic Language Detection with an Equity-Based Ensemble Framework. In: Equity and Access in Algorithms, Mechanisms, and Optimization, pp. 1–11. ACM, – NY USA (2021). https://doi.org/10.1145/3465416.3483299 . Accessed 21 November 2022

Zehlike, M., Castillo, C.: Reducing Disparate Exposure in Ranking: A Learning To Rank Approach. In: Proceedings of The Web Conference 2020, pp. 2849–2855. ACM, Taipei Taiwan (2020). https://doi.org/10.1145/3366424.3380048 . Accessed 21 November 2022

Wang, J., Li, Y., Wang, C.: Synthesizing Fair Decision Trees via Iterative Constraint Solving. In: Shoham, S., Vizel, Y. (eds.) Computer Aided Verification vol. 13372, pp. 364–385. Springer, Cham (2022). https://doi.org/10.1007/978-3-031-13188-2_18 . Series Title: Lecture Notes in Computer Science. Accessed 21 November 2022

Nozza, D., Volpetti, C., Fersini, E.: Unintended Bias in Misogyny Detection. In: IEEE/WIC/ACM International Conference on Web Intelligence, pp. 149–155. ACM, Thessaloniki Greece (2019). https://doi.org/10.1145/3350546.3352512 . Accessed 21 November 2022

Wu, Z., He, J.: Fairness-aware Model-agnostic Positive and Unlabeled Learning. In: 2022 ACM Conference on Fairness, Accountability, and Transparency, pp. 1698–1708. ACM, Seoul Republic of Korea (2022). https://doi.org/10.1145/3531146.3533225 . Accessed 21 November 2022

Zhang, B.H., Lemoine, B., Mitchell, M.: Mitigating Unwanted Biases with Adversarial Learning. In: Proceedings of the 2018 AAAI/ACM Conference on AI, Ethics, And Society, pp. 335–340. ACM, New Orleans LA USA (2018). https://doi.org/10.1145/3278721.3278779 . Accessed 21 November 2022

Liu, D., Shafi, Z., Fleisher, W., Eliassi-Rad, T., Alfeld, S.: RAWLSNET: Altering Bayesian Networks to Encode Rawlsian Fair Equality of Opportunity. In: Proceedings of the 2021 AAAI/ACM Conference on AI, Ethics, And Society, pp. 745–755. ACM, Virtual Event USA (2021). https://doi.org/10.1145/3461702.3462618 . Accessed 21 November 2022

Rekabsaz, N., Kopeinik, S., Schedl, M.: Societal Biases in Retrieved Contents: Measurement Framework and Adversarial Mitigation of BERT Rankers. In: Proceedings of the 44th International ACM SIGIR Conference on Research and Development in Information Retrieval, pp. 306–316. ACM, Virtual Event Canada (2021). https://doi.org/10.1145/3404835.3462949 . Accessed 21 November 2022

Almuzaini, A.A., Singh, V.K.: Balancing Fairness and Accuracy in Sentiment Detection using Multiple Black Box Models. In: Proceedings of the 2nd International Workshop on Fairness, Accountability, Transparency and Ethics In Multimedia, pp. 13–19. ACM, Seattle WA USA (2020). https://doi.org/10.1145/3422841.3423536 . Accessed 21 November 2022

Bhaskaruni, D., Hu, H., Lan, C.: Improving Prediction Fairness via Model Ensemble. In: 2019 IEEE 31st International Conference on Tools with Artificial Intelligence (ICTAI), pp. 1810–1814. IEEE, Portland, OR, USA (2019). https://doi.org/10.1109/ICTAI.2019.00273 . https://ieeexplore.ieee.org/document/8995403/ Accessed 21 November 2022

Dai, E., Wang, S.: Say No to the Discrimination: Learning Fair Graph Neural Networks with Limited Sensitive Attribute Information. In: Proceedings of the 14th ACM International Conference on Web Search and Data Mining, pp. 680–688. ACM, Virtual Event Israel (2021). https://doi.org/10.1145/3437963.3441752 . Accessed 21 November 2022

Liu, W., Liu, F., Tang, R., Liao, B., Chen, G., Heng, P.A.: Balancing Between Accuracy and Fairness for Interactive Recommendation with Reinforcement Learning. In: Lauw, H.W., Wong, R.C.-W., Ntoulas, A., Lim, E.-P., Ng, S.-K., Pan, S.J. (eds.) Advances in Knowledge Discovery and Data Mining vol. 12084, pp. 155–167. Springer, Cham (2020). https://doi.org/10.1007/978-3-030-47426-3_13 . Series Title: Lecture Notes in Computer Science. Accessed 21 November 2022

Calders, T., Karim, A., Kamiran, F., Ali, W., Zhang, X.: Controlling attribute effect in linear regression. In: 2013 IEEE 13th International Conference on Data Mining, pp. 71–80 (2013). https://doi.org/10.1109/ICDM.2013.114

Download references

Acknowledgements

We thanks Fundação de Amparo à Pesquisa do Estado de São Paulo (FAPESP), grant 21/14725-3 and Conselho Nacional de Desenvolvimento Científico e Tecnológico (CNPq).

Author information

Authors and affiliations.

Universidade Federal de São Paulo, São José dos Campos, São Paulo, Brazil

Ricardo Trainotti Rabonato & Lilian Berton

You can also search for this author in PubMed   Google Scholar

Corresponding author

Correspondence to Lilian Berton .

Ethics declarations

Conflict of interest.

On behalf of all authors, the corresponding author states that there is no Conflict of interest.

Additional information

Publisher’s note.

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Springer Nature or its licensor (e.g. a society or other partner) holds exclusive rights to this article under a publishing agreement with the author(s) or other rightsholder(s); author self-archiving of the accepted manuscript version of this article is solely governed by the terms of such publishing agreement and applicable law.

Reprints and permissions

About this article

Rabonato, R.T., Berton, L. A systematic review of fairness in machine learning. AI Ethics (2024). https://doi.org/10.1007/s43681-024-00577-5

Download citation

Received : 08 June 2024

Accepted : 04 September 2024

Published : 19 September 2024

DOI : https://doi.org/10.1007/s43681-024-00577-5

Share this article

Anyone you share the following link with will be able to read this content:

Sorry, a shareable link is not currently available for this article.

Provided by the Springer Nature SharedIt content-sharing initiative

  • Machine learning
  • Fairness metrics
  • Sensitive attributes
  • Find a journal
  • Publish with us
  • Track your research
  • School of Engineering and Applied Sciences
  • UB Directory
  • Department of Electrical Engineering >
  • Research >
  • Research Highlights >

Study enhancing learning methods for AI and machine learning systems wins IEEE award

Grid lines and numerical text on either side of a silhouette.

By Peter Murphy

Published May 21, 2024

A paper authored by Seyyedali Hosseinalipour (Ali Alipour) received the Institute of Electrical and Electronics Engineers (IEEE) Communications Society William R. Bennett Prize. The research could enhance learning methods used by artificial intelligence (AI) and machine learning (ML) systems.

Related Links

  • Seyyedali Hosseinalipour (Ali Alipour) , PhD
  • 9/24/24 Department of Electrical Engineering

According to IEEE, the award “recognizes outstanding original papers published in IEEE/ACM Transactions on Networking or the IEEE Transactions on Network and Service Management” within the last three years.

Alipour’s research enhances federated learning, a method researchers use to secure private information while collecting data to better train AI and ML systems.  

AI and ML systems collect data from various sources to enhance their capabilities. The data collection associated with each of these methods, however, come with privacy concerns. Data collected from personal devices like smartphones and other electronics could be stored in a single location, like a cloud server. Federated learning allows the data to remain on the device. The only data sent to a central server during federated learning is the AI or ML model parameters.

“Federated learning was first developed by researchers at Google, initially aimed at enhancing next-word prediction for smartphone keyboards,” Alipour says. “Today, technology giants like NVIDIA apply federated learning to sectors such as healthcare, where protecting patient data privacy is crucial,” Alipour says.

Alipour’s new method, multi-stage hybrid federated learning (MH-FL), allows devices to interact with each other before sending any information to a server. The devices can work together to refine learning methods associated with the AI and ML systems before sharing information to a central server.

“MH-FL introduces an additional layer of flexibility by enabling client-to-client interactions, also known as device-to-device interactions. Our findings indicate that incorporating this degree of freedom can significantly enhance model prediction performance in federated learning,” Alipour says. “Additionally, it contributes to reduced energy consumption and latency, optimizing both the efficiency and effectiveness of the learning process.”

Seyyedali Hosseinalipour.

The work in this award-winning paper has set the foundation for Alipour’s work with federated learning. He has continued to develop and explore different federated learning techniques.

“Ali is a leading researcher in the analysis and modeling of modern wireless networks, specifically in the application of machine-learning techniques to the design and implementation of next-generation wireless networks,” says Jon Bird, professor and chair in the Department of Electrical Engineering. “This achievement is especially remarkable for Ali, given his current position as a junior assistant professor.”

The William R. Bennett Prize is competitive. Out of the potentially thousands of papers considered, just one is selected for the award.

“As researchers, we are always thrilled when our ideas are well-received. I hope to use this excitement as motivation to continue contributing to the rapidly evolving fields of AI and ML,” Alipour says. “I also hope that this enthusiasm not only drives our current research but inspires further innovations and discoveries.”

PRESS RELEASES

  • 11/9/23 UB receives $2.4 million grant to develop Earth’s thinnest materials for space tech
  • 7/24/23 ‘Quantum avalanche’ explains how nonconductors turn into conductors
  • 7/14/23 Democratizing wireless network research with UnionLabs project
  • 4/20/23 A particular ‘sandwich’ of graphene and boron nitride may lead to next-gen microelectronics
  • 6/3/22 New electrocatalyst offers hope for less expensive hydrogen fuel

Upcoming Events

IEEE Account

  • Change Username/Password
  • Update Address

Purchase Details

  • Payment Options
  • Order History
  • View Purchased Documents

Profile Information

  • Communications Preferences
  • Profession and Education
  • Technical Interests
  • US & Canada: +1 800 678 4333
  • Worldwide: +1 732 981 0060
  • Contact & Support
  • About IEEE Xplore
  • Accessibility
  • Terms of Use
  • Nondiscrimination Policy
  • Privacy & Opting Out of Cookies

A not-for-profit organization, IEEE is the world's largest technical professional organization dedicated to advancing technology for the benefit of humanity. © Copyright 2024 IEEE - All rights reserved. Use of this web site signifies your agreement to the terms and conditions.

IMAGES

  1. machine learning research papers 2019 ieee

    ieee research paper on machine learning

  2. (PDF) Artificial Intelligence and Machine Learning in 5G Network

    ieee research paper on machine learning

  3. (PDF) Call for Papers "Soft Computing: Current Trend of Machine

    ieee research paper on machine learning

  4. (PDF) A Machine Learning Approach for IEEE 802.11 Channel Allocation

    ieee research paper on machine learning

  5. Process Control and Machine Learning

    ieee research paper on machine learning

  6. (PDF) Stock Prediction using Machine Learning a Review Paper

    ieee research paper on machine learning

VIDEO

  1. How I Read and Organize Academic (Machine Learning) Papers

  2. Fundamental of machine learning Introduction to Machine Learning

  3. Why you should read Research Papers in ML & DL? #machinelearning #deeplearning

  4. Code Implementation from Research Paper (Machine Learning) || Running test.py file

  5. MLDescent #1: Can Anyone write a Research Paper in the Age of AI?

  6. Introduction to Clustering

COMMENTS

  1. Machine Learning

    Learn about machine-learning technologies and how they can be applied to code analysis in this article from IEEE Software. The article covers the basics of machine learning, its applications, and a case study with examples.

  2. Research on machine learning algorithms and feature ...

    This paper aims to use various machine learning algorithms and explore the influence between different algorithms and multi-feature in the time series. The real consumption records constitute the time series as the research object. We extract consumption mark, frequency and other features. Moreover, we utilize support vector machine (SVM), long short-term memory (LSTM) and other algorithms to ...

  3. Machine learning and its applications: A review

    This paper reviews the work done by various authors in the field of machine learning in various application areas. It covers topics such as bioinformatics, intrusion detection, information retrieval, game playing, marketing, malware detection and image deconvolution.

  4. IEEE Transactions on Neural Networks and Learning Systems

    A journal that publishes technical articles on neural networks and related learning systems. Find out the journal citation metrics, special issues, and featured papers on reinforcement learning control with knowledge shaping.

  5. Code Generation Using Machine Learning: A Systematic Review

    This article reviews 37 publications on code generation using ML methods for various natural language processing tasks. It covers the paradigms, applications, models, datasets, results, limitations, and future work of the reviewed studies.

  6. machine learning Archives

    Browse the latest articles and research papers on machine learning from IEEE Access, a peer-reviewed, open access journal. Find topics such as runoff forecasting, motor design, code generation, and more.

  7. Proceedings of the IEEE

    A special issue of the IEEE journal that covers various topics in machine learning and deep neural networks, such as causal learning, adversarial robustness, graph neural networks, and medical imaging. The issue includes reviews, surveys, and original research papers by leading experts in the field.

  8. Proceedings of the IEEE

    Furthermore, possible directions for further research are outlined, including performance guarantees, deep-learning algorithms, collaborative model-based deep learning, and unexplored applications. The article is intended to facilitate the design and study of future systems at the intersection of signal processing and machine learning that ...

  9. Ieee Transactions on Artificial Intelligence, Vol. 00, No. 0, 2021 1

    s social systems, ecosystems, biological networks, knowledge graphs, and information systems. With the continuous penetra-tion of artificial intelligence technologies, graph learning (i. e., machine learning on graphs) is gaining attention from both researchers and practitioners. Graph le. rning proves effective for many tasks, such as ...

  10. Ieee Transactions on Neural Networks and Learning Systems, Vol. Xx, No

    research in the field. Index Terms—deep learning, neural networks, natural lan-guage processing, computational linguistics, machine learning I. INTRODUCTION T HE field of natural language processing (NLP) encom-passes a variety of topics which involve the compu-tational processing and understanding of human languages.

  11. IEEE

    no code implementations • IEEE Transactions on Smart Grid 2022 • Di Cao, Member, Junbo Zhao, Weihao Hu, Senior Member, Qishu Liao, Qi Huang, Zhe Chen, Fellow, IEEE. Abstract—This paper addresses the distribution system state estimation (DSSE) with unknown topology change. Bayesian Inference Transfer Learning. Paper.

  12. IEEE Transactions on Machine Learning in Communications and Networking

    IEEE TMLCN also particularly encourages the submission of papers that simultaneously advance both the fields of machine learning and wireless networking. The journal also advocates for reproducible and public sharing of codes, datasets, software, and other artefacts related to research contributions.

  13. Machine Learning and its Applications: A Study

    Machine Learning is one of the highly recognized research areas nowadays. Different algorithms are used widely across several domains to implement the concepts. In this paper, discussion has been done in relation to machine learning along with its types, application areas [1].

  14. This Paper Has Been Accepted by Ieee Transactions on Neural Networks

    in performance compared with other machine learning tools, neural networks fell out of fashion in early 2000s. Deep learning has become popular since 2006 [37][S7] with a break through in speech recognition [38]. The recovery of deep learning can be attributed to the following factors. The emergence of large scale annotated training data, such

  15. Machine Learning: Algorithms, Real-World Applications and Research

    To discuss the applicability of machine learning-based solutions in various real-world application domains. To highlight and summarize the potential research directions within the scope of our study for intelligent data analysis and services. The rest of the paper is organized as follows.

  16. Machine Learning

    The dataset comprises over 1,250 images (640x360 pixels) captured using a camera mounted on a tele-operated robot on hiking trails. Images are manually labeled into eight terrain classes: grass, rock, trail, root, structure, tree trunk, vegetation, and rough trail. The dataset is provided in its original form without augmentations or resizing ...

  17. Machine Learning

    Traffic Prediction for Intelligent Transportation System using **Machine Learning**. Audio, Speech, and Language Processing, IEEE Transactions on. Automatic Control, IEEE Transactions on. Automation Science and Engineering, IEEE Transactions on. Computer-Aided Design of Integrated Circuits and Systems, IEEE Transactions on.

  18. Regular Papers

    Efficient Acceleration of Deep Learning Inference on Resource-Constrained Edge Devices: A Review. By M. M. Hossain Shuvo, S. K. Islam, J. Cheng, and B. I. Morshed. This article provides a comprehensive review of the state-of-the-art tools and techniques for efficient edge inference, a vital element of artificial intelligence on edge.

  19. The latest in Machine Learning

    Wings: Learning Multimodal LLMs without Text-only Forgetting. Initially, image and text inputs are aligned with visual learners operating alongside the main attention, balancing focus on visual elements. Papers With Code highlights trending Machine Learning research and the code to implement it.

  20. Generative AI: A Review on Models and Applications

    Generative Artificial Intelligence (AI) stands as a transformative paradigm in machine learning, enabling the creation of complex and realistic data from latent representations. This review paper comprehensively surveys the landscape of Generative AI, encompassing its foundational concepts, diverse models, training methodologies, applications, challenges, recent advancements, evaluation ...

  21. PDF Artificial Intelligence and Machine Learning Applied to ...

    The opportunity, nearly a necessity, is for security artificial intelligence (AI)/machine learning (ML) to act as a force multiplier by augmenting the cybersecurity workforce's ability to defend at scale and speed. The agility created by AI/ML augmentation of a cybersecurity system (henceforth, "security AI/ML" or "security AI/ML system ...

  22. A systematic review of fairness in machine learning

    This review retrieved papers from leading computer science-focused libraries, namely ACM, Springer, and IEEE. From an initial pool of 975 papers, 30 were selected based on relevance and quality criteria. Our review aims to address five specific research questions: ... Fairness in machine learning research often focuses on these attributes to ...

  23. INGR Roadmap Artificial Intelligence And Machine Learning Chapter

    In the evolution of artificial Intelligence (AI) and machine learning (ML), reasoning, knowledge representation, planning, learning, natural language processing, perception, and the ability to move and manipulate objects have been widely used. These features enable the creation of intelligent mechanisms for decision support to overcome the limits of human knowledge processing. In addition, ML ...

  24. Study enhancing learning methods for AI and machine learning systems

    A paper authored by Seyyedali Hosseinalipour (Ali Alipour) received the Institute of Electrical and Electronics Engineers (IEEE) Communications Society William R. Bennett Prize. The research could enhance learning methods used by artificial intelligence (AI) and machine learning (ML) systems.

  25. Forecasting EV Market Trends in India: A Deep Learning ...

    This research paper presents a comprehensive analysis of machine learning models for predicting future sales of electric vehicles (EVs) in the Indian Market. With a specific focus on 2 and 3 wheeler sales. The study compares different machine learning approaches, including Linear Regression, Support Vector Regression (SVR), Long Short-Term Memory (LSTM) Neural Network, Through an evaluation of ...

  26. Natural Language Processing and Its Applications in ...

    As an essential part of artificial intelligence technology, natural language processing is rooted in multiple disciplines such as linguistics, computer science, and mathematics. The rapid advancements in natural language processing provides strong support for machine translation research. This paper first introduces the key concepts and main content of natural language processing, and briefly ...