<?xml version="1.0" encoding="utf-8"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:hal="http://hal.archives-ouvertes.fr/" xmlns:gml="http://www.opengis.net/gml/3.3/" xmlns:gmlce="http://www.opengis.net/gml/3.3/ce" version="1.1" xsi:schemaLocation="http://www.tei-c.org/ns/1.0 http://api.archives-ouvertes.fr/documents/aofr-sword.xsd">
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title>HAL TEI export of hal-02117955</title>
      </titleStmt>
      <publicationStmt>
        <distributor>CCSD</distributor>
        <availability status="restricted">
          <licence target="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0 - Universal</licence>
        </availability>
        <date when="2026-05-24T11:21:25+02:00"/>
      </publicationStmt>
      <sourceDesc>
        <p part="N">HAL API Platform</p>
      </sourceDesc>
    </fileDesc>
  </teiHeader>
  <text>
    <body>
      <listBibl>
        <biblFull>
          <titleStmt>
            <title xml:lang="en">Activity Recognition Using Particle Network</title>
            <author role="aut">
              <persName>
                <forename type="first">Ali</forename>
                <surname>Parsa</surname>
              </persName>
              <idno type="halauthorid">1577211-0</idno>
              <affiliation ref="#struct-310035"/>
            </author>
            <editor role="depositor">
              <persName>
                <forename>Ali</forename>
                <surname>Molayi</surname>
              </persName>
              <email type="md5">1fe17df60a008dd99d13407e0404040f</email>
              <email type="domain">gmail.com</email>
            </editor>
          </titleStmt>
          <editionStmt>
            <edition n="v1" type="current">
              <date type="whenSubmitted">2019-05-28 19:25:51</date>
              <date type="whenModified">2021-05-25 13:13:51</date>
              <date type="whenReleased">2019-05-28 19:28:00</date>
              <date type="whenProduced">2018-08-08</date>
              <date type="whenEndEmbargoed">2019-05-02</date>
              <ref type="file" target="https://hal.science/hal-02117955v1/document">
                <date notBefore="2019-05-02"/>
              </ref>
              <ref type="file" subtype="greenPublisher" n="1" target="https://hal.science/hal-02117955v1/file/IJAIEM-2018-05-21-12.pdf" id="file-2117955-2134038">
                <date notBefore="2019-05-02"/>
              </ref>
            </edition>
            <respStmt>
              <resp>contributor</resp>
              <name key="712478">
                <persName>
                  <forename>Ali</forename>
                  <surname>Molayi</surname>
                </persName>
                <email type="md5">1fe17df60a008dd99d13407e0404040f</email>
                <email type="domain">gmail.com</email>
              </name>
            </respStmt>
          </editionStmt>
          <publicationStmt>
            <distributor>CCSD</distributor>
            <idno type="halId">hal-02117955</idno>
            <idno type="halUri">https://hal.science/hal-02117955</idno>
            <idno type="halBibtex">parsa:hal-02117955</idno>
            <idno type="halRefHtml">&lt;i&gt;International Journal of Application or Innovation in Engineering &amp; Management (IJAIEM)&lt;/i&gt;, 2018, 7 (8), pp.49-54</idno>
            <idno type="halRef">International Journal of Application or Innovation in Engineering &amp; Management (IJAIEM), 2018, 7 (8), pp.49-54</idno>
            <availability status="restricted">
              <licence target="https://about.hal.science/hal-authorisation-v1/">HAL Authorization<ref corresp="#file-2117955-2134038"/></licence>
            </availability>
          </publicationStmt>
          <seriesStmt/>
          <notesStmt>
            <note type="audience" n="2">International</note>
            <note type="popular" n="0">No</note>
            <note type="peer" n="1">Yes</note>
          </notesStmt>
          <sourceDesc>
            <biblStruct>
              <analytic>
                <title xml:lang="en">Activity Recognition Using Particle Network</title>
                <author role="aut">
                  <persName>
                    <forename type="first">Ali</forename>
                    <surname>Parsa</surname>
                  </persName>
                  <idno type="halauthorid">1577211-0</idno>
                  <affiliation ref="#struct-310035"/>
                </author>
              </analytic>
              <monogr>
                <idno type="halJournalId" status="INCOMING">137943</idno>
                <title level="j">International Journal of Application or Innovation in Engineering &amp; Management (IJAIEM)</title>
                <imprint>
                  <biblScope unit="volume">7</biblScope>
                  <biblScope unit="issue">8</biblScope>
                  <biblScope unit="pp">49-54</biblScope>
                  <date type="datePub">2018-08-08</date>
                </imprint>
              </monogr>
            </biblStruct>
          </sourceDesc>
          <profileDesc>
            <langUsage>
              <language ident="en">English</language>
            </langUsage>
            <textClass>
              <keywords scheme="author">
                <term xml:lang="en">AdaBoost</term>
                <term xml:lang="en">Mixture of Gaussian</term>
                <term xml:lang="en">Particle network</term>
                <term xml:lang="en">Particle filter</term>
                <term xml:lang="en">Human activity recognition</term>
              </keywords>
              <classCode scheme="halDomain" n="info">Computer Science [cs]</classCode>
              <classCode scheme="halTypology" n="ART">Journal articles</classCode>
              <classCode scheme="halOldTypology" n="ART">Journal articles</classCode>
              <classCode scheme="halTreeTypology" n="ART">Journal articles</classCode>
            </textClass>
            <abstract xml:lang="en">
              <p>Nowadays, human activity recognition is considered as an important field in machine vision. It has a lot of applications in video surveillance, person recognition and prediction. Human activity recognition is a challenging task because of its complexity and highly diversity of actions. Most of the previous methods used tracking algorithms to track the person and then recognize him. In this paper we propose a new method which can be used without tracking the person. In this method, we consider particles on frame, and then by using optical flow algorithm on these particles we obtain some specific features. Using this feature vector can help us to recognize the activity of people. Finally, we will have a feature vector for each frame of activity and by using classification methods such as Adaboost we are classifying the activities. We evaluate this method on Weizmann dataset. The proposed method in addition of having high accuracy, is independent of the need for video tracking algorithms and their constraints</p>
            </abstract>
          </profileDesc>
        </biblFull>
      </listBibl>
    </body>
    <back>
      <listOrg type="structures">
        <org type="institution" xml:id="struct-310035" status="VALID">
          <idno type="IdRef">15499460X</idno>
          <idno type="ROR">https://ror.org/024c2fq17</idno>
          <orgName>Sharif University of Technology [Tehran]</orgName>
          <orgName type="acronym">SUT</orgName>
          <date type="start">1965-01-01</date>
          <desc>
            <address>
              <addrLine>Sharif University of TechnologyAzadi AveTehran, IranPO Box: 11365-11155</addrLine>
              <country key="IR"/>
            </address>
            <ref type="url">http://www.en.sharif.edu/</ref>
          </desc>
        </org>
      </listOrg>
    </back>
  </text>
</TEI>