Copy Link
Add to Bookmark
Report

VISION-LIST Digest Volume 12 Issue 31

eZine's profile picture
Published in 
VISION LIST Digest
 · 10 months ago

VISION-LIST Digest    Fri Jul 16 10:43:20 PDT 93     Volume 12 : Issue 31 

- ***** The Vision List has changed hosts to TELEOS.COM *****
- Send submissions to Vision-List@TELEOS.COM
- Vision List Digest available via COMP.AI.VISION newsgroup
- If you don't have access to COMP.AI.VISION, request list
membership to Vision-List-Request@TELEOS.COM
- Access Vision List Archives via anonymous ftp to FTP.TELEOS.COM

Today's Topics:

Camera Calibration code
Windows Drivers for Data Translation Framegrabbers?
Sequential Similarity Detection
Survey of Signal Based Learning
K. Rohr
Vision Frameworks
Career opportunity
Technical report available
EWIAC'93, Moscow, Sep 6-9: Final Call for Participation and Preliminary Program

----------------------------------------------------------------------

Date: Wed, 14 Jul 1993 08:23:37 -36507155 (MDT)
From: jcowen@asylum.cs.utah.edu (Jonathan Owen)
Subject: Camera Calibration code

Several months ago, I posted to the vision list asking for camera
calibration help. One response led me to contact Reg Willson, who was
extremely helpful, and sent me his implementation of Roger Tsai's
calibration algorithm. This code has been put into the Vision List
Archive SHAREWARE subdirectory (anonymous ftp to FTP.TELEOS.COM).

I'd like to get bug reports, so I can filter them and pass them on to
Reg. Also, if anybody replaces the IMSL stuff w/public domain routines,
I'd like to know.

Thanks,
Jon

Here's the README file:
=======================

The code in this directory was donated by Reg Willson at CMU. It
is an implementation of Roger Tsai's camera calibration algorithm:

R. Tsai, ``A Versatile Camera Calibration Technique for High-Accuracy
3D Machine Vision Metrology Using Off-the-Shelf TV Cameras and Lenses'',
{\em Radiometry -- (Physics-Based Vision)}, L. Wolff, S. Shafer, G. Healey,
eds., Jones and Bartlett, 1992


Note that these routines use the IMSL library, which is available
at many institutions. Many of the IMSL routines are derived from
routines that are available as public domain software. If you do
not have IMSL, your best bet is to get them and modify them for
use here. If you do this, we would like a copy to place here
so this code can become more generic.

Jon Owen, 27-May-93


The actual calibration code is contained in the files:

camera_calibration.c
camera_calibration.h

Four test programs that make use of the calibration code are:

c_cal.c basic coplanar calibration
c_cal_fo.c coplanar calibration, full optimization

n_cal.c basic noncoplanar calibration
n_cal_fo.c noncoplanar calibration, full optimization

Two programs are included to generate synthetic data to test the calibration
code:

c_synthetic.c coplanar calibration data generation program
n_synthetic.c noncoplanar calibration data generation program
gasdev.c random number routine for above

Two test data files are also included:

c_test.data synthetic coplanar test data
n_test.data synthetic noncoplanar test data

Two log files illustrate the output of the synthetic data generation
programs and the results for each of the calibration programs.

cc.log coplanar calibration log
nc.log noncoplanar calibration log

A makefile for everything:

makefile

Two other miscellaneous test programs:

n_xfd_to_xfu.c
n_xfd_to_xfu.c

Please feel free to redistribute the code. Also, if you find
any bugs or deficiencies I would appreciate hearing about them.

------------------------------

Date: Tue, 13 Jul 93 14:51:25 BST
From: jclark@cee.hw.ac.uk (Jim Clark)
Subject: Windows Drivers for Data Translation Framegrabbers?

Is anyone aware of a MS-Windows compatible device driver for framegrabbers
supplied by Data Translation Inc, or more specifically the DT2867 or
DT2867-LC. We wish to have a MS-Windows menu driven system which will
allow us to step an object through a beam of light and grab an image of
the interacting light and object. The driver supplied by Data Translation
is not compatible with MS-Windows only DOS. While the company can supply
a windows driver as part of their Global Lab software (approx 1500 sterling)
it is not available separately.

Jim Clark
Machine Vision Research Group
Dept of Computing and Electrical Engineering
Heriot Watt University
Edinburgh

email jclark@cee.hw.ac.uk
tel: 031 449 5111 ext 4175
fax: 031 451 3431

------------------------------

Date: Tue, 13 Jul 93 10:01:46 CDT
From: noran!iowa!kburton@uunet.UU.NET (Kevin Burton)
Subject: Sequential Similarity Detection

In Pratt, "Digital Image Processing" (pp 566-567) an algorithm
entitiled `Sequential Registration' is introduced as a means of
registering two images without the high cost of cross-correlation.
Later an article by Eli Peli, Reed Augliere, and George Timberlake,
`Feature-Based Registration of Retinal Images', "IEEE Transactions on
Medical Imaging"
, Sept. 1987, mentions several improvements on the
algorithm making it considerably more robust yet keeping the almost
100 to 1 performance improvement over cross-correlation. I started to
implement the algorithm as described and ran into several questions
that were unclear to me from just reading the article. Does anyone
know of further articles describing the same technique ? Is there code
available that I could look at to answer some of the implementation
issues ?

Thank you.

------------------------------

Date: Tue, 13 Jul 93 16:44:54 +0200
From: bloemer@tnt.uni-hannover.de (Arnold Bloemer)
Subject: Survey of Signal Based Learning

I would like to do a Survey on what I will call here 'Signal Based Learning'.

'Signal Based Learning' shall refer to that subset of learning methods
and systems which incorporate signal processing and automatically learn
symbolic structures from signals. Typical examples for such signals
should be image signals or speech signals.

The learned symbolic structures should be complex and prove useful for
realistic signal understanding tasks.

I would be grateful for any pointers to projects, systems, papers, methods,
etc. on the above characterized field. When I have completed the survey I
will repost it and send it to everyone who is interested.

Arnold

Dipl.-Ing. Arnold Bloemer Universitaet Hannover
Institut fuer Theoretische Nachrichtentechnik
und Informationsverarbeitung
bloemer@tnt.uni-hannover.de Appelstrasse 9A
fax: +49 511 762-5333 D-30167 Hannover
phone: +49 511 762-5320 Germany

------------------------------

Date: Tue, 13 Jul 1993 15:02:14 -0400
From: Claudette Cedras <cedras@cs.ucf.edu>
Subject: K. Rohr

Hi,

I'm looking for the e-mail address of "K. Rohr", who is the author of
a paper entitled: "Incremental Recognition of Pedestrians from Image
Sequences"
, published recently in the Proc. Conf. CVPR of last June.
He is at the university of Hamburg. Thanks!

Claudette Cedras
cedras@eola.cs.ucf.edu

------------------------------

Date: Tue, 13 Jul 1993 14:03:55 GMT
From: jmb8@vaxk.bton.ac.uk (jerry bowskill)
Organization: University of Brighton, Brighton, England
Subject: Vision Frameworks

Is there anybody out there with information about object-oriented
frameworks for implementing machine vision systems.

I have been developing a framework of standard objects using KAPPA
as a tool, and would be grateful to hear from anyone who is applying
OO techniques to the machine vision domain.
Thanks,
Jerry.

[ Take a look at the description of the Image Understanding Environment
(IUE) being developed under the ARPA IUE Program and which is described
in the 1993 DARPA Image Understanding Workshop Proceedings.
phil... ]

------------------------------

Date: Thu, 15 Jul 1993 03:27:42 GMT
From: adg2@ellis.uchicago.edu (andrew david gross)
Organization: University of Chicago
Subject: Career opportunity

SENIOR STAFF ENGINEER - IMAGE PROCESSING
$55-75K
Baltimore-Washington Area

PhD (Computer Vision, Image Processing) Computer Science background and
thorough knowledge of image feature extraction and analysis techniques. An
understanding of Model Based Vision, including model based reasoning and
geometry is preferred. Must have strong algorithm design and programming
capability, in particular, extensive knowledge of uncertainty management,
truth maintenance as applied to multiple hypothesis reasoning, computational
complexity analysis, combinatoric optimization and advanced data structures.
Must know standards-based workstations with UNIX, C, and X-windows;
classification techniques, probability theory, computer graphics or neural
networks.

Please send or fax resume to:

L. S. Gross & Associates
Suite 600, 28 Allegheny Avenue
Towson, MD 21204

PHONE: (410) 821-9351 (will be out-of-town till 7/26)
FAX: (410) 583-1901

Andrew David Gross
adg2@midway.uchicago.edu

------------------------------

Date: Fri, 16 Jul 1993 13:38:43 GMT
From: jml@eng.cam.ac.uk (Jonathan Lawn)
Organization: Cambridge University Engineering Department, UK
Subject: Technical report available

The following technical report is available by anonymous ftp from the
archive of the Speech, Vision and Robotics Group at the Cambridge
University Engineering Department.

EPIPOLE EXTRACTION USING AFFINE MOTION PARALLAX

Jonathan Lawn and Roberto Cipolla

Technical Report CUED/F-INFENG/TR138

Cambridge University Engineering Department
Trumpington Street
Cambridge CB2 1PZ
England


Abstract

Determining the motion of a camera from its image sequences has so far
proved very difficult, and no practical algorithms have been found for
freely moving cameras. This novel algorithm is based on motion
parallax, but uses sparse visual motion estimates to extract the
direction of translation of the camera directly, after which
determination of the camera rotation and the depths of the image
features follows easily. This method can also detect and reject
independent motion, and provide a measure of the uncertainty of its
estimates.

************************ How to obtain a copy ************************

a) Via FTP:

unix> ftp svr-ftp.eng.cam.ac.uk
Name: anonymous
Password: (type your email address)
ftp> cd reports
ftp> binary
ftp> get lawn_tr138.ps.Z
ftp> quit
unix> uncompress lawn_tr138.ps.Z
unix> lpr lawn_tr138.ps (or however you print PostScript)

b) Via postal mail:

Request a hardcopy from

Jonathan Lawn,
Cambridge University Engineering Department,
Trumpington Street,
Cambridge CB2 1PZ,
England.

or email me: jml@eng.cam.ac.uk

------------------------------

Date: Wed, 14 Jul 93 17:07:38 +0400
From: ewaic93@plb.icsti.su (East-West AI Conference 1993 LOC)
Organization: International Centre for Scientific and Technical Information
Subject: EWIAC'93, Moscow, Sep 6-9: Final Call for Participation and Preliminary Program


FINAL CALL FOR PARTICIPATION

EAST-WEST AI CONFERENCE: from theory to practice - EWAIC'93

Moscow, Russia, September 7-9, 1993

Organized by
(S)AAI - (Soviet) Association for Artificial Intelligence
jointly with
ICSTI - International Centre for Scientific and Technical
Information (Moscow)


General Information
===================

The major aims of the "East-West Conference on Artificial Intel-
ligence : From Theory to Practice"
are to provide a forum for the
exchange of ideas between Eastern and Western scientists regarding
the current state-of-the-art of the field of Artificial Intelligence
and its applications.

The main goal of the conference is to identify and study the relation
between theory and practice.

You are cordially invited to participate in EWAIC'93.

The technical programme of EWAIC'93 will run from Tuesday 7th to
Thursday 9th (inclusive) and will include invited talks,
presentations, posters and demonstrations. Monday 6th is reserved for
registration and special events. The conference language will be
English.

EWAIC'93 conference will be held in Moscow, the capital of
Russia. The city has its unique history, heritage, and
architectural and cultural masterpieces. A special social and
cultural program will be provided aimed to give participants the
opportunity to
- establish contacts and have meeting with colleagues in Russia
and other CIS countries
- get first hand impressions of current governmental, economic
and social developments in Russia.
- gain a better knowledge of Russian history, architecture,
museums and theatres.
The regular cultural program includes a bus tour around the city,
visits to the Kremlin, the Armoury Chamber, circus and theatres.

A special two-days tour will be organized on 10-11 of September. This
will be a visit to the International Center for Artificial Intelli-
gence located in Pereslavl-Zalesskii and will include excursions (in
English) to Sergiev Posad (an ancient capital of Russian Orthodox
Church), Rostov and Pereslavl-Zalesskii.

Regular cultural program and Special tours generally will be
available before and after the conference.

Conference Registration:
========================

Registration fee includes: the meeting (seeing of) at the airport
Sheremetevo, transportation from the airport to the hotel and back,
the conference proceedings, conference cocktail, lunches at the ICSTI
cafeteria and coffee breaks for all conference days (September 7-9,
1993), a bus from the hotel "Sputnik" to and from the conference site
every conference day, and the Regular cultural program.


Visa Support
============

If you need a visa support, give us the following data: your full
name and surname, sex, nationality, passport number, address, telex
or fax number, date of birth, and expected dates of your arrival to
Russia and departure. The conference days are 7-9 September, 1993,
but participants may arrive earlier and/or depart later. The visa
support letter will be sent to you by telex or fax.

Accommodation
=============

The participants will stay in hotel "Sputnik". The prices are $65 per
night for a single room or $55 per a person in a twin room. Also
available is a limited number of housing rooms in ICSTI Apartments -
$30 per night for a single room or $20 for a twin room per a person
(two- and three-rooms apartments, one or two single beds in each
room, shared facilities). Preferences for booking ICSTI Apartments
will be given to registered students and for early booking delegates.
The price includes service charge and breakfast.

Accommodation will be assigned on a 'first come first served' basis.
Register now to ensure cheap accommodation and to take advantage of
early registration. The Local Organizing Committee can also help you
to book a room in more expensive Moscow hotels(>$100), please,
request a list of available hotels.

To get hotel reservation you should let ICSTI know before August 10
the exact dates of your arrival to Moscow and departure. To be met in
the airport please let us know before August 31 the exact time of
your arrival and the flight number. The preferred days of arrival
are September 3-5, 1993.

Payments
========

Your should remit the total amount to account:
International Centre for Scientific and
Technical Information (ICSTI)
acc. Nr. 1633321025
Berliner Sparkasse
BLZ 10050000

Please do not forget to indicate PARTICIPANT NAME and EWAIC'93 on
all payments.

You are also welcome to make your payment in cash at the
registration.

Receipts will be provided. We are sorry for being unable to accept
payments by credit cards.

Please, contact Local Organizing Committee by E-mail:
ewaic93@plb.icsti.su if you have any problems.
O / O /
-------------- x ---------- Cut Here ---------- x ---------------
o \ o \

EAST-WEST AI CONFERENCE: from theory to practice - EWAIC'93

Moscow, Russia, September 7-9, 1993

REGISTRATION FORM

EACH DELEGATE OR ACCOMPANYING PERSON SHOULD COMPLETE A SEPARATE
FORM

SECTION A: PERSONAL DETAILS

Last name:
Name:
Title (Mrs,Mr,Dr,Prof):
[ ] Female [ ] Male
Affiliation:
Address:

Country:
Telex:
FAX:
E-mail (Internet):
Date of arrival:
Date of departure:

I need a visa support [ ]
Nationality:
Passport No:
Date of birth:

SECTION B: REGISTRATION COSTS

Please check one:
Fees before August 1, 1993 After August 1, 1993

Regular [ ] $200 [ ] $280
Student [ ] $100 [ ] $140
Accompanying
Persons [ ] $80 [ ] $80


SECTION C: ACCOMMODATION
Lodging facilities (please check)

September, 1993
[ ]3 [ ]4 [ ]5 [ ]6 [ ]7 [ ]8 [ ]9 [ ]10 [ ]11 [ ]12

[ ] single hotel room: $65 per day x ___ days =
[ ] twin hotel room: $55 per day x ___ days =

Also in limited number there are the following facilities:
[ ] ICSTI apartments single room: $30 per day x ___ days =
[ ] ICSTI apartments twin room: $20 per day x ___ days =

SECTION D: CULTURAL PROGRAM

Regular Moscow Culture Program:
(Moscow Bus Tour, visits to the Kremlin, circus or theatre).

Tick the date of preference. PLEASE INDICATE 1ST AND 2ND
PREFERENCES, in order to reduce delay if 1st preference is not
available.

September, 1993: [ ]4 [ ]5 [ ]6 [ ]10 [ ]11

Additional Choices:

A special two-days tour (10-11 of September) to visit to the
International Center for Artificial Intelligence, and to Pereslavl-
Zalesskii, Sergiev Posad and Rostov. The cost ($22) to be collected
at the conference.

SECTION E: EXTRA COPIES OF PROCEEDINGS:

Please indicate number of copies required: $20 x ___ copies =


SECTION F: METHOD OF PAYMENT

Total amount of_______

[ ] was sent to: ICSTI, acc. Nr. 1633321025, Berliner Sparkasse,
BLZ 10050000
(with remark "EWAIC'93", "Participants' name")

[ ] will be paid at the registration

If paying by bank transfer, please, bring along a copy of the bank
transfer order. Students must also supply a statement from their
university. Registrations are confirmed only after copy of these
documents are received by fax.

Date: Signature:

==============================================================
SECTION G: DEMONSTRATION, EXHIBITION

Would you like the opportunity to demonstrate software? yes/no
If yes, please give the title of your exposition:


Please state your hardware and software requirements:

The financial conditions will be e-mailed you on your request.
**********************************8

Please return the form by E-mail to ewaic93@plb.icsti.su as soon as
possible, or send a signed copy of sections A to F of the registra-
tion form by fax to EWAIC'93 Organizing Committee (Attention: Elena
Alferova, fax No: +7 095 943 0089). Please remember to keep a copy
of this document for your own record.


List of Accpted papers for EWAIC'93


Grigoris Antoniou, Ipke Wachsmuth (Germany): "Structuring and
Modules for Knowledge Bases: Motivation for a new model"


BACHINSKY ALEXANDER G. (Russia): "EXPERT SYSTEM FOR SELECTION OF
CULTIVATION TECHNOLOGY FOR VIRUSES AND ANIMAL CELLS"


V. Bajdoun, A. Bunin, O. Bunina, L. Litvintseva, S. Nalitov, M.
Suchanskij, V. Lomnev (Russia): "TEKRIS: THE INTELLIGENT SYSTEM
FOR TEXT ANIMATION"


Kazys Baniulis, Bronius Tamulynas, Kestutis Pocius, Saulius Sim-
nishkis, Daiva Dmuchovska, Jolanta Normantiene (Lithuania): "In-
telligent Tutoring System for Learning Lithuanian Language"


Belyaev B.M., Surcis A.S., Yablonsky S.A. (Russia): "RUSSIAN
LANGUAGE PROCESSOR RUSSICON: DESIGN AND APPLICATIONS."


S.B.Borde, S.A.Pon'kin, M.V.Salychev (Russia): "SUBDEFINITENESS
AND CALENDAR SCHEDULING"


V. Bumagin, D. Cherevik, G. Sergievski, V. Vladimirov ( RUSSIA):
"BOSS - TECHNOLOGY FOR DEVELOPMENT OF KNOWLEDGE BASED SYSTEMS"

Harry Bunt, Robbert-Jan Beun (NETHERLANDS): "DenK: Dialogue
Management and Knowledge Acquisition"


Olivier Deste and Jean-Gabriel Ganascia (France): "LVQ + CHARADE
= multi-strategic learning."


Christo Dichev (Ireland): "A SEMANTIC VIEW OF A LANGUAGE FOR
KNOWLEDGE STRUCTURING"


Victor. K. FINN, Maria. A. MIKHEYENKOVA (Russia): "LOGICAL
FRAMEWORKS FOR INTELLECTUAL SYSTEMS OF PUBLIC OPINION POLL
ANALYSIS."


Christian Fluhr and Khaled Radwan (France): "Fulltext databases
as lexical semantic knowledge for multilingual interrogation and
machine translation"


N Parandeh Gheibi and J Kay (Australia.): "Design of an Intel-
ligent Teaching System with Viewable Teaching Strategies"


John F. Gilmore (USA): "AI In Advanced Traffic Management
Systems"


Victor Gladun (Ukraine): "THEMATIC KNOWLEDGE FORMATION"

S.I. Goldberg, L.D.Meshalkin (Russia): "ASSISTING DrWt - SYSTEMS"

Grinberg S., Yakhno T. (Russia): "EFFICIENT IMPLEMENTATION OF DE-
CLARATIVE KNOWLEDGE REPRESENTATION IN PROBLEM-ORIENTED ES SHELL"


Pierre JACOBONI (France): "DIADEME , an Architecture for
Knowledge Evaluation"


Sylvie KORNMAN, Yannick PARCHEMAL (France): "Opportunist Methods
for Knowledge Processing"


Sergej O. Kuznetsov (Russia): "Complexity of inductive
hypotheses generation based on similarity operation."


Vladimir Kuznetsov (Russia): "EXCEPTION IN LOGIC PROGRAMMING"

Vitaly S.Lozovsky (Ukraine): "BREAKING THE EXPERTISE ACQUISITION
BARRIER"


Peter Madden (Scotland (UK)): "General Techniques for Automatic
Program Optimization and Synthesis Through Theorem Proving"


Elisabeth Metais, Jean-Noel Meunier, Gilles Levreau (France):
"APPLICATION OF NATURAL LANGUAGE TECHNIQUES TO DATABASE DESIGN"

Koichiro MORIHIRO, Yu HE, Mitsuru IKEDA, Riichiro MIZOGUCHI
(Japan): "Selecting Hints which Reminds a Student of an Appropri-
ate Strategy in Problem Solving"


Naidenova X.A., Shagalov V.L., Gladkov D.V. (Russia): "OBJECT-
ORIENTED TECHNOLOGY FOR EXPERT SYSTEM GENERATION"


A.S.Narin'yani (Russia): "SUBDEFINITE MODELS: A BIG JUMP IN
KNOWLEDGE PROCESSING TECHNOLOGY"


M. Nussbaum, M. Sepulveda, M. Singer (Chile): "Mixing Artificial
Intelligence and Operations Research Techniques"


Haldur O~im, Mare Koit (Estonia): "Communicative strategies in a
model of dialogue"


Arturo Ovalle (FRANCE): "MADS : A Methodology for Cognitive
Multi-Agent System Design and Development"


Bernard LE ROUX and Philippe LAUBLET (FRANCE): "An approach to
Knowledge Acquisition combining alternate steps of constructive
modelling and elicitation"


Sharoff Sergej Aleksandrovich (Russia): "System for development
of linguistic processors SNOOP"


Luc Steels (Belgium): "A MATHEMATICAL FRAMEWORK FOR AUTONOMOUS
ROBOTS"


Irene Stern (Ukraine): "THE ENCYCLOPAEDIC KNOWLEDGE - SOME
THEORETICAL GROUNDS AND APPLICATIONS ( towards the problems
of the workbench for compilation of the encyclopaedias )."


Sergei Trapeznikov, Farida Dinenberg, Sergei Kuchin (Russia):
"InterBASE - Natural Language Interface System for Popular Com-
mercial DBMSs"


Gilles TROMBETTONI (FRANCE): "CCMA*: a Complete Constraint
Maintenance Algorithm using Constraint Programming"


YURY V. TSYBENKO (Ukraine): "ON PROBLEM OF CHOICE UNIQUE DIAG-
NOSIS"


V.N. Vagin, A.P. Yeremeyev (Russia): "Parallelism in Production
Programming Systems"


Walter Van de Velde (Belgium): "Models of Problem Solving or
Problem Solving as Modelling: A Knowledge Level Confusion"


A. Yankovskaya and A. Gedike (Russia): "THEORETICAL BAZE, REAL-
IZATION AND APPLICATION OF THE INTELLIGENT SYSTEM E X A P R
A S"


Alexander A. Zenkin (RUSSIA): "COGNITIVE COMPUTER GRAPHICS AS A
TOOL FOR A NEW SCIENTIFIC KNOWLEDGE GENERATING."


S.V.Ulyanov, V.N.Zakharov (Russia): "Towards design of AI control
systems"


Weber Gerhard (Germany): "ELM: A case-based reasoning approach to
automated cognitive diagnosis of novice's program code"


Yu.A.Zagorulko (Russia): "SYSTEM TAO-SEMP: EXPERIENCE OF INTEGRA-
TION OF KNOWLEDGE REPRESENTATION AND PROCESSING MEANS"





List of Papers, Accepted in Poster Format


Dorin ARION, Andrei ACHIMAS (Romania): "EXPERT SYSTEM FOR THE
THERAPY WITH ORAL AGENTS OF THE NON-INSULIN-DEPENDENT DIABETES
MELLITUS: A DESIGN APPROACH ORIENTED TOWARD THE COOPERATION OF
THE HUMAN-MACHINE REASONING SYSTEM"


Hua Cao (Northern Ireland, U.): "A Parallel Deductive Database
Query Language"


Vasile-Teodor Dadarlat (Romania): "A Knowledge-Based System for
Protocol Analysis"


GRAZIANO FROSINI, BEATRICE LAZZERINI, FRANCESCO MARCELLONI (Ita-
ly): "PROCESSING ALARMS WITH A RULE-BASED EXPERT SYSTEM"

N.I.Galagan, J.V.Rogushina, E.I.Nechvalenko, E.N.Borovaya
(Ukraine): "Processing of Incomplete Data in Example-Learning
Systems"


B.A. Galitsky (Russia): "THE UNDERSTANDING OF DEFINITIONS UNDER
NATURAL LANGUAGE INTERACTION"


Vladimir V. GOLENKOV, Elena B. KORNEVSKAYA, Vitaly G. KOROLYOV,
Boris M. LOBANOV, Inessa E. MALEVICH (Belarus): "Knowledge Pro-
cessing Tools with Speech and Natural Language Interface"


Vladimir V. GOLENKOV, Pavel A. GAPONOV, Vladimir M. KUZMITSKY,
Anatoly S. SOLOVYOV, Victor A. TATARENKO (Belarus): "A Program-
ming Language for Parallel Processing of Knowledge, Represented
by Graph Structures"


Vladimir A.Goodkovsky (Russia): "INTELLIGENT TUTORING SYSTEMS.
FROM THEORY TO PRACTICE."


Vladimir V. Kartavtsev (Ukraine): "A Multi-Agent Architecture for
Combining Neural Nets and Knowledge-Based Reasoning"


Mohammed Khadra and Bruce D. Keepes in association with Dr
Richard Millard (Australia): "Multimedia Expert System Training
Package in Urology"


KOTENKO I.V., VOYTOVICH D.I. (Russia): "THE PROCESSING OF THE IN-
COMPLETE AND CONTRADICTORY INFORMATION IN AUTOMATION CONTROL IN-
FORMATION TECHNOLOGIES"


Lukashevitch I.P., Machinskaya R.I., Fishman M.N. (Russia):
"Structural organigation of EEG information for the analysis of
the brain functional state."


Angela Matrosova, Anna Yankovskaya, Nina Yevtushenko and Serge
Zurikov. (Russia): "LOGIC APPROACH ON DECISION PROBABILITY
CALCULUS IN INTELLIGENT SYSTEMS"


MEIKE Alexey Viktorovich (Uzbekistan): ""An APPLICATION of COGNI-
TIVE GRAPHIC to KNOWLEDGE ACQUISITION in DIAGNOSTIC EXPERT
SYSTEMS""

A. Melikhov, S. Korovin, V.Kazupeyev, V.Ukolov (Russia): "THE
HARD-SOFTWARE ENVIRONMENT FOR REAL-TIME FUZZY INFERENCE"


Fabio Mungo, Francesco S. Nucci (Italy): "The Architecture of
ECHO: an Intelligent Tutoring System for Radar Apparatus."


Ilya Novikov, Boruch Modan (Israel): "QURE - a knowledge based
system for questionnaire design."


Paducheva Elena V. (Russia): "A system making semantic predic-
tions about surface behavior of a lexical entity"


VALERY A. PETRUSHIN, VALERY V. YATSENKO, and SERGEY T. ADRIANOV
(Ukraine): "TRAPEZIUM: An Expert Systems Shell for Solving Clas-
sification Problems with Fuzziness and Uncertainty"


G. S. Plesniewicz and T. S. Mironova (Russia): "HIBRYD KNOWLEDGE
REPRESENTATION FOR THE KNOWLEDGE BASE MANAGEMENT SYSTEM "
CON-
CEPT""

Yu.M.Polishchuk, V.A.Soldatov, T.A.Tsipileva (Russia):
"Thesaurus-relation Language of Knowledge Representation in In-
telligent Geoinformation System"


Rakhmanova Z., Baydoun V. (Azerbaijan): "ES LEDI: FROM FIRST
STEPS TO APPLICATIONS"


Rudel'son L.Ye (Russia): "The Data Management Method for AI-
Systems"


Boris Stilman (USA): "A Linguistic Geometry for Applications
(+TUTORIAL PROPOSAL)"


I.Tchoumatchenko, F.Vissotsky, J.-G.Ganascia (France): "One Ap-
proach to Understand Classification by Neural Networks"


V.V.Telerman, D.M.Ushakov (RUSSIA): "ARBOOZ - INTELLIGENT SOLVER
OF ARITHMETIC PUZZLES"


Tian Jie (Finland): "Introduction of Constraint Checking and
Enumeration Propagation Agent"


Alexander Voinov, Tatjana Gavrilova (Russia): "KNOWLEDGE ACQUISI-
TION THROUGH ELICITATION OF LATENT COGNITIVE STRUCTURES:
METAPHOR-BASED APPROACH"


Yu.D. Vyazilov, N.G. Topolsky, A.A. Bashlykov (Russia): "Compu-
terized Decision Support System in Emergency Cases"


Hoi-Kau Yuen and Thomas J. Richards (Australia.): "Theory Con-
struction Support System: Applying Artificial Intelligence Tech-
niques to Qualitative Data Analysis in Social Sciences"


Zavolovich O.V., Rybina G.V. (Russia): "COMPUTER INTERVIEWING OF
EXPERTS ON THE BASIS OF TYPICAL TASKS SOLVING MODELS."


Zykova S.A. and Kolchin A.F. (Russia): "Knowledge-base verifica-
tion in the process ofmodern intelligent systems develop-
ment and support"




------------------------------

End of VISION-LIST digest 12.31
************************

← previous
next →
loading
sending ...
New to Neperos ? Sign Up for free
download Neperos App from Google Play
install Neperos as PWA

Let's discover also

Recent Articles

Recent Comments

Neperos cookies
This website uses cookies to store your preferences and improve the service. Cookies authorization will allow me and / or my partners to process personal data such as browsing behaviour.

By pressing OK you agree to the Terms of Service and acknowledge the Privacy Policy

By pressing REJECT you will be able to continue to use Neperos (like read articles or write comments) but some important cookies will not be set. This may affect certain features and functions of the platform.
OK
REJECT