• Skip to content (access key 1)
  • Skip to search (access key 7)
FWF — Austrian Science Fund
  • Go to overview page Discover

    • Research Radar
      • Research Radar Archives 1974–1994
    • Discoveries
      • Emmanuelle Charpentier
      • Adrian Constantin
      • Monika Henzinger
      • Ferenc Krausz
      • Wolfgang Lutz
      • Walter Pohl
      • Christa Schleper
      • Elly Tanaka
      • Anton Zeilinger
    • Impact Stories
      • Verena Gassner
      • Wolfgang Lechner
      • Birgit Mitter
      • Oliver Spadiut
      • Georg Winter
    • scilog Magazine
    • Austrian Science Awards
      • FWF Wittgenstein Awards
      • FWF ASTRA Awards
      • FWF START Awards
      • Award Ceremony
    • excellent=austria
      • Clusters of Excellence
      • Emerging Fields
    • In the Spotlight
      • 40 Years of Erwin Schrödinger Fellowships
      • Quantum Austria
    • Dialogs and Talks
      • think.beyond Summit
    • Knowledge Transfer Events
    • E-Book Library
  • Go to overview page Funding

    • Portfolio
      • excellent=austria
        • Clusters of Excellence
        • Emerging Fields
      • Projects
        • Principal Investigator Projects
        • Principal Investigator Projects International
        • Clinical Research
        • 1000 Ideas
        • Arts-Based Research
        • FWF Wittgenstein Award
      • Careers
        • ESPRIT
        • FWF ASTRA Awards
        • Erwin Schrödinger
        • doc.funds
        • doc.funds.connect
      • Collaborations
        • Specialized Research Groups
        • Special Research Areas
        • Research Groups
        • International – Multilateral Initiatives
        • #ConnectingMinds
      • Communication
        • Top Citizen Science
        • Science Communication
        • Book Publications
        • Digital Publications
        • Open-Access Block Grant
      • Subject-Specific Funding
        • AI Mission Austria
        • Belmont Forum
        • ERA-NET HERA
        • ERA-NET NORFACE
        • ERA-NET QuantERA
        • Alternative Methods to Animal Testing
        • European Partnership BE READY
        • European Partnership Biodiversa+
        • European Partnership BrainHealth
        • European Partnership ERA4Health
        • European Partnership ERDERA
        • European Partnership EUPAHW
        • European Partnership FutureFoodS
        • European Partnership OHAMR
        • European Partnership PerMed
        • European Partnership Water4All
        • Gottfried and Vera Weiss Award
        • LUKE – Ukraine
        • netidee SCIENCE
        • Herzfelder Foundation Projects
        • Quantum Austria
        • Rückenwind Funding Bonus
        • WE&ME Award
        • Zero Emissions Award
      • International Collaborations
        • Belgium/Flanders
        • Germany
        • France
        • Italy/South Tyrol
        • Japan
        • Korea
        • Luxembourg
        • Poland
        • Switzerland
        • Slovenia
        • Taiwan
        • Tyrol-South Tyrol-Trentino
        • Czech Republic
        • Hungary
    • Step by Step
      • Find Funding
      • Submitting Your Application
      • International Peer Review
      • Funding Decisions
      • Carrying out Your Project
      • Closing Your Project
      • Further Information
        • Integrity and Ethics
        • Inclusion
        • Applying from Abroad
        • Personnel Costs
        • PROFI
        • Final Project Reports
        • Final Project Report Survey
    • FAQ
      • Project Phase PROFI
      • Project Phase Ad Personam
      • Expiring Programs
        • Elise Richter and Elise Richter PEEK
        • FWF START Awards
  • Go to overview page About Us

    • Mission Statement
    • FWF Video
    • Values
    • Facts and Figures
    • Annual Report
    • What We Do
      • Research Funding
        • Matching Funds Initiative
      • International Collaborations
      • Studies and Publications
      • Equal Opportunities and Diversity
        • Objectives and Principles
        • Measures
        • Creating Awareness of Bias in the Review Process
        • Terms and Definitions
        • Your Career in Cutting-Edge Research
      • Open Science
        • Open-Access Policy
          • Open-Access Policy for Peer-Reviewed Publications
          • Open-Access Policy for Peer-Reviewed Book Publications
          • Open-Access Policy for Research Data
        • Research Data Management
        • Citizen Science
        • Open Science Infrastructures
        • Open Science Funding
      • Evaluations and Quality Assurance
      • Academic Integrity
      • Science Communication
      • Philanthropy
      • Sustainability
    • History
    • Legal Basis
    • Organization
      • Executive Bodies
        • Executive Board
        • Supervisory Board
        • Assembly of Delegates
        • Scientific Board
        • Juries
      • FWF Office
    • Jobs at FWF
  • Go to overview page News

    • News
    • Press
      • Logos
    • Calendar
      • Post an Event
      • FWF Informational Events
    • Job Openings
      • Enter Job Opening
    • Newsletter
  • Discovering
    what
    matters.

    FWF-Newsletter Press-Newsletter Calendar-Newsletter Job-Newsletter scilog-Newsletter

    SOCIAL MEDIA

    • LinkedIn, external URL, opens in a new window
    • , external URL, opens in a new window
    • Facebook, external URL, opens in a new window
    • Instagram, external URL, opens in a new window
    • YouTube, external URL, opens in a new window

    SCILOG

    • Scilog — The science magazine of the Austrian Science Fund (FWF)
  • elane login, external URL, opens in a new window
  • Scilog external URL, opens in a new window
  • de Wechsle zu Deutsch

  

Trainable Feature Aggregation

Trainable Feature Aggregation

Felix Breitenecker (ORCID: )
  • Grant DOI 10.55776/P20180
  • Funding program Principal Investigator Projects
  • Status ended
  • Start January 1, 2008
  • End December 31, 2009
  • Funding amount € 131,712
  • Project website

Disciplines

Computer Sciences (100%)

Keywords

    Trainable Feature Aggregation, Recurrent neural networks, Image Processing, Pattern Recognition

Abstract Final report

In many applications of image processing a number of objects - usually represented by feature vectors - is extracted from an image and needs to be classified as a whole set of objects. This is usually done by using an aggregation function that combines all the feature vectors and a classifier that operates on these aggregated features. Such combined aggregation/classification functions should fulfill a number of properties: (1) They have to handle a varying number of objects (feature vectors) in the set, since the number of objects found in an image may vary from image to image. (2) The aggregation should be able to represent more complex operations than just sum, average or simple logical combinations of the classification results for each object. (3) The result of the classification has to be invariant to the order in which the single feature vectors are aggregated. (4) The combined aggregation and classification should be adaptive and thus able to learn from data. Currently, there exist no mathematical structures that fulfill all of these properties to a high degree. In particular, the problem of trainable aggregation functions has not been investigated in great detail. Within this project we are thus aiming at the development of a trainable aggregation/classification method that fulfills all of the properties (1)- (4). We will use recurrent neural networks as trainable aggregation/classification functions. The recursive structure of the network allows a varying number of feature vectors to be presented to the network and provides sufficient flexibility to learn even complicated aggregation functions. The focus of the research work will therefore be on the relationship between the complexity of the aggregation and the structure of the network, on how to achieve order invariance of the network, and on appropriate training methods. For each of these topics we will investigate a number of different approaches, which will finally lead to a new type of neural network incorporating the desired properties.

In many applications of image processing a number of objects - usually represented by feature vectors - is extracted from an image and needs to be classified as a whole set of objects. This is usually done by using an aggregation function that combines all the feature vectors and a classifier that operates on these aggregated features. Such combined aggregation/classification functions should fulfill a number of properties: 1. They have to handle a varying number of objects (feature vectors) in the set, since the number of objects found in an image may vary from image to image. 2. The aggregation should be able to represent more complex operations than just sum, average or simple logical combinations of the classification results for each object. 3. The result of the classification has to be invariant to the order in which the single feature vectors are aggregated. 4. The combined aggregation and classification should be adaptive and thus able to learn from data. Currently, there exist no mathematical structures that fulfill all of these properties to a high degree. In particular, the problem of trainable aggregation functions has not been investigated in great detail. Within this project we are thus aiming at the development of a trainable aggregation/classification method that fulfills all of the properties (1)- (4). We will use recurrent neural networks as trainable aggregation/classification functions. The recursive structure of the network allows a varying number of feature vectors to be presented to the network and provides sufficient flexibility to learn even complicated aggregation functions. The focus of the research work will therefore be on the relationship between the complexity of the aggregation and the structure of the network, on how to achieve order invariance of the network, and on appropriate training methods. For each of these topics we will investigate a number of different approaches, which will finally lead to a new type of neural network incorporating the desired properties.

Research institution(s)
  • Technische Universität Wien - 50%
  • Profactor GmbH (VPTÖ) - 50%
Project participants
  • Christian Eitzinger, Profactor GmbH (VPTÖ) , associated research partner

Discovering
what
matters.

Newsletter

FWF-Newsletter Press-Newsletter Calendar-Newsletter Job-Newsletter scilog-Newsletter

Contact

Austrian Science Fund (FWF)
Georg-Coch-Platz 2
(Entrance Wiesingerstraße 4)
1010 Vienna

office(at)fwf.ac.at
+43 1 505 67 40

General information

  • Job Openings
  • Jobs at FWF
  • Press
  • Philanthropy
  • scilog
  • FWF Office
  • Social Media Directory
  • LinkedIn, external URL, opens in a new window
  • , external URL, opens in a new window
  • Facebook, external URL, opens in a new window
  • Instagram, external URL, opens in a new window
  • YouTube, external URL, opens in a new window
  • Cookies
  • Whistleblowing/Complaints Management
  • Accessibility Statement
  • Data Protection
  • Acknowledgements
  • IFG-Form
  • Social Media Directory
  • © Österreichischer Wissenschaftsfonds FWF
© Österreichischer Wissenschaftsfonds FWF