Yes. You can create custom field on the session and speaker section with the help of some external wp plugin.
We recommend a plugin here
https://wordpress.org/plugins/advanced-custom-fields/
While we do not endorse the use of external plugins, this extension could help you to add custom fields.
Read the documentation to display your data.
http://www.advancedcustomfields.com/resources/displaying-custom-field-values-in-your-theme/
The files associated with session form and speaker form are
wp-content/themes/fudge-2/components/templates/shortcodes/efcb_fullschedule.php
wp-content/themes/fudge-2/components/templates/shortcodes/efcb_fullspeakers.php
wp-content/themes/fudge-2/components/templates/shortcodes/efcb_schedule.php
wp-content/themes/fudge-2/components/templates/shortcodes/efcb_speakers.php
Please copy these files to child theme and make the appropriate changes according to your requirement.